[Bug 1027033] Re: Cowsay should ignore ANSI codes in its input when determining message width

2012-07-27 Thread Dennis Kaarsemaker
Can't think of something that would break, these characters are supposed
to be invisible. Of course if your terminal doesn't support ansi escape
codes this will look wrong. But it would look wrong anyway :)

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

Title:
  Cowsay should ignore ANSI codes in its input when determining message
  width

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

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


[Bug 1027033] [NEW] Cowsay should ignore ANSI codes in its input when determining message width

2012-07-20 Thread Dennis Kaarsemaker
Public bug reported:

If one attempts the following:

echo 'Hello, World!' | toilet -w 100 --metal | cowsay -n

The speech bubble is far too wide because cowsay does not ignore the
ansi escape codes used by toilet to colorize the output. The following
patch prevnts this.

--- cowsay  2010-12-22 13:24:57.0 +0100
+++ cowsay  2012-07-20 13:04:49.0 +0200
@@ -109,7 +109,8 @@
 sub maxlength {
 my ($l, $m);
 $m = -1;
-for my $i (@_) {
+for my $i (each @_) {
+$i =~ s/\033\[(\d*;)*\d*m//g;
$l = length $i;
$m = $l if ($l  $m);
 }

** Affects: cowsay (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/1027033

Title:
  Cowsay should ignore ANSI codes in its input when determining message
  width

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

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


[Bug 1027033] Re: Cowsay should ignore ANSI codes in its input when determining message width

2012-07-20 Thread Dennis Kaarsemaker
Hmm, webform made tabs go away, annoying. Anyway, the idea should be
clear :)

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

Title:
  Cowsay should ignore ANSI codes in its input when determining message
  width

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

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


[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-16 Thread Dennis Kaarsemaker
Yes, touchpad, disabled while typing. Unticking that checkbox indeed
makes g-s-d not crash. Attached is the valgrind output from when I
reenabled that setting and ran g-s-d again.

** Attachment added: Valgrind output
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1007588/+attachment/3192960/+files/valgrind.txt

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

Title:
  [mouse]: gnome-settings-daemon SIGSEGV in
  gdk_device_manager_list_devices@plt()

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

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


[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-16 Thread Dennis Kaarsemaker
(And now the real valgrind log, following instructions from the wiki)

** Attachment added: valgrind.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1007588/+attachment/3192961/+files/valgrind.log

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

Title:
  [mouse]: gnome-settings-daemon SIGSEGV in
  gdk_device_manager_list_devices@plt()

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

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


[Bug 1005054] Re: [mouse]: gnome-settings-daemon crashed with SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-13 Thread Dennis Kaarsemaker
*** This bug is a duplicate of bug 1007588 ***
https://bugs.launchpad.net/bugs/1007588

Got this as well on a dell latitude e4200, apt-get dist-upgrade run
today.

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

Title:
  [mouse]: gnome-settings-daemon crashed with SIGSEGV in
  gdk_device_manager_list_devices@plt()

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

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


[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-13 Thread Dennis Kaarsemaker
This happens to me as well with gnome-settings-daemon 3.4.2-0ubuntu1 or
3.4.2-0ubuntu4. Downgrading to 3.4.1-ubuntu1 works around the problem
but is no longer an option. Backtrace:

#0  0xaedeaf00 in gdk_device_manager_list_devices@plt ()
   from /usr/lib/gnome-settings-daemon-3.0/libmouse.so
#1  0xaededec5 in gsd_mouse_manager_idle_cb (manager=0x813a610)
at gsd-mouse-manager.c:1124
#2  0xb7860570 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb7862a93 in g_main_context_dispatch ()
   from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb7862e30 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb786328b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#6  0xb7c5024d in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
#7  0x0804abc9 in main (argc=1, argv=0xbfffec34) at main.c:464

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

Title:
  [mouse]: gnome-settings-daemon SIGSEGV in
  gdk_device_manager_list_devices@plt()

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

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


[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-13 Thread Dennis Kaarsemaker
Backtrace after installing the glib dbgsym:

#0  0xaedeaf00 in gdk_device_manager_list_devices@plt ()
   from /usr/lib/gnome-settings-daemon-3.0/libmouse.so
#1  0xaededec5 in gsd_mouse_manager_idle_cb (manager=manager@entry=0x813e620)
at gsd-mouse-manager.c:1124
#2  0xb7860570 in g_idle_dispatch (source=source@entry=0x8175a78, 
callback=0xaededca0 gsd_mouse_manager_idle_cb, user_data=0x813e620)
at /build/buildd/glib2.0-2.33.1/./glib/gmain.c:4657
#3  0xb7862a93 in g_main_dispatch (context=0x8086cc8)
at /build/buildd/glib2.0-2.33.1/./glib/gmain.c:2539
#4  g_main_context_dispatch (context=context@entry=0x8086cc8)
at /build/buildd/glib2.0-2.33.1/./glib/gmain.c:3075
#5  0xb7862e30 in g_main_context_iterate (context=0x8086cc8, 
block=block@entry=1, dispatch=dispatch@entry=1, 
self=error reading variable: Unhandled dwarf expression opcode 0xfa)
at /build/buildd/glib2.0-2.33.1/./glib/gmain.c:3146
#6  0xb786328b in g_main_loop_run (loop=0x81fe920)
at /build/buildd/glib2.0-2.33.1/./glib/gmain.c:3340
#7  0xb7c5024d in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
#8  0x0804abc9 in main (argc=1, argv=0xbfffec34) at main.c:464

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

Title:
  [mouse]: gnome-settings-daemon SIGSEGV in
  gdk_device_manager_list_devices@plt()

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

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


[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-13 Thread Dennis Kaarsemaker
Further evidence towards Michael Terry's suspicion about this possibly
being a toolchain issue: 3.4.1 also segfaults in the same location when
I rebuild it on quantal.

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

Title:
  [mouse]: gnome-settings-daemon SIGSEGV in
  gdk_device_manager_list_devices@plt()

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

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


[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-13 Thread Dennis Kaarsemaker
And commenting out that part of gsd_mouse_manager_idle_cb makes it
segfault in another part of the plt:

0xaedf0200 in g_settings_get_boolean@plt () from 
/usr/lib/gnome-settings-daemon-3.0/libmouse.so
(gdb) bt
#0  0xaedf0200 in g_settings_get_boolean@plt () from 
/usr/lib/gnome-settings-daemon-3.0/libmouse.so
#1  0xaedf2b37 in ?? () from /usr/lib/gnome-settings-daemon-3.0/libmouse.so
#2  0xb785e570 in g_idle_dispatch (source=source@entry=0x815c978, 
callback=0xaedf2910, user_data=0x813c230)
at /build/buildd/glib2.0-2.33.1/./glib/gmain.c:4657
#3  0xb7860a93 in g_main_dispatch (context=0x8086cc8) at 
/build/buildd/glib2.0-2.33.1/./glib/gmain.c:2539
#4  g_main_context_dispatch (context=context@entry=0x8086cc8) at 
/build/buildd/glib2.0-2.33.1/./glib/gmain.c:3075
#5  0xb7860e30 in g_main_context_iterate (context=0x8086cc8, 
block=block@entry=1, dispatch=dispatch@entry=1, 
self=error reading variable: Unhandled dwarf expression opcode 0xfa) at 
/build/buildd/glib2.0-2.33.1/./glib/gmain.c:3146
#6  0xb786128b in g_main_loop_run (loop=0x81f4358) at 
/build/buildd/glib2.0-2.33.1/./glib/gmain.c:3340
#7  0xb7c4e24d in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
#8  0x0804ab29 in main ()

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

Title:
  [mouse]: gnome-settings-daemon SIGSEGV in
  gdk_device_manager_list_devices@plt()

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

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


[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-13 Thread Dennis Kaarsemaker
Another point:

between 3.4.1 and 3.4.2 the mouse plugin received no related changes,
which also indicates a build/toolchain problem.


Removing the mouse  plugin at leaset makes g-s-d stable for me, so I've done 
that for now. I'll keep testing updates.

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

Title:
  [mouse]: gnome-settings-daemon SIGSEGV in
  gdk_device_manager_list_devices@plt()

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

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


[Bug 1007588] Re: [mouse]: gnome-settings-daemon SIGSEGV in gdk_device_manager_list_devices@plt()

2012-06-13 Thread Dennis Kaarsemaker
Another finger pointing to gcc: setting CC=gcc-4.6 in debian/rules makes
the resulting binary not fail this way.

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

Title:
  [mouse]: gnome-settings-daemon SIGSEGV in
  gdk_device_manager_list_devices@plt()

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

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


[Bug 336389] Re: Please remove falcon source and binary from Jaunty

2009-03-01 Thread Dennis Kaarsemaker
Ack. Due to work, studies and real life in general, the time I have to
spend on falcon is less than none. Please remove.

-- 
Please remove falcon source and binary from Jaunty
https://bugs.launchpad.net/bugs/336389
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 263330] Re: (some) thinkpads hard hang at boot

2008-10-06 Thread Dennis Kaarsemaker
Happens on dell d420 and asus eee 701 as well sometimes.

-- 
(some) thinkpads hard hang at boot
https://bugs.launchpad.net/bugs/263330
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 209429] Re: /etc/localtime bitrots

2008-04-01 Thread Dennis Kaarsemaker
I have a nice toy system to trash. Will test thursday

-- 
/etc/localtime bitrots
https://bugs.launchpad.net/bugs/209429
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 209429] Re: /etc/localtime bitrots

2008-04-01 Thread Dennis Kaarsemaker
Timezone selected: Europe/Amsterdam
Language selected: dutch
Not connected to the internet, langpack install fails.

Other than that, fairly standard.

** Attachment added: syslog
   http://launchpadlibrarian.net/13030022/syslog

-- 
/etc/localtime bitrots
https://bugs.launchpad.net/bugs/209429
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 209549] Re: ipython sh profile not working

2008-03-31 Thread Dennis Kaarsemaker
You will need to use the single or double exclamation mark trick there.
I don't thin ubuntu should break ipythons behaviour and try to fix this
by essentially breaking the syntax rules. If you want this 'fix' to
happen, please ask the iPython developers. I will open an upstream task
for this bug.

** Changed in: ipython (Ubuntu)
 Assignee: (unassigned) = Dennis Kaarsemaker (dennis)
   Status: New = Won't Fix

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

-- 
ipython sh profile not working
https://bugs.launchpad.net/bugs/209549
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 164726] Re: ipython fail when calling 'modules' in help()

2008-03-31 Thread Dennis Kaarsemaker
*** This bug is a duplicate of bug 135619 ***
https://bugs.launchpad.net/bugs/135619

** This bug has been marked a duplicate of bug 135619
   ipython crashes on help modules (APT API not stable)

-- 
ipython fail when calling 'modules' in help()
https://bugs.launchpad.net/bugs/164726
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 135619] Re: ipython crashes on help modules (APT API not stable)

2008-03-31 Thread Dennis Kaarsemaker
This is a bug in python, not in ipython

** Changed in: ipython (Ubuntu)
   Status: New = Invalid

** Also affects: python2.5 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
ipython crashes on help modules (APT API not stable)
https://bugs.launchpad.net/bugs/135619
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 90254] Re: [apport] ipython crashed with SIGSEGV

2008-03-31 Thread Dennis Kaarsemaker
Doesn't happen here on hardy. Can you confirm/deny that it is fixed for
you?

-- 
[apport] ipython crashed with SIGSEGV
https://bugs.launchpad.net/bugs/90254
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 115062] Re: ipython bug with file token.py in path

2008-03-31 Thread Dennis Kaarsemaker
Creating a module with the same name as a built-in one will give you
problems of you put it as first in your $PATH. This should not be
considered a bug as this is expected python behaviour.

** Changed in: ipython (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
ipython bug with file token.py in path
https://bugs.launchpad.net/bugs/115062
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 135619] Re: ipython crashes on help modules (APT API not stable)

2008-03-31 Thread Dennis Kaarsemaker
** Bug watch added: Python Roundup #2519
   http://bugs.python.org/issue2519

** Also affects: python via
   http://bugs.python.org/issue2519
   Importance: Unknown
   Status: Unknown

-- 
ipython crashes on help modules (APT API not stable)
https://bugs.launchpad.net/bugs/135619
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 85503] Re: [apport] ipython crashed with ImportError in lt; modulegt; ()

2008-03-31 Thread Dennis Kaarsemaker
Doesn't happen to me on hardy. Can you confirm/deny that it's fixed for
you?

-- 
[apport] ipython crashed with ImportError in lt;modulegt;()
https://bugs.launchpad.net/bugs/85503
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 155180] Re: file-roller, zipping a file without .zip extension

2008-03-31 Thread Dennis Kaarsemaker
Confirmed on hardy, the zipfile is created again with the .zip extension

** Changed in: file-roller (Ubuntu)
Sourcepackagename: None = file-roller
   Status: New = Confirmed

-- 
file-roller, zipping a file without .zip extension
https://bugs.launchpad.net/bugs/155180
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 155180] Re: file-roller, zipping a file without .zip extension

2008-03-31 Thread Dennis Kaarsemaker
** Bug watch added: GNOME Bug Tracker #525274
   http://bugzilla.gnome.org/show_bug.cgi?id=525274

** Also affects: fileroller via
   http://bugzilla.gnome.org/show_bug.cgi?id=525274
   Importance: Unknown
   Status: Unknown

-- 
file-roller, zipping a file without .zip extension
https://bugs.launchpad.net/bugs/155180
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 209549] Re: ipython sh profile not working

2008-03-31 Thread Dennis Kaarsemaker
In that case my apologies for misunderstanding. Reopening

** Changed in: ipython (Ubuntu)
   Status: Won't Fix = Confirmed

-- 
ipython sh profile not working
https://bugs.launchpad.net/bugs/209549
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 157353] Re: wish: support apt:// links

2008-03-31 Thread Dennis Kaarsemaker
*** This bug is a duplicate of bug 199434 ***
https://bugs.launchpad.net/bugs/199434

** This bug has been marked a duplicate of bug 199434
   Xchat doesn't recognize apturls.

-- 
wish: support apt:// links
https://bugs.launchpad.net/bugs/157353
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 57429] Re: shows channel key in titlebar

2008-03-31 Thread Dennis Kaarsemaker
** Changed in: xchat (Ubuntu)
   Status: Triaged = Fix Released

-- 
shows channel key in titlebar
https://bugs.launchpad.net/bugs/57429
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 209549] Re: ipython sh profile not working

2008-03-31 Thread Dennis Kaarsemaker
The split_user_input function splits up apt-get (specifically: the
line_split regex seems to be broken).

-- 
ipython sh profile not working
https://bugs.launchpad.net/bugs/209549
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 209472] Re: liferea browser consumes 100% cpu

2008-03-31 Thread Dennis Kaarsemaker
*** This bug is a duplicate of bug 203157 ***
https://bugs.launchpad.net/bugs/203157

** This bug has been marked a duplicate of bug 203157
   Liferea uses a lot of CPU at times

-- 
liferea browser consumes 100% cpu
https://bugs.launchpad.net/bugs/209472
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 141425] Re: mpd fails to start if music_directory is on NFS

2008-03-31 Thread Dennis Kaarsemaker
** Bug watch added: Debian Bug tracker #473540
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473540

** Also affects: mpd (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473540
   Importance: Unknown
   Status: Unknown

-- 
mpd fails to start if music_directory is on NFS
https://bugs.launchpad.net/bugs/141425
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 157266] Re: gnome-terminal with --command option fails after first time

2008-03-31 Thread Dennis Kaarsemaker
Works for me in hardy, try with:
gnome-terminal --command 'sh -c echo test  sleep 5'

-- 
gnome-terminal with --command option fails after first time
https://bugs.launchpad.net/bugs/157266
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 149763] Re: vim: packages missing in repository

2008-03-31 Thread Dennis Kaarsemaker
Not a bug in the package

** Changed in: vim (Ubuntu)
   Status: Incomplete = Invalid

-- 
vim: packages missing in repository
https://bugs.launchpad.net/bugs/149763
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 149763] Re: vim: packages missing in repository

2008-03-31 Thread Dennis Kaarsemaker
cz.archive and at.archive currently point to the main archive mirror, so
the repo errors should be gone now.

-- 
vim: packages missing in repository
https://bugs.launchpad.net/bugs/149763
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 85765] Re: [apport] package ubuntu-standard failed to install/upgrade:

2008-03-31 Thread Dennis Kaarsemaker
*** This bug is a duplicate of bug 84735 ***
https://bugs.launchpad.net/bugs/84735

** This bug has been marked a duplicate of bug 84735
   [apport] package vim-tiny failed to install/upgrade:

-- 
[apport] package ubuntu-standard failed to install/upgrade: 
https://bugs.launchpad.net/bugs/85765
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 117185] Re: vim-python dependencies broken

2008-03-31 Thread Dennis Kaarsemaker
Missing sources.list entry instead of a bug.

** Changed in: vim (Ubuntu)
   Status: New = Invalid

-- 
vim-python dependencies broken
https://bugs.launchpad.net/bugs/117185
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 207524] Re: [needs update] current version is 0.7

2008-03-31 Thread Dennis Kaarsemaker
** Bug watch added: Debian Bug tracker #452634
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452634

** Also affects: htop (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452634
   Importance: Unknown
   Status: Unknown

-- 
[needs update] current version is 0.7
https://bugs.launchpad.net/bugs/207524
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 156402] Re: Package 'vim' should be installed by default

2008-03-31 Thread Dennis Kaarsemaker
Even though I agree with you (first thing I do is installing vim-full),
vim-runtime was removed due to space constraints on the CD. See
https://lists.ubuntu.com/archives/ubuntu-devel/2006-August/020292.html

** Changed in: vim (Ubuntu)
   Status: New = Invalid

-- 
Package 'vim' should be installed by default
https://bugs.launchpad.net/bugs/156402
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 89496] Re: libpcrecpp-dev does not exist

2007-11-14 Thread Dennis Kaarsemaker
It does exist now, don't know since when. It also contains
pcre++-config.

** Changed in: pcre3 (Ubuntu)
   Status: New = Fix Released

-- 
libpcrecpp-dev does not exist
https://bugs.launchpad.net/bugs/89496
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124386] Re: Install program not working...

2007-09-05 Thread Dennis Kaarsemaker
Usplash doesn't run yet at that point.

-- 
Install program not working...
https://bugs.launchpad.net/bugs/124386
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 124386] Re: Install program not working...

2007-09-02 Thread Dennis Kaarsemaker
Nothing to do with usplash.

** Changed in: usplash (Ubuntu)
   Status: Confirmed = Invalid

-- 
Install program not working...
https://bugs.launchpad.net/bugs/124386
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130803] libmpfr1 doesn't include any acutal libraries

2007-08-06 Thread Dennis Kaarsemaker
Public bug reported:

Binary package hint: libmpfr1

[EMAIL PROTECTED]:~$ dpkg -L libmpfr1
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libmpfr1
/usr/share/doc/libmpfr1/changelog.gz
/usr/share/doc/libmpfr1/copyright
/usr/share/doc/libmpfr1/changelog.Debian.gz

The .so file is missing, making e.g. genius unusable.

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

-- 
libmpfr1 doesn't include any acutal libraries
https://bugs.launchpad.net/bugs/130803
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 129707] Re: Wish: Smooth progress bar progressing while booting

2007-08-05 Thread Dennis Kaarsemaker
(We actually may do just a pulsating throbber instead of attempting to
guess progress)

-- 
Wish: Smooth progress bar progressing while booting
https://bugs.launchpad.net/bugs/129707
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 99925] Re: mythfrontend should use the eject command not myth's eject function

2007-06-08 Thread Dennis Kaarsemaker
Test comment for th automatic reporter. Please ignore.

-- 
mythfrontend should use the eject command not myth's eject function
https://bugs.launchpad.net/bugs/99925
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 113780] Re: Depends on usplash-theme-debian, but it is not present

2007-05-11 Thread Dennis Kaarsemaker
I'd rather say the dependency is completely bogus. usplash does not need
any theme to be installed in order to be functional.

-- 
Depends on usplash-theme-debian, but it is not present
https://bugs.launchpad.net/bugs/113780
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113964] Re: mirror.list defaults to edgy on feisty

2007-05-11 Thread Dennis Kaarsemaker
Even though feisty is pretty edgy, I'd indeed call this a bug.

** Changed in: apt-mirror (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
mirror.list defaults to edgy on feisty
https://bugs.launchpad.net/bugs/113964
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 104370] Re: Wifi adapter using rt73 chipset does not work

2007-04-18 Thread Dennis Kaarsemaker
It is :)

** Changed in: ubuntu-bots (upstream)
   Status: Unconfirmed = Rejected

** Also affects: linux-source-2.6.20 (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
Wifi adapter using rt73 chipset does not work
https://bugs.launchpad.net/bugs/104370
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106366] Re: apt doesn't do incremental download of indexes like debian

2007-04-13 Thread Dennis Kaarsemaker
Because the server side of that is not used by ubuntu.

** Changed in: apt (Ubuntu)
   Status: Confirmed = Rejected

-- 
apt doesn't do incremental download of indexes like debian
https://bugs.launchpad.net/bugs/106366
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 101857] Re: WPA doesn't work with NetworkManager using the bcm43xx driver (works with wpa_supplicant)

2007-04-02 Thread Dennis Kaarsemaker
Have you tried with the latest feisty kernels?

-- 
WPA doesn't work with NetworkManager using the bcm43xx driver (works with 
wpa_supplicant)
https://bugs.launchpad.net/bugs/101857
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 64408] Re: Urgent text is poorly readable due to low contrast (blue on black)

2007-03-27 Thread Dennis Kaarsemaker
It was fixed with the latest uploads of the standard themes.

** Changed in: usplash-theme-ubuntu (Ubuntu)
   Status: In Progress = Fix Released

-- 
Urgent text is poorly readable due to low contrast (blue on black)
https://launchpad.net/bugs/64408

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


Re: [Bug 67409] Re: progress bar flickers

2007-03-23 Thread Dennis Kaarsemaker
It is.

-- 
progress bar flickers
https://launchpad.net/bugs/67409

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


Re: [Bug 67409] Re: progress bar flickers

2007-03-23 Thread Dennis Kaarsemaker
Job got in the way and I lacked time to do this properly. Feisty+1 will
see it unless I suddenly find time and the freeze is lifted (unlikely
since the patch is not uninvasive.

-- 
progress bar flickers
https://launchpad.net/bugs/67409

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


[Bug 64408] Re: Urgent text is poorly readable due to low contrast (blue on black)

2007-03-16 Thread Dennis Kaarsemaker
** Changed in: usplash-theme-ubuntu (Ubuntu)
Sourcepackagename: linux-meta = usplash-theme-ubuntu

-- 
Urgent text is poorly readable due to low contrast (blue on black)
https://launchpad.net/bugs/64408

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


[Bug 64408] Re: Urgent text is poorly readable due to low contrast (blue on black)

2007-03-15 Thread Dennis Kaarsemaker
Patches are available, waiting for a core-dev to upload.

** Changed in: usplash (Ubuntu)
   Status: Confirmed = In Progress

-- 
Urgent text is poorly readable due to low contrast (blue on black)
https://launchpad.net/bugs/64408

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


[Bug 90843] Re: [apport] blobwars crashed with SIGSEGV

2007-03-09 Thread Dennis Kaarsemaker

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6716229/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6716230/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6716231/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6716232/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6716233/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6716234/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6716235/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6716236/ThreadStacktrace.txt

-- 
[apport] blobwars crashed with SIGSEGV
https://launchpad.net/bugs/90843

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


[Bug 90843] [apport] blobwars crashed with SIGSEGV

2007-03-09 Thread Dennis Kaarsemaker
Public bug reported:

Binary package hint: blobwars

If you shoot the endboss with the lasercannon after he's dead, sometimes
this crash happens.

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Fri Mar  9 14:51:55 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/games/blobwars
Package: blobwars 1.05-5ubuntu1
PackageArchitecture: i386
ProcCmdline: blobwars
ProcCwd: /home/dennis
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/games:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
 LANG=en_US.UTF-8
 LANGUAGE=en_NL:en_US:en_GB:en
 LC_TIME=nl_NL.UTF-8
Signal: 11
SourcePackage: blobwars
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux mirage 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev 
scanner utmp video

** Affects: blobwars (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] blobwars crashed with SIGSEGV
https://launchpad.net/bugs/90843

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


[Bug 89735] Bogus error messages in case of user stupidity

2007-03-04 Thread Dennis Kaarsemaker
Public bug reported:

Binary package hint: network-manager-vpnc

I mistyped group/user password and I got the following unhelpful reply:

Mar  4 22:39:21 mirage NetworkManager: information^IWill activate VPN 
connection 'UvA', service 'org.freedesktop.NetworkManager.vpnc', user_
name 'dennis', vpn_data 'IPSec gateway / vpn.uva.nl / IPSec ID / ipsec / Xauth 
username / 0105848', route ''. 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 1 of 4 (Connection Prepare) scheduled... 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 1 of 4 (Connection Prepare) ran VPN service daemon org.freede
sktop.NetworkManager.vpnc (PID 8839) 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 1 of 4 (Connection Prepare) complete. 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 2 of 4 (Connection Prepare Wait) scheduled... 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN service 
'org.freedesktop.NetworkManager.vpnc' signaled state change 1 - 6. 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 2 of 4 (Connection Prepare Wait) waiting... 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 2 of 4 (Connection Prepare Wait) complete. 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 3 of 4 (Connect) scheduled... 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 3 of 4 (Connect) sending connect request. 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 3 of 4 (Connect) request sent, waiting for reply... 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN service 
'org.freedesktop.NetworkManager.vpnc' signaled state change 6 - 3. 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 3 of 4 (Connect) reply received. 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 4 of 4 (IP Config Get) timeout scheduled... 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN Activation (UvA) 
Stage 3 of 4 (Connect) complete, waiting for IP configuration... 
Mar  4 22:39:21 mirage NetworkManager: WARNING^I 
nm_vpn_service_process_signal (): VPN failed for service 
'org.freedesktop.NetworkManager.vp
nc', signal 'ConnectFailed', with message 'The VPN login failed because the VPN 
program could not connect to the VPN server.'. 
Mar  4 22:39:21 mirage NetworkManager: information^IVPN service 
'org.freedesktop.NetworkManager.vpnc' signaled state change 3 - 6. 
Mar  4 22:39:21 mirage NetworkManager: WARNING^I 
nm_vpn_service_stop_connection (): (VPN Service 
org.freedesktop.NetworkManager.vpnc): could
 not stop connection 'UvA' because service was 6.

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

-- 
Bogus error messages in case of user stupidity
https://launchpad.net/bugs/89735

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


[Bug 82764] Re: Report for a number of issues.

2007-02-01 Thread Dennis Kaarsemaker
Thomas,

Thanks for the detailed report. Splitting it into separate reports, as
you suggest, would be very much appreciated.

-- 
Report for a number of issues.
https://launchpad.net/bugs/82764

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


Re: [Bug 75509] All runlevels use X; singe user mode broken

2007-01-22 Thread Dennis Kaarsemaker
 status rejected

This has nothing to do with usplash and Ubuntu has always had X in
runlevel 2. Runlevels are a thing rapidly belonging to the past anyway
now that upstart is getting more features.


** Changed in: usplash (Ubuntu)
   Status: Confirmed = Rejected

-- 
Switching to single user mode leaves the system unusable
https://launchpad.net/bugs/75509

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


Re: [Bug 13090] Re: Nautilus sound preview doesn't work with OGG files.

2007-01-07 Thread Dennis Kaarsemaker
Totem

-- 
Nautilus sound preview doesn't work with OGG files.
https://launchpad.net/bugs/13090

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


Re: [Bug 75882] Re: apt-get autoremove removes required packages

2006-12-18 Thread Dennis Kaarsemaker
 Is this edgy or feisty? Was it a fresh install or a upgrade from a
 previous release.

In my case edgy, upgrded from a very fresh dapper (didn't have a dapper
CD nearby when I needed to install).

-- 
apt-get autoremove removes required packages
https://launchpad.net/bugs/75882

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


[Bug 75882] apt-get autoremove removes required packages

2006-12-15 Thread Dennis Kaarsemaker
Public bug reported:

Binary package hint: apt

When installing syslog-ng, apt removes syslog and ubuntu-minimal. A
subsequent apt-get autoremove tries to remove upstart, which has
priority required. I believe apt-get autoremove should not by default
autoremove required packages.

** Affects: apt (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
apt-get autoremove removes required packages
https://launchpad.net/bugs/75882

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


Re: [Bug 75515] blue color in usplash

2006-12-13 Thread Dennis Kaarsemaker
 status Rejected

Yeah it sucks :) But this has been filed quite a few times before, so no
need for more bugs about it.


** Changed in: usplash (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
blue color in usplash
https://launchpad.net/bugs/75515

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


[Bug 74259] Re: Nederlandse vertalingen Opties menu

2006-12-05 Thread Dennis Kaarsemaker
Then I'll reject it again, that's policy for translation bugs.

** Changed in: gdm (Ubuntu)
 Assignee: Roel Huybrechts = (unassigned)
   Status: Unconfirmed = Rejected

-- 
Nederlandse vertalingen Opties menu
https://launchpad.net/bugs/74259

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


Re: [Bug 74259] Re: Nederlandse vertalingen Opties menu

2006-12-05 Thread Dennis Kaarsemaker
 status Rejected

seb: First off, I'm the lead of said translation team. Secondly, bugs
that are things that should be fixed in rosetta have always been closed
like this in the past. Please don't play bug pingpong.


** Changed in: language-pack-gnome-nl (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Nederlandse vertalingen Opties menu
https://launchpad.net/bugs/74259

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


Re: [Bug 74259] Re: Nederlandse vertalingen Opties menu

2006-12-05 Thread Dennis Kaarsemaker
Ok, I give up -- what use are bug policies if noone adheres to them?

-- 
Nederlandse vertalingen Opties menu
https://launchpad.net/bugs/74259

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


[Bug 73883] Re: [feisty] A grep usage message appears on boot

2006-11-30 Thread Dennis Kaarsemaker
** Changed in: grep (Ubuntu)
Sourcepackagename: grep = None

-- 
[feisty] A grep usage message appears on boot
https://launchpad.net/bugs/73883

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


Re: [Bug 25547] Re: splash screen does not free virtual console #8

2006-11-27 Thread Dennis Kaarsemaker
Does 'pidof usplash'return anything?

-- 
splash screen does not free virtual console #8
https://launchpad.net/bugs/25547

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


[Bug 71554] Re: resolv.conf has wrong entry

2006-11-17 Thread Dennis Kaarsemaker
DHCP gets the info from your router. Fix your router if this is wrong.

** Changed in: resolvconf (Ubuntu)
   Status: Needs Info = Rejected

-- 
resolv.conf has wrong entry
https://launchpad.net/bugs/71554

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


[Bug 72221] Re: Crash when viewing Flash (?) demo on Legoshop.com

2006-11-17 Thread Dennis Kaarsemaker
Crash is dueto closedsource plugin which we cannot fix.

** Changed in: firefox (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Crash when viewing Flash (?) demo on Legoshop.com
https://launchpad.net/bugs/72221

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


Re: [Bug 71272] usplash - QUIT and INPUT problems

2006-11-10 Thread Dennis Kaarsemaker
 status Rejected

 since upgrade vom Ubuntu 6.06 to 6.10 the usplash_write QUIT from one
 of my initramfs scripts does not work anymore: The screen is cleared,
 but the cursor remains in the top left position and nothing is
 displayed.

That's normal, nothing is displayed during boot.

 Furthermore, usplash_write INPUT does not work either, i.e. it works,
 but the query is invisible.

 Both problems could be caused by a color table problem - maybe text is
 displayed but black on black. So I am not sure whether this is a problem
 of usplash or usplash-theme-ubuntu.

This is a color problem in usplash, which has been filed before,
therefore I reject this bug.


** Changed in: usplash (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
usplash - QUIT and INPUT problems
https://launchpad.net/bugs/71272

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


Re: [Bug 71272] usplash - QUIT and INPUT problems

2006-11-10 Thread Dennis Kaarsemaker
On vr, 2006-11-10 at 21:49 +, Hadmut Danisch wrote:

  That's normal, nothing is displayed during boot.
 That's definitely not normal, after QUIT normal output (e.g. with echo
 commands) should work as expected and it did with ubuntu 6.04 and debian.

Remove 'quiet' from your kernel command line.

  This is a color problem in usplash, which has been filed before,
  therefore I reject this bug.
 
 Any estimation about when this bug could be fixed?

Nothing more useful than somewhere before Feisty is released

-- 
usplash - QUIT and INPUT problems
https://launchpad.net/bugs/71272

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


Re: [Bug 70836] example eft-theme.so doesn't work

2006-11-07 Thread Dennis Kaarsemaker
 status Rejected

You need to install it as alternative first. (and NO, the example
makefile will not do that)


** Changed in: usplash (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
example eft-theme.so doesn't work
https://launchpad.net/bugs/70836

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


[Bug 69562] Re: Ubugtu no longer reports bugs in #ubuntu-bugs

2006-10-31 Thread Dennis Kaarsemaker
Please file against /products/ubuntu-bots if you want me to see you bug

** Changed in: Ubuntu
   Status: Unconfirmed = Fix Released

-- 
Ubugtu no longer reports bugs in #ubuntu-bugs
https://launchpad.net/bugs/69562

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


Re: [Bug 68491] Edgy: blank screen between grub menu and X server

2006-10-26 Thread Dennis Kaarsemaker
Please make sure usplash.conf agrees with you on the resolution.

-- 
Edgy: blank screen between grub menu and X server
https://launchpad.net/bugs/68491

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


[Bug 67409] Re: progress bar flickers

2006-10-25 Thread Dennis Kaarsemaker
Yes it is -- will implement a better progress bar for feisty

-- 
progress bar flickers
https://launchpad.net/bugs/67409

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


[Bug 64400] Re: Usplash doesn't show at all

2006-10-25 Thread Dennis Kaarsemaker
Great!

** Changed in: usplash (Ubuntu)
   Status: Needs Info = Fix Released

-- 
Usplash doesn't show at all
https://launchpad.net/bugs/64400

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


[Bug 64171] Re: Colors look bad

2006-10-17 Thread Dennis Kaarsemaker
Only usplash_put_part was fixed. usplash_clear and usplash_text not

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

-- 
Colors look bad 
https://launchpad.net/bugs/64171

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


Re: [Bug 64367] Re: Fonts are too dark in usplash

2006-10-17 Thread Dennis Kaarsemaker
That's bug 64171

-- 
Fonts are too dark in usplash
https://launchpad.net/bugs/64367

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


[Bug 66024] Re: No intuitive way to get rid of splash and show console

2006-10-14 Thread Dennis Kaarsemaker
Boot without splash to get rid of the splash and boot without quiet to
get messages. the 'esc closes usplash' has never worked.

** Changed in: usplash (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
No intuitive way to get rid of splash and show console
https://launchpad.net/bugs/66024

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


[Bug 63306] Re: Theme doesn't fill the whole screen

2006-10-14 Thread Dennis Kaarsemaker
this is not a duplicate and I definitely want to treat it separately.

** This bug is no longer a duplicate of bug 60621
   usplash resolution error in boot and halt

-- 
Theme doesn't fill the whole screen
https://launchpad.net/bugs/63306

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


Re: [Bug 65819] Wishlist - Theme Previewing

2006-10-14 Thread Dennis Kaarsemaker
 status Confirmed

Already working on it, see http://blogs.ubuntu-nl.org/dennis/ for a
sneak preview


** Changed in: usplash (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Wishlist - Theme Previewing
https://launchpad.net/bugs/65819

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


Re: [Bug 64819] [Edgy] Usplash should use black background

2006-10-14 Thread Dennis Kaarsemaker
 status Rejected

the bug is that the theme doesn't set a correct background color. This
is already repeatedly filed.


** Changed in: usplash-theme-ubuntu (Ubuntu)
   Status: Confirmed = Rejected

-- 
[Edgy] Usplash should use black background
https://launchpad.net/bugs/64819

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


Re: [Bug 64794] Re: Usplash progress bar colors incorrect

2006-10-14 Thread Dennis Kaarsemaker
 status FixCommitted

According to mjg59, this is already fixed in bzr.


** Changed in: usplash (Ubuntu)
   Status: Unconfirmed = Fix Committed

-- 
Usplash progress bar colors incorrect
https://launchpad.net/bugs/64794

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


Re: [Bug 64810] Re: No text display in grub window

2006-10-14 Thread Dennis Kaarsemaker
 status Rejected

This is intended.


** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
No text display in grub window
https://launchpad.net/bugs/64810

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


Re: [Bug 65693] progressbar is distorted

2006-10-14 Thread Dennis Kaarsemaker
 status Rejected

Iz bug in usplash - fixed in bzr and already filed several times


** Changed in: edubuntu-artwork (Ubuntu)
   Status: Confirmed = Rejected

-- 
progressbar is distorted 
https://launchpad.net/bugs/65693

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


[Bug 64810] Re: No text display in grub window

2006-10-14 Thread Dennis Kaarsemaker
/me larts self for going too many mph on this one

Usplash not showing text is intended, grubs verbosity also was removed.
However, if you have a timeout, you should still get the text 'Press ESC
for menu' (and a menu if you press ESC ;)). Please check whether you
indeed have a timeout in menu.lst

** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Rejected = Unconfirmed

-- 
No text display in grub window
https://launchpad.net/bugs/64810

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


Re: [Bug 66101] Usability: Shocking first choices

2006-10-14 Thread Dennis Kaarsemaker
 status Rejected

Those are simply the names of those applications...


** Changed in: gnome-app-install (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Usability: Shocking first choices
https://launchpad.net/bugs/66101

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


[Bug 57544] Re: edgy 6.10 无法硬盘安 装

2006-10-13 Thread Dennis Kaarsemaker
I gave you the explanation why it was rejected. The way you try to
install Ubuntu is not supported.

** Changed in: Ubuntu
   Status: Confirmed = Rejected

-- 
edgy 6.10 无法硬盘安装
https://launchpad.net/bugs/57544

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

[Bug 64171] Re: Colors look bad

2006-10-09 Thread Dennis Kaarsemaker
As of r98, only usplash_clear and usplash_txt are broken ;)

-- 
Colors look bad 
https://launchpad.net/bugs/64171

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


Re: [Bug 63105] Adept crashes and locks the database.

2006-10-08 Thread Dennis Kaarsemaker
To unlock:

sudo rm /var/lib/dpkg/lock

-- 
Adept crashes and locks the database.
https://launchpad.net/bugs/63105

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


Re: [Bug 56383] Re: No acceleration available

2006-10-07 Thread Dennis Kaarsemaker
Reinhard,

Have you been in contact with the author to determine whether Ubuntu
might be able to ship it in multiverse?

-- 
No acceleration available
https://launchpad.net/bugs/56383

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


Re: [Bug 64147] Re: usplash stretched up on iMac G5

2006-10-05 Thread Dennis Kaarsemaker
 status Confirmed

That is known, there are only 4:3 and 16:9 themes. It picks the
closest. 


** Changed in: usplash (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
usplash stretched up on iMac G5
https://launchpad.net/bugs/64147

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


Re: [Bug 64044] Usplash problem

2006-10-05 Thread Dennis Kaarsemaker
Please describe the problem *here* and attach the pictures.

-- 
Usplash problem
https://launchpad.net/bugs/64044

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


[Bug 64171] Colors look bad

2006-10-05 Thread Dennis Kaarsemaker
Public bug reported:

Since revision 82, usplash_clear, usplash_put_part, and usplash_tet
generate wrong colors. This breaks all current themes, they look
hideous.

** Affects: usplash (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Colors look bad 
https://launchpad.net/bugs/64171

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


Re: [Bug 64171] Colors look bad

2006-10-05 Thread Dennis Kaarsemaker
Forgot to add: x86 hardware, so usplash_svga is used.

-- 
Colors look bad 
https://launchpad.net/bugs/64171

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


Re: [Bug 64157] installer crash (all the time)

2006-10-05 Thread Dennis Kaarsemaker
Could you please attach /var/log/installer/syslog, /var/log/syslog,
and /var/log/partman to this bug, by commenting on the bug's web page?
Thanks in advance.

-- 
installer crash (all the time)
https://launchpad.net/bugs/64157

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


Re: [Bug 64116] gem install postgres failed

2006-10-05 Thread Dennis Kaarsemaker
 status Rejected

rubygems are not supported by Ubuntu.


** Changed in: ruby-defaults (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
gem install postgres failed
https://launchpad.net/bugs/64116

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


Re: [Bug 64049] upgrade from breezy to edgy won't restart X

2006-10-05 Thread Dennis Kaarsemaker
 status Rejected

Unsupported upgrade path/


** Changed in: xorg (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
upgrade from breezy to edgy won't restart X
https://launchpad.net/bugs/64049

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


Re: [Bug 64184] HOSTNAME not set

2006-10-05 Thread Dennis Kaarsemaker
 status rejected

Having $HOSTNAME set is not part of the POSIX standard


** Changed in: dash (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
HOSTNAME not set
https://launchpad.net/bugs/64184

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


  1   2   3   4   5   6   7   8   >