[Bug 571790] Re: Reply/Forward/... buttons can obscure headers in vertical layout

2018-07-09 Thread Martin von Wittich
Hi gf,

nope, can no longer reproduce the issue. The bug can be closed. Thanks!

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

Title:
  Reply/Forward/... buttons can obscure headers in vertical layout

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

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

[Bug 1762693] Re: No network with e1000e driver on 4.13.0-38-generic

2018-05-02 Thread Martin von Wittich
> This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results.

Sorry, I no longer can :(

Kai-Heng's test build worked fine for me, but another artful kernel
update without the fix then broke my networking again. After that, I
upgraded to bionic.

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

Title:
  No network with e1000e driver on 4.13.0-38-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1762693/+subscriptions

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

[Bug 1762693] Re: No network with e1000e driver on 4.13.0-38-generic

2018-04-11 Thread Martin von Wittich
> Martin, I can confirm the issue. It's a regression introduced by LP: #1730550.
> 
> Commit 4110e02eb45ea447ec6f5459c9934de0a273fb91 can solve the issue for me, 
> please verify if it also fixes issue for you.
> 
> I built an Artful kernel with the commit:
> https://people.canonical.com/~khfeng/lp1762693/

Yep, that seems to be it; the new kernel is working fine, and no more
dmesg errors!

martin@dogmeat ~ % dmesg | tail
[   13.080188] VBoxNetAdp: Successfully started.
[   13.084844] VBoxPciLinuxInit
[   13.087407] vboxpci: IOMMU not found (not registered)
[   13.463759] ahci :00:17.0: port does not support device sleep
[   14.990341] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[  842.053183] Could not find key with description: [459a10809c211381]
[  842.053190] process_request_key_err: No key
[  842.053191] Could not find valid key in user session keyring for sig 
specified in mount option: [459a10809c211381]
[  842.053192] One or more global auth toks could not properly register; rc = 
[-2]
[  842.053194] Error parsing options; rc = [-2]
martin@dogmeat ~ % cat /proc/uptime 
886.29 3486.40
martin@dogmeat ~ % uname -a
Linux dogmeat 4.13.0-39-generic #44~lp1762693 SMP Wed Apr 11 12:06:10 CST 2018 
x86_64 x86_64 x86_64 GNU/Linux
martin@dogmeat ~ % sudo ethtool eth0
[sudo] Passwort für martin: 
Settings for eth0:
Supported ports: [ TP ]
Supported link modes:   10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Full 
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Full 
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: off (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x0007 (7)
   drv probe link
Link detected: yes

Thanks!

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

Title:
  No network with e1000e driver on 4.13.0-38-generic

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

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

[Bug 1762693] [NEW] No network with e1000e driver on 4.13.0-38-generic

2018-04-10 Thread Martin von Wittich
Public bug reported:

When my computer boots with the most recent kernel 4.13.0-38-generic, I
don't have a working network connection. ethtool reports that my network
interface doesn't have a connection:

martin@dogmeat ~ % cat ethtool.txt 
Settings for eth0:
Supported ports: [ TP ]
Supported link modes:   10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Full 
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Full 
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: Unknown!
Duplex: Unknown! (255)
Port: Twisted Pair
PHYAD: 2
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x0007 (7)
   drv probe link
Link detected: no

dmesg contains suspicious e1000e error messages:

martin@dogmeat ~ % tail -n 40 dmesg.txt
[   20.211715] Could not find valid key in user session keyring for sig 
specified in mount option: [459a10809c211381]
[   20.211716] One or more global auth toks could not properly register; rc = 
[-2]
[   20.211717] Error parsing options; rc = [-2]
[   25.824466] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   25.969587] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[   30.034472] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[   35.808558] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   35.939670] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[   40.037526] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[   46.048494] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   46.263237] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[   51.022052] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[   51.244686] ahci :00:17.0: port does not support device sleep
[   56.800544] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   56.935347] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[   61.036903] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[   67.040536] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   67.199669] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[   72.038713] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[   78.048576] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   78.170825] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[   83.038119] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[   88.800521] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   88.938939] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[   93.021350] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[   99.040543] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   99.163603] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[  104.038668] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[  110.048532] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[  110.191137] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[  115.022823] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[  120.800524] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[  120.910537] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[  125.019509] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[  131.040530] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[  131.164741] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[  136.039268] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500
[  142.048536] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[  142.186891] e1000e :00:1f.6 eth0: changing MTU from 1500 to 1492
[  147.038361] e1000e :00:1f.6 eth0: changing MTU from 1492 to 1500

Everything works fine when I boot Linux 4.13.0-37-generic.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-38-generic 4.13.0-38.43
ProcVersionSignature: Ubuntu 4.13.0-38.43-generic 4.13.16
Uname: Linux 4.13.0-38-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  martin 2756 F pulseaudio
CurrentDesktop: MATE
Date: Tue Apr 10 11:34:19 2018
EcryptfsInUse: Yes
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: System manufacturer System Product Name
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.

[Bug 1533267] Re: gcr-prompter is logging too much

2018-01-23 Thread Martin von Wittich
I've found an upstream bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=773009

I've also devised a simple workaround:

martin@dogmeat ~ % cat /etc/rsyslog.d/20-gcr-prompter-discard.conf 
# gcr-prompter logs debug info to /var/log/auth.log
# https://bugs.launchpad.net/ubuntu/+source/gcr/+bug/1533267
# https://bugzilla.gnome.org/show_bug.cgi?id=773009
if $programname == 'gcr-prompter' then stop

Run `sudo systemctl restart rsyslog` after creating that file, then gcr-
prompter should no longer produce any logs.

** Bug watch added: GNOME Bug Tracker #773009
   https://bugzilla.gnome.org/show_bug.cgi?id=773009

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

Title:
  gcr-prompter is logging too much

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

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

[Bug 358817] Re: Add irexec,irxevent,... to session

2016-11-04 Thread Martin von Wittich
Hi Alec, thanks for the feedback; I haven't used lirc for years, so I don't 
really care anymore ^^
Unfortunately I'm also not allowed to set the bug to wontfix, it just says 
"Doesn't fit with the project plans, sorry".

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

Title:
  Add irexec,irxevent,... to session

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

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


[Bug 1574270] Re: applications segfault systematically with tsocks

2016-09-18 Thread Martin von Wittich
I just stumbled over this bug again. What do we have to do so that the
patch gets included in the official package...?

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

Title:
  applications segfault systematically with tsocks

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

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


[Bug 1599769] [NEW] Upgrade package to 0.9.8

2016-07-07 Thread Martin von Wittich
Public bug reported:

Hi,

upstream has released a new qalculate version:
http://qalculate.github.io/news.html

** Affects: qalculate-gtk (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: upgrade-software-version

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

Title:
  Upgrade package to 0.9.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qalculate-gtk/+bug/1599769/+subscriptions

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


[Bug 1333630] Re: screen caught signal 11 core dumped

2016-05-31 Thread Martin von Wittich
I'm still having this issue on Ubuntu 16.04 (at least I believe it is
this one) - once per day screen crashes on me when I resize the window.

[[screen caught signal 11. (core dumped)]

martin@dogmeat ~ % screen --version
Screen version 4.03.01 (GNU) 28-Jun-15

martin@dogmeat ~ % lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04 LTS
Release:16.04
Codename:   xenial

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

Title:
  screen caught signal 11 core dumped

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

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


[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-12 Thread Martin von Wittich
Patch works for me too. Would be nice if this could make it to the
official repository.

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

Title:
  applications segfault systematically with tsocks

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

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


[Bug 990965] Re: unexpected right click behavior in nautilus

2012-09-21 Thread Martin von Wittich
I still hate it :(
Is there a way to get the old behaviour back?

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

Title:
  unexpected right click behavior  in nautilus

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

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


[Bug 878739] Re: terminal scrolls up when resized taller

2012-07-14 Thread Martin von Wittich
I have the same problem, I believe. I'm not using Unity but gnome-shell
in fallback mode. When I'm resizing my terminal, it will often scroll
all the way up so that I have to type something to get my screen back in
the view.

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

Title:
  terminal scrolls up when resized taller

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

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


[Bug 422012] Re: Protected files hidden by Trash

2012-06-13 Thread Martin von Wittich
As far as I understand (unfortunately, I can't find any documentation on
this) files that are deleted from the trash are first moved to
"expunged" (because moving files is fast), and then are slowly deleted
from "expunged" (slowly because deleting a lot of files takes time and
doing it too fast could slow down the whole computer).

This means that having files in "expunged" is not necessarily a problem,
as long as these files get deleted over time. If there are files in
"expunged" that do not vanish over time, the output from the following
command could probably help the maintainers in figuring this bug out:

LANG=C ls -l ~/.local/share/Trash/expunged

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

Title:
  Protected files hidden by Trash

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

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


[Bug 554393] Re: nm-applet will not connect using vpnc plugin

2011-10-30 Thread Martin von Wittich
*** This bug is a duplicate of bug 479087 ***
https://bugs.launchpad.net/bugs/479087

** This bug has been marked a duplicate of bug 479087
   Toggling "Available to all users" in VPN connections in Network Connections 
editor causes User/Group passwords to be forgotten

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

Title:
  nm-applet will not connect using vpnc plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/554393/+subscriptions

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


[Bug 664459] Re: VPN-Plugin Networkmanager not working for all users

2011-10-30 Thread Martin von Wittich
This bug looks like a duplicate of
https://bugs.launchpad.net/ubuntu/+source/network-manager-
applet/+bug/479087

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

Title:
  VPN-Plugin Networkmanager not working for all users

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

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


[Bug 622896] Re: Problems with PPTP VPN and network manager in Ubuntu 10:04 (save password and auto connect)! Need Help Advanced!

2011-10-30 Thread Martin von Wittich
*** This bug is a duplicate of bug 479087 ***
https://bugs.launchpad.net/bugs/479087

** This bug has been marked a duplicate of bug 479087
   Toggling "Available to all users" in VPN connections in Network Connections 
editor causes User/Group passwords to be forgotten

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

Title:
  Problems with PPTP VPN and network manager in Ubuntu 10:04 (save
  password and auto connect)! Need Help Advanced!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/622896/+subscriptions

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


[Bug 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2011-10-26 Thread Martin von Wittich
@Bobby: I downgraded to lucid to escape Unity and Gnome3. Now that it
works, I won't risk another upgrade in the foreseeable future, sorry :)

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

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

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


[Bug 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2011-10-25 Thread Martin von Wittich
@pitti: I can confirm that the proposed update to 0.9.7-1ubuntu1.2 on
lucid fixes this issue.

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

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

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


[Bug 755230] Re: graphical glitches in unity (screen not being repainted)

2011-07-20 Thread Martin von Wittich
Both my computers in the office and at home have ATI graphics adapters;
the computer at home is running proprietary drivers, while the on in the
office is not. I've no idea what kind of graphics adapter the other
Ubuntu computer in our office has, it belongs to a colleague and I can't
currently check.

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

Title:
  graphical glitches in unity (screen not being repainted)

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

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


[Bug 755230] Re: graphical glitches in unity (screen not being repainted)

2011-07-20 Thread Martin von Wittich
** Attachment added: "The terminal window is painted over with a pidgin chat 
session"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/755230/+attachment/2221179/+files/terminal.png

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

Title:
  graphical glitches in unity (screen not being repainted)

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

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


[Bug 755230] Re: graphical glitches in unity (screen not being repainted)

2011-07-20 Thread Martin von Wittich
** Attachment added: "panel-glitch.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/755230/+attachment/2221178/+files/panel-glitch.png

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

Title:
  graphical glitches in unity (screen not being repainted)

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

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


[Bug 755230] Re: graphical glitches in unity (screen not being repainted)

2011-07-20 Thread Martin von Wittich
** Attachment added: "glitch2.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/755230/+attachment/2221177/+files/glitch2.png

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

Title:
  graphical glitches in unity (screen not being repainted)

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

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


[Bug 755230] Re: graphical glitches in unity (screen not being repainted)

2011-07-20 Thread Martin von Wittich
I'm suffering from graphics glitches even though I don't use unity. It's
usually the background picture that seems to bleed through; see attached
screenshots. All my computers that are running Ubuntu 11.04 (all without
Unity), two in the office and one at home, have these glitches.

** Attachment added: "glitch1.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/755230/+attachment/2221176/+files/glitch1.png

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

Title:
  graphical glitches in unity (screen not being repainted)

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

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


[Bug 591001] Re: CVE-2010-1297: Security Advisory for Flash Player, Adobe Reader and Acrobat

2010-06-07 Thread Martin von Wittich
Until there's a fix from Adobe, I'd recommend that an update that
deletes/chmods 000
/opt/Adobe/Reader9/Reader/intellinux/lib/libauthplay.so.0.0.0 should be
released.

-- 
CVE-2010-1297: Security Advisory for Flash Player, Adobe Reader and Acrobat 
https://bugs.launchpad.net/bugs/591001
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 591001] [NEW] CVE-2010-1297: Security Advisory for Flash Player, Adobe Reader and Acrobat

2010-06-07 Thread Martin von Wittich
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: acroread

http://www.adobe.com/support/security/advisories/apsa10-01.html

A critical  vulnerability exists in Adobe Flash Player 10.0.45.2 and
earlier versions for Windows, Macintosh, Linux and Solaris operating
systems, and the authplay.dll component that ships with Adobe Reader and
Acrobat 9.x for Windows, Macintosh and UNIX operating systems. This
vulnerability (CVE-2010-1297) could cause a crash and potentially allow
an attacker to take control of the affected system. There are reports
that this vulnerability is being actively exploited in the wild against
both Adobe Flash Player, and Adobe Reader and Acrobat. This advisory
will be updated once a schedule has been determined for releasing a fix.

[...]

Deleting, renaming, or removing access to the authplay.dll file that
ships with Adobe Reader and Acrobat 9.x mitigates the threat for those
products, but users will experience a non-exploitable crash or error
message when opening a PDF file that contains SWF content.

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

** Visibility changed to: Public

-- 
CVE-2010-1297: Security Advisory for Flash Player, Adobe Reader and Acrobat 
https://bugs.launchpad.net/bugs/591001
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 571790] Re: Reply/Forward/... buttons can obscure headers in vertical layout

2010-04-29 Thread Martin von Wittich

** Attachment added: "tb.png"
   http://launchpadlibrarian.net/46311023/tb.png

-- 
Reply/Forward/... buttons can obscure headers in vertical layout
https://bugs.launchpad.net/bugs/571790
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 571790] [NEW] Reply/Forward/... buttons can obscure headers in vertical layout

2010-04-29 Thread Martin von Wittich
Public bug reported:

Binary package hint: thunderbird

See the attached screenshot. If you use the vertical layout and the mail
preview pane is too narrow, the reply/reply all/forward/... buttons will
obscure the header text, e.g. the From line, thereby concealing vital
information.

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

-- 
Reply/Forward/... buttons can obscure headers in vertical layout
https://bugs.launchpad.net/bugs/571790
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 138491] Re: gcursor doesn't change mouse cursor

2010-04-27 Thread Martin von Wittich
I changed the status to confirmed, this is still/again broken in lucid.

** Changed in: gcursor (Ubuntu)
   Status: Fix Released => Confirmed

-- 
gcursor doesn't change mouse cursor 
https://bugs.launchpad.net/bugs/138491
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 570436] [NEW] Closing the "Edit entry" window causes an unwanted drag+drop effect

2010-04-26 Thread Martin von Wittich
Public bug reported:

Binary package hint: revelation

Steps to reproduce:

1) Create an entry called "test", username "user", password "pass".
2) Doubleclick the new entry, click on "Update".
3) Move the mouse cursor over the entry list and note that you are dragging the 
entry. You have to click somewhere in the entry list to release the entry. This 
happens every time you close the "Edit entry" window.

mar...@martin ~ % lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04

mar...@martin ~ % LANG=C apt-cache policy revelation
revelation:
  Installed: 0.4.11-5ubuntu1
  Candidate: 0.4.11-5ubuntu1
  Version table:
 *** 0.4.11-5ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

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

-- 
Closing the "Edit entry" window causes an unwanted drag+drop effect
https://bugs.launchpad.net/bugs/570436
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 493265] Re: Bluetooth adapter disables automatically

2010-01-31 Thread Martin von Wittich
Yes, this is really annoying. /etc/init.d/bluetooth restart kills
bluetooth for sure and usually the only way to revive it is to reboot.

-- 
Bluetooth adapter disables automatically
https://bugs.launchpad.net/bugs/493265
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 197288] Re: New windows are put in the background when a window has Always on Top set

2010-01-25 Thread Martin von Wittich
** Summary changed:

- [hardy] new windows are put in background when a window has always on top set
+ New windows are put in the background when a window has Always on Top set

-- 
New windows are put in the background when a window has Always on Top set
https://bugs.launchpad.net/bugs/197288
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 314545] Re: gnome-screensaver bad password timeout

2009-11-30 Thread Martin von Wittich
This just happend to me; the last time was a few month ago. I waited
about 5-10 minutes, then I could type in my password again.

-- 
gnome-screensaver bad password timeout
https://bugs.launchpad.net/bugs/314545
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 355112] Re: Ask.com keeps being re-added to Firefox search bar after updates

2009-11-23 Thread Martin von Wittich
Same for me, I always have to remove all these crappy plugins every time
because they are reinstalled with every update.

-- 
Ask.com keeps being re-added to Firefox search bar after updates
https://bugs.launchpad.net/bugs/355112
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 269934] Re: application icons are faded and hard to distinguish

2009-10-22 Thread Martin von Wittich
I've posted a patch on the GNOME bugtracker, and I also created a PPA
that contains the patched package:
https://launchpad.net/~martin.von.wittich/+archive/libwnck-nodimming

Add the software source ppa:martin.von.wittich/libwnck-nodimming to your 
computer and run sudo apt-key adv --keyserver subkeys.pgp.net --recv-keys 
C26F50B5 ; then start update-manager, check for updates and install them. After 
you relogin, the icons should no longer be greyed out.
This will of course be reverted as soon as Ubuntu releases another update for 
libwnck, but I'll try to keep at it and patch the updates too.

-- 
application icons are faded and hard to distinguish
https://bugs.launchpad.net/bugs/269934
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 395302] Re: kills X session during upgrade

2009-10-15 Thread Martin von Wittich

** Attachment added: "syslog.1.gz"
   http://launchpadlibrarian.net/33750898/syslog.1.gz

-- 
kills X session during upgrade
https://bugs.launchpad.net/bugs/395302
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 395302] Re: kills X session during upgrade

2009-10-15 Thread Martin von Wittich

** Attachment added: "term.log.gz"
   http://launchpadlibrarian.net/33750922/term.log.gz

-- 
kills X session during upgrade
https://bugs.launchpad.net/bugs/395302
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 395302] Re: kills X session during upgrade

2009-10-15 Thread Martin von Wittich
> Seinding HUP to gdm does not terminate it.

OK, you're right, I tried it :)

> It rather sounds like d-bus crashed during the upgrade

Seems you are right again:

martin /var/log # zgrep dbus syslog.1
Oct 14 19:57:29 martin dbus-daemon: Reloaded configuration
[...]
Oct 14 20:05:20 martin dbus-daemon: Reloaded configuration
Oct 14 20:11:52 martin avahi-daemon[32252]: dbus_bus_get_private(): Failed to 
connect to socket /var/run/dbus/system_bus_socket: No such file or directory
[...]
Oct 14 20:11:52 martin init: dbus main process ended, respawning
Oct 14 20:12:38 martin init: dbus main process ended, respawning
Oct 14 20:12:50 martin init: dbus main process ended, respawning
Oct 14 20:12:50 martin init: dbus main process (5278) killed by KILL signal
Oct 14 20:12:50 martin init: dbus main process ended, respawning
Oct 14 20:12:50 martin init: dbus main process (5352) terminated with status 1
Oct 14 20:12:50 martin init: dbus main process ended, respawning
Oct 14 20:12:50 martin init: Unable to connect to the system bus: Failed to 
connect to socket /var/run/dbus/system_bus_socket: Connection refused

I'll attach the complete syslog and apt/term.log.

> Can you reproduce this somehow?

I have no idea how. I tried to run a few dbus related postinsts, but
that caused nothing.

> Can you please check afterwards with "status dbus" and "status hal"
whether they are running or stopped?

When it happens again, I'll try to login via ssh, and post the results.

-- 
kills X session during upgrade
https://bugs.launchpad.net/bugs/395302
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 421444] Re: Cannot find manual for System -> Administration -> Authorizations

2009-10-14 Thread Martin von Wittich
@MichaelM: this is not at all a high or critical bug - missing
documentation for an administration tool that most Ubuntu users will
never encounter does not make the whole system unusable ;)
https://wiki.ubuntu.com/Bugs/Importance

Also, as James stated, this tool is part of the old PolicyKit that is
going to be replaced by a new version. I don't know if the new PolicyKit
will have fully working UI when Karmic is released (I sure hope so, but
time's running out), but it would be absolutely counterproductive to put
any further work into a package that's going to be removed.

-- 
Cannot find manual for System -> Administration -> Authorizations
https://bugs.launchpad.net/bugs/421444
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 450687] Re: [Kubuntu Karmic] In PolicyKit Authorization console can't set rules to device

2009-10-14 Thread Martin von Wittich
The actual problem seems to be that almost all PolicyKit actions seem to
have vanished in karmic... I'm not sure though whether this is
intentional or a bug. These are the actions that remain:

$ polkit-action 
org.freedesktop.policykit.read
org.freedesktop.policykit.revoke
org.freedesktop.policykit.grant
org.freedesktop.policykit.modify-defaults
org.freedesktop.packagekit.cancel-foreign
org.freedesktop.packagekit.package-install
org.freedesktop.packagekit.package-install-untrusted
org.freedesktop.packagekit.system-trust-signing-key
org.freedesktop.packagekit.package-eula-accept
org.freedesktop.packagekit.package-remove
org.freedesktop.packagekit.system-update
org.freedesktop.packagekit.system-rollback
org.freedesktop.packagekit.system-sources-configure
org.freedesktop.packagekit.system-sources-refresh
org.freedesktop.packagekit.system-network-proxy-configure
com.ubuntu.checkbox.test
com.ubuntu.checkbox.info
org.blueman.network.setup
org.blueman.hal.manager
org.blueman.dhcp.client

The GUI shows the same.

-- 
[Kubuntu Karmic] In PolicyKit Authorization console can't set rules to device 
https://bugs.launchpad.net/bugs/450687
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 451548] Re: [karmic] "Keyboard input method system" selection scales vertically when resizing the window

2009-10-14 Thread Martin von Wittich

** Attachment added: "resized.png"
   http://launchpadlibrarian.net/33672705/resized.png

-- 
[karmic] "Keyboard input method system" selection scales vertically when 
resizing the window
https://bugs.launchpad.net/bugs/451548
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 451548] Re: [karmic] "Keyboard input method system" selection scales vertically when resizing the window

2009-10-14 Thread Martin von Wittich

** Attachment added: "normal.png"
   http://launchpadlibrarian.net/33672693/normal.png

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33672695/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33672696/XsessionErrors.txt

-- 
[karmic] "Keyboard input method system" selection scales vertically when 
resizing the window
https://bugs.launchpad.net/bugs/451548
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 451548] [NEW] [karmic] "Keyboard input method system" selection scales vertically when resizing the window

2009-10-14 Thread Martin von Wittich
Public bug reported:

Binary package hint: language-selector

The "Keyboard input method system" selection box will scale vertically
if the window is resized which looks really ugly. On the other hand,
none of the input fields will scale horizontally, which could be useful
if a language name is longer then the selection box. Screenshots are
attached.

$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

$ dpkg -l | grep language-sel
ii  language-selector  0.4.11   
  Language selector for Ubuntu Linux
ii  language-selector-common   0.4.11   
  Language selector for Ubuntu Linux

ProblemType: Bug
Architecture: i386
Date: Wed Oct 14 20:53:02 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: fglrx
Package: language-selector 0.4.11
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-14.46-generic
SourcePackage: language-selector
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
[karmic] "Keyboard input method system" selection scales vertically when 
resizing the window
https://bugs.launchpad.net/bugs/451548
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 395302] Re: kills X session during upgrade

2009-10-14 Thread Martin von Wittich
Hmm, I'm still experiencing gdm restarts during some upgrades; the last
one was today, when upgrading from gdm 2.28.0-0ubuntu14 to gdm
2.28.0-0ubuntu17. I believe the HUP from the postinst file could be
causing this, but as I don't want to reboot my computer again, I shrink
from trying it:

PID=$(status "gdm" 2>/dev/null | awk '/[0-9]$/ { print $NF }')
[ -z "$PID" ] || kill -HUP $PID

What makes this even worse is that after gdm is restarted, neither the
mouse nor the keyboard are working anymore. The only escape is rebooting
the computer via Alt+SysRq+RSEIUB.

-- 
kills X session during upgrade
https://bugs.launchpad.net/bugs/395302
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 317952] Re: ubuntu intrepid doesn't save network configs

2009-10-12 Thread Martin von Wittich
I believe I have a similar problem in karmic - I just tried several
times to change a profile from DHCP to Manual, typing one (or two) IPs
into the Addresses list. After having clicked on Apply and reopening the
configuration dialog, it's changed back to DHCP and all the addresses
are gone.

-- 
ubuntu intrepid doesn't save network configs
https://bugs.launchpad.net/bugs/317952
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 198695] Re: [mplayer] major annoyances with pop-up error messages

2009-10-10 Thread Martin von Wittich
I believe this bug could be eligible for the One Hundred Paper Cuts
project as it should be trivially fixable. OTOH I just noticed that
mplayer is in multiverse and ubuntu-desktop doesn't depend on it, so I
could of course be wrong about this... if so, I apologize and someone
please remove it from the project.

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
[mplayer] major annoyances with pop-up error messages 
https://bugs.launchpad.net/bugs/198695
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 384641] Re: Karmic touchpad settings disabled tap to click

2009-10-08 Thread Martin von Wittich
*** This bug is a duplicate of bug 378391 ***
https://bugs.launchpad.net/bugs/378391

I just upgraded my notebook to karmic. Enabling tap to click works now
(gnome-settings-daemon 2.28.0-0ubuntu2), but it is still disabled by
default. I'm usally not at all for changing default settings just
because they don't fit my personal preferences, but in this case I'd
suggest reverting this to the pre-karmic behaviour - tap to click should
be enabled by default.

-- 
Karmic touchpad settings disabled tap to click
https://bugs.launchpad.net/bugs/384641
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 197288] Re: [hardy] new windows are put in background when a window has always on top set

2009-08-26 Thread Martin von Wittich
Workaround does not seem to work for me (jaunty).

-- 
[hardy] new windows are put in background when a window has always on top set
https://bugs.launchpad.net/bugs/197288
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 417359] [NEW] screen-profiles breaks suid screen

2009-08-22 Thread Martin von Wittich
Public bug reported:

Binary package hint: screen-profiles

screen can be made setuid to enable users to attach to screens of other
users:

chmod u+s /usr/bin/screen.real

(minor annoyance: it took me a few minutes to realize that screen had
been renamed to screen.real and that I was actually making a shell
script setuid...)

This also requires that /var/run/screen has 755 permissions instead of
775 permissions. /etc/init.d/screen-cleanup usually detects if screen is
setuid and takes care of this, but it checks /usr/bin/screen instead of
/usr/bin/screen.real. This means that having screen-profiles installed
breaks suid screen, because screen won't start with improper
permissions:

mar...@martin ~ % screen
Directory '/var/run/screen' must have mode 755.

** Affects: screen-profiles (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- screen-profiles break suid screen
+ screen-profiles breaks suid screen

-- 
screen-profiles breaks suid screen
https://bugs.launchpad.net/bugs/417359
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 271272] Re: updatedb should be weekly, not daily

2009-08-20 Thread Martin von Wittich
I think this should remain a daily cron job. If you can't trust locate
to be at least halfway up-to-date you could just use find instead, or
you'd be always forced to run updatedb before using locate. This would
mitigate locate's benefits.

OTOH I don't believe that reducing reads in any way would increase a
hard disk's life expectancy nor significantly decrease it's power
consumption. Hard disks age, and after a few years (about the time
there's warranty on the disk) the failure rate will drastically increase
- that's just the way it is. And many things that you may believe which
should prolong it's life are actually statistically insignificant.
There's a Google white paper on this that explains it.

-- 
updatedb should be weekly, not daily
https://bugs.launchpad.net/bugs/271272
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 358817] [NEW] Add irexec,irxevent,... to session

2009-04-09 Thread Martin von Wittich
Public bug reported:

Binary package hint: lirc

irexec (from package lirc) and irxevent (from package lirc-x) are useful
tools that enable lirc users execute programs (irexec) or generate
keystrokes (irxevent). For these to work, they have to be added to the
session (go to System - Preferences - Sessions - Startup Programs and
add "irexec -d" and "irxevent -d", but that is not very user-friendly
and many people don't seem to get this. If you google for irexec, you
will see that many people instead try to hack it into their
/etc/init.d/lirc, which is plain wrong because these tools have to run
inside the user context.

I propose that the packages lirc and lirc-x should automatically add
such tools (I name irexec and irxevent here because these are the ones I
use, but there could be more) to the sessions of all users.

A possible drawback: running all these tools when the user has only
configured some of them inside his lircrc wastes memory. We could either
make this somehow configurable (but I don't know how), or parse
/etc/lirc/lircrc and ~/.lircrc for the required programs and only add
those to the session. /etc/init.d/lirc could reparse the files whenever
neccessary, so when the user edits his .lircrc and adds e.g. irexec, the
init script could modify the user's session to run irexec too.

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

-- 
Add irexec,irxevent,... to session
https://bugs.launchpad.net/bugs/358817
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 355895] [NEW] closedir() attempted on invalid dirhandle DIR

2009-04-05 Thread Martin von Wittich
Public bug reported:

Binary package hint: durep

This is a known bug, it's listed in the debian bugtracker and there is
also a patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482061

They're not applying the patch though. Can we get this fixed in Ubuntu,
or is there anything I can do to help, e.g. creating a debdiff or
something? I have no experience in maintaining Debian or Ubuntu
packages, but I have a bit of deb packaging experience :)

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

-- 
closedir() attempted on invalid dirhandle DIR
https://bugs.launchpad.net/bugs/355895
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 302054] Re: Being able to choose image quality/compression in resize dialog

2008-12-30 Thread Martin von Wittich
** Summary changed:

- Being able to choose image quality in resize dialog
+ Being able to choose image quality/compression in resize dialog

-- 
Being able to choose image quality/compression in resize dialog
https://bugs.launchpad.net/bugs/302054
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 292310] Re: ipac-ng fails on start with ubuntu 8.10

2008-11-12 Thread Martin von Wittich
As far as I know, ipac-ng has been removed from Debian and Ubuntu
because it is unmaintained (both in Debian and in upstream) and rc-
buggy, so there's probably no way to fix this.

-- 
ipac-ng fails on start with ubuntu 8.10
https://bugs.launchpad.net/bugs/292310
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 267263] Re: seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()

2008-09-10 Thread Martin von Wittich
Oh, OK. I thought the fix would have already made it in the most recent
release. My bad.

Don't worry on packaging it, I have restored the version I fixed myself
and it's working for me.

-- 
seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()
https://bugs.launchpad.net/bugs/267263
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 267263] Re: seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()

2008-09-10 Thread Martin von Wittich
Strange. The version I fixed myself worked, but the new upstream version
crashes again. I've already purged seahorse-plugins and installed it
again, that didn't help. Can anyone confirm this?

Unfortunately, apport won't report this crash, all I see is segfaults in
dmesg:

[ 3378.789276] seahorse-applet[10703]: segfault at 80 ip b7fa7b50 sp bfcdcec0 
error 4 in libpanel-applet-2.so.0.2.44[b7fa2000+d000]
[ 3948.368733] padevchooser[6689]: segfault at 65726f ip b785d5d2 sp bff93ed0 
error 4 in libgobject-2.0.so.0.1800.0[b7834000+3c000]
[ 4331.552415] seahorse-applet[11172]: segfault at 80 ip b7fa8b50 sp bfade4c0 
error 4 in libpanel-applet-2.so.0.2.44[b7fa3000+d000]
[ 4349.241463] seahorse-applet[11178]: segfault at 80 ip b7f3bb50 sp bfa70c50 
error 4 in libpanel-applet-2.so.0.2.44[b7f36000+d000]
[ 4507.854260] seahorse-applet[11252]: segfault at 80 ip b7fc3b50 sp bfaf8ce0 
error 4 in libpanel-applet-2.so.0.2.44[b7fbe000+d000]

-- 
seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()
https://bugs.launchpad.net/bugs/267263
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 267263] Re: seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()

2008-09-08 Thread Martin von Wittich
Oh well, too late :)

-- 
seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()
https://bugs.launchpad.net/bugs/267263
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 267263] Re: seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()

2008-09-08 Thread Martin von Wittich
Fixed upstream.

-- 
seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()
https://bugs.launchpad.net/bugs/267263
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 267263] Re: seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()

2008-09-08 Thread Martin von Wittich
OK, I've submitted a patch upstream that hopefully fixes the issue
without breaking anything else.

-- 
seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()
https://bugs.launchpad.net/bugs/267263
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 267263] Re: seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()

2008-09-08 Thread Martin von Wittich
The bug has been marked as a duplicate; the real bug is here:
http://bugzilla.gnome.org/show_bug.cgi?id=549833 .

Sounds like there's just a single line missing, but they haven't fixed
it yet.

-- 
seahorse-applet crashed with SIGSEGV in panel_applet_factory_main_closure()
https://bugs.launchpad.net/bugs/267263
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 148454] Re: console-kit-deamon spawns too many threads

2008-09-08 Thread Martin von Wittich
By now, everybody should have come to the conclusion that there is in
fact nobody here who actually has the required know-how CKD to figure
out of what's going on here; all we have are 2 possibly broken patches
and plenty of vague assumptions.

I still say: if you're really that concerned, you should file a bug in
the freedesktop bug tracker: https://bugs.freedesktop.org

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 148454] Re: console-kit-deamon spawns too many threads

2008-06-26 Thread Martin von Wittich
You should file a bug on the ConsoleKit bugtracker and post your patch
there: https://bugs.freedesktop.org/enter_bug.cgi?product=ConsoleKit

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 243268] [NEW] zshall manpage is broken

2008-06-26 Thread Martin von Wittich
Public bug reported:

Binary package hint: zsh

The zshall manpage in Hardy (zsh 4.3.4-24ubuntu1)  seems to be broken.
Look at this:

[EMAIL PROTECTED] ~ % man -P cat zshall|wc -l
zsoelim: can't open man1/zshroadmap.1: No such file or directory
361
[EMAIL PROTECTED] ~ % man -P cat zshall|wc -l
zsoelim: can't open man1/zshmisc.1: No such file or directory
521

(error messages differ from invocation to invocation)

On debian stable:

iserv:~# man -P cat zshall|wc -l
Reformatting zshall(1), please wait...
20664

As you can see, the Ubuntu manpage is only 300-500 lines long, while on
Debian it is >2 lines long. Looks like that nearly all manpages that
zshall should contain aren't there in Hardy. The seperate manpages work
though.

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

-- 
zshall manpage is broken
https://bugs.launchpad.net/bugs/243268
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 72054] Re: very non-default zsh behaviour

2008-06-24 Thread Martin von Wittich
It's a bit offtopic, but: is it possible that the zshall manpage in
current Ubuntu is broken? Look at this:

[EMAIL PROTECTED] ~ % man -P cat zshall|wc -l   
zsoelim: can't open man1/zshroadmap.1: No such file or directory
361
[EMAIL PROTECTED] ~ % man -P cat zshall|wc -l
zsoelim: can't open man1/zshmisc.1: No such file or directory
521

(error messages differ from invocation to invocation)

On debian stable:

iserv:~# man -P cat zshall|wc -l
Reformatting zshall(1), please wait...
20664

-- 
very non-default zsh behaviour
https://bugs.launchpad.net/bugs/72054
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 148454] Re: console-kit-deamon spawns too many threads

2008-06-06 Thread Martin von Wittich
I have no idea why you are all so agitated by this. If the console-kit-
daemon developers think that it makes sense for it to spawn ~60 threads,
then so be it! It may be alright to ask for the reason behind this and
to suggest to reduce the thread count, but _please_ don't snivel such
nonsense as "the performance is significantly slower with 60 useless
threads". [EMAIL PROTECTED]: whatever the reason may be for your computer
running slow, it is most probably not console-kit-daemon. If you're
having problems, watch you Load Average in htop, watch your iowait in
"vmstat 1", and so on; a much more probable issue would be trackerd.]

As far as I'm concerned, this is neither a bug in console-kit-daemon nor
htop.

BTW: if you want to see the threads in ps, use "ps xaH|grep console".

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
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 135658] Re: synergy+glipper causes clipboard to stop working on WinXP client

2008-05-29 Thread Martin von Wittich
I confirmed this bug because I'm having this problem too. The bug seems
not to be reported upstream (there is no bug in the synergy bugtracker
containing the word "glipper") but OTOH there seems to be no point in
doing so because there are already >500 bugs reported without anyone
doing something.

-- 
synergy+glipper causes clipboard to stop working on WinXP client
https://bugs.launchpad.net/bugs/135658
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 135658] Re: synergy+glipper causes clipboard to stop working on WinXP client

2008-05-29 Thread Martin von Wittich
** Changed in: ubuntu
   Status: New => Confirmed

-- 
synergy+glipper causes clipboard to stop working on WinXP client
https://bugs.launchpad.net/bugs/135658
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 41427] Re: "slow keys" can turn on surreptitiously & cause confusion.

2008-05-28 Thread Martin von Wittich
You can disable that feature permanently by unchecking the option
'Keyboard Preferences' -> 'Allow to turn accessibility features on and
off from the keyboard'.

There's by the way a duplicate of this bug:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-
center/+bug/59616

-- 
"slow keys" can turn on surreptitiously & cause confusion.
https://bugs.launchpad.net/bugs/41427
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 59616] Re: keyboard not working after logging in via gdm due to"slow keys" feature being accidentally enabled

2008-05-28 Thread Martin von Wittich
I just tried it again, and I think I've found the underlying issue. As I
disabled the option 'Keyboard Preferences' -> 'Allow to turn
accessibility features on and off from the keyboard', I had to
reactivate this to test it.

As I now know, the required action is to hold SHIFT for 8 seconds to
toggle the 'Slow Keys' feature, and I did just that. After 8 seconds, a
dialog popped up, asking me "Do you want to activate Slow Keys?"
(possible answers: 'Don't activate', 'Activate') - just as expected.

What I did not expect though was this: the feature gets enabled as soon
as the dialog pops up; only when you hit 'Don't activate', it will get
disabled again. And to make this even worse: the dialog tends to remain
hidden behind maximized windows. In the beginning, it would pop up over
my maximized Firefox window, but after I did this several times, it will
only "pop under" the Firefox window. So if I didn't know about this, the
'slow keys' feature would now be enabled, I wouldn't know why. If I
would now minimize all windows, I would see that dialog; but most users
(as I did back then I guess) will freak out and e.g. try to re-login or
to reboot the computer, leading to a permanently enabled 'slow keys'
feature.

My suggested fix: disable 'Allow to turn accessibility features on and
off from the keyboard' by default (I don't think there are really people
relying on this), and fix that dialog so it won't enable the 'slow keys'
feature until the user has clicked on 'Activate'.

Additionally, the focused button in that dialog should be 'Don't
activate' (why focus the 'Help' button?!), and a warning like "WARNING:
if you don't know what the Slow Keys feature is, don't enable it! You
will have problems with typing when you activate it!" would be nice.

BTW - this is a duplicate: https://bugs.launchpad.net/ubuntu/+bug/41427
this could be a duplicate: https://bugs.launchpad.net/ubuntu/+bug/195805 (I 
tested it, you also need to hold CTRL+ALT+F1 for a moment when you want to 
switch consoles with slow keys enabled. I won't test CTRL+ALT+BACKSPACE though 
;))

-- 
keyboard not working after logging in via gdm due to"slow keys" feature being 
accidentally enabled 
https://bugs.launchpad.net/bugs/59616
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 187127] Re: ssh always asks to unlock private key with no password set

2008-05-22 Thread Martin von Wittich
My SSH key does have a password but nonetheless I dislike this window,
because it interrupts my usual routine:

$ ssh somehost

$ ssh-add

$ ssh somehost


I also noticed that it seems rather random whether the dialog gets the
focus; sometimes the focus just remains on the terminal window,
potentially leading users to typing their passphrases in plain text into
the terminal window. For me it means that hitting ESC will do nothing,
and I have to use the mouse to close the window. That is just plain
wrong: I'm forced to use the mouse to close a graphical dialog that pops
up while I'm working in the terminal.

I think the possibility to store the passphrase in seahorse is generally
a nice feature, but it should not pop up a graphical window in the
terminal.

-- 
ssh always asks to unlock private key with no password set
https://bugs.launchpad.net/bugs/187127
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 94326] Re: OpenOffice does not accept password when opening files remotely over ssh

2008-05-21 Thread Martin von Wittich
Same problem here, Hardy and OpenOffice 1:2.4.0-3ubuntu6. I am opening a
document on a Samba share; the credentials are stored in my keyring and
they work if I i.e. use Nautilus to open the share. OpenOffice though
seems to ignore the keyring and I have to enter the credentials into
OpenOffice manually. They work though; as soon as I have entered the
credentials and the checkbox "store until end of session" is checked, I
don't have to enter them again until I logout.

-- 
OpenOffice does not accept password when opening files remotely over ssh
https://bugs.launchpad.net/bugs/94326
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 218137] Re: padevchooser crashed with SIGSEGV in g_type_check_instance_cast()

2008-04-16 Thread Martin von Wittich
I just shut my notebook down and the applet on my desktop crashed again;
this suggests that the issue is reproducible.

-- 
padevchooser crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/218137
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 182957] Re: Pulse audio applet not needed

2008-04-16 Thread Martin von Wittich
On my Hardy, the applet was not started automatically; after I found it,
I configured it to start automatically though because it's a great toy
:)

Regarding "server," "sink," and "source": I wouldn't consider myself an
audio expert, but I got the hang of it pretty quickly. I especially like
the "Default Sink" option because it allows me to route my audio output
to another computer (the one that has speakers attached to it) as soon
as PulseAudio's network features are enabled on both computers.

Regarding the manager: it's not that useful. Allows you to see whether
PulseAudio is running; plus, I use the sample cache as a fast test to
see whether the sound works.

Regarding the volume control: another great toy. It surely looks useful,
but as I'm listening only to a single music stream atm, I've got no real
use for that now.

Regarding the volume meters: did I mention the toy factor? :)

Regarding quit: well, Pidgin has it too. As PulseAudio is not an applet
in the sense of: you can add/remove it with a right click on the panel,
but a running application like Pidgin, I like having the option to
terminate it.

Regarding preferences: the applet preferences (show notifications for
discovered servers/sinks/...) are not the same as the preferences in the
System menu; instead, the preferences in the System menu are the same as
"Configure Local Sound Server" in the applet's menu.

I agree though that this applet should not be started by default because
most users wouldn't need it. It would be cool though if it could
automatically appear when there are other PulseAudio servers available
on the local network so I could choose which one I would want to use.

-- 
Pulse audio applet not needed
https://bugs.launchpad.net/bugs/182957
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 218137] [NEW] padevchooser crashed with SIGSEGV in g_type_check_instance_cast()

2008-04-16 Thread Martin von Wittich
Public bug reported:

Binary package hint: padevchooser

I configured PulseAudio on my desktop computer to use a remote audio
sink on my notebook; when I logged off from my notebook, the PulseAudio
applet on my desktop crashed.

ProblemType: Crash
Architecture: i386
Date: Wed Apr 16 12:49:46 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/padevchooser
Package: padevchooser 0.9.3-2ubuntu3
PackageArchitecture: i386
ProcCmdline: padevchooser
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: padevchooser
StacktraceTop:
 g_type_check_instance_cast ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Title: padevchooser crashed with SIGSEGV in g_type_check_instance_cast()
Uname: Linux 2.6.24-16-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin netdev 
plugdev powerdev scanner vboxusers video

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


** Tags: apport-crash need-i386-retrace

-- 
padevchooser crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/218137
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 218137] Re: padevchooser crashed with SIGSEGV in g_type_check_instance_cast()

2008-04-16 Thread Martin von Wittich

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/13503276/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/13503277/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/13503278/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/13503279/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/13503280/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/13503281/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/13503282/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/13503283/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
padevchooser crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/218137
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 59616] Re: keyboard not working after logging in via gdm

2008-04-15 Thread Martin von Wittich
I just had the same problem and I can confirm that the "slow keys"
feature was the reason for this. As the option "Allow to turn on
accessibility features on and off from the keyboard" was set, I guess I
accidentally enabled it with some obscure key combination (the help
doesn't state which key combination would enable slow keys, though).
It's not a bug, it's a feature :)

Seeing the amount of confusion this has created, there is apparently a
need for some kind of notification bubble that informs users that are
desperately hitting keys about this.

-- 
keyboard not working after logging in via gdm
https://bugs.launchpad.net/bugs/59616
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