[Bug 289784] Re: netbeans is not well rendered using openjdk

2009-05-08 Thread Martijn van Iersel
I don't think this is fixed. At least I still see this problem in
openjdk-6 (6b14-1.4.1-0ubuntu7)

-- 
netbeans is not well rendered using openjdk
https://bugs.launchpad.net/bugs/289784
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 276734] Re: Icons located wrong after switching to new resolution

2009-01-20 Thread Martijn van Iersel
Nice, you're welcome

-- 
Icons located wrong after switching to new resolution
https://bugs.launchpad.net/bugs/276734
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 276734] Re: Icons located wrong after switching to new resolution

2008-10-03 Thread Martijn van Iersel
s/avant-window-manager/avant-window-navigator/ of course

-- 
Icons located wrong after switching to new resolution
https://bugs.launchpad.net/bugs/276734
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 276734] Re: Icons located wrong after switching to new resolution

2008-10-03 Thread Martijn van Iersel
Here is some info on how I could consistently reproduce the glitch
(which may help with testing)

* start avant-window-manager on laptop without external monitor plugged (screen 
resolution 1024x768)
* plug external monitor
* run in terminal
xrandr --output LVDS --mode 1024x768 --output VGA --mode 1280x1024 --above LVDS

In this case LVDS is the laptop screen and VGA is the external monitor
This will turn on the external display and cause avant-window-manager to jump 
there, with the icons in the wrong position.

-- 
Icons located wrong after switching to new resolution
https://bugs.launchpad.net/bugs/276734
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 276734] Re: Icons located wrong after switching to new resolution

2008-10-01 Thread Martijn van Iersel

** Attachment added: Screenshot-2.png
   http://launchpadlibrarian.net/18103931/Screenshot-2.png

** Description changed:

  I noticed that after attaching an external monitor, which causes the
- resolution of my desktop to go up, the icons on the avant window manager
- are in the wrong position, as though they are stuck on their old
- location (See screenshot). The icons sometimes reappear at the right
- position after an indeterminate period (could be seconds, could be half
- an hour).
+ resolution of my desktop to go from 1024x768 to 1280x1024, the icons on
+ the avant window manager are in the wrong position, as though they are
+ stuck on their old location (See screenshot). The icons sometimes
+ reappear at the right position after an indeterminate period (could be
+ seconds, could be half an hour).
  
- I think I managed to fix the bug by forcing a location update after
+ I think I managed to fix the issue by forcing a location update after
  screen resize. See attached debdiff.
  
  This is for hardy, I haven't checked yet how the situation is on
  intrepid.

-- 
Icons located wrong after switching to new resolution
https://bugs.launchpad.net/bugs/276734
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 276734] Re: Icons located wrong after switching to new resolution

2008-10-01 Thread Martijn van Iersel

** Attachment added: possible fix for screen resize glitch
   http://launchpadlibrarian.net/18103928/awn-resize.debdiff

-- 
Icons located wrong after switching to new resolution
https://bugs.launchpad.net/bugs/276734
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 276734] [NEW] Icons located wrong after switching to new resolution

2008-10-01 Thread Martijn van Iersel
Public bug reported:

I noticed that after attaching an external monitor, which causes the
resolution of my desktop to go from 1024x768 to 1280x1024, the icons on
the avant window manager are in the wrong position, as though they are
stuck on their old location (See screenshot). The icons sometimes
reappear at the right position after an indeterminate period (could be
seconds, could be half an hour).

I think I managed to fix the issue by forcing a location update after
screen resize. See attached debdiff.

This is for hardy, I haven't checked yet how the situation is on
intrepid.

** Affects: avant-window-navigator (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Icons located wrong after switching to new resolution
https://bugs.launchpad.net/bugs/276734
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 149573] Re: gutsy live CD hangs during boot on compaq presario V3417LA

2008-09-25 Thread Martijn van Iersel
Leann, I just tested this laptop with the Intrepid alpha 6 live CD and
everything works: booting, sound, internet...  I think this bug can be
closed.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Fix Released

-- 
gutsy live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy live CD hangs during boot on compaq presario V3417LA

2008-08-11 Thread Martijn van Iersel
I don't see this issue anymore since Hardy Heron, I think the newer
kernel solves it.

-- 
gutsy live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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


Re: multiple pbuilders

2008-06-09 Thread Martijn van Iersel
Great! Your suggestion works for me. Do you know if there is a reason the 
behaviour of sudo has changed?

I've updated the pbuilder howto. It would be nice if somebody could review the 
changes to see if they make sense.

btw, I noticed another oddity in the given .pbuilderrc script

*)
echo Unknown distribution: $DIST
exit 1
;;

I appears that * here should catch all remaining cases, but it
doesn't. It only catches the cases where $DIST is a literal *. The
quotes around * should be removed.

Martijn

Jeffrey Ratcliffe wrote:
 2008/6/8 Martijn van Iersel [EMAIL PROTECTED]:
   
 I'm trying to create multiple pbuilders, as described in
 https://wiki.ubuntu.com/PbuilderHowto. I'm using the exact pbuilderrc
 mentioned in the howto, but with intrepid added to the list of possible
 values for DIST. It's not working. For some reason my .pbuilderrc is
 ignored. For example, if I do

 [EMAIL PROTECTED]:~$ DIST=blah sudo pbuilder create
 

 I had exactly the same problem, and ended up solving it with:

 sudo DIST=blah pbuilder create

 i.e. the version of sudo in hardy doesn't seem to hand on the
 environmental variables.

 Regards

 Jeff

   


-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


multiple pbuilders

2008-06-08 Thread Martijn van Iersel
Hi

I'm trying to create multiple pbuilders, as described in
https://wiki.ubuntu.com/PbuilderHowto. I'm using the exact pbuilderrc
mentioned in the howto, but with intrepid added to the list of possible
values for DIST. It's not working. For some reason my .pbuilderrc is
ignored. For example, if I do

[EMAIL PROTECTED]:~$ DIST=blah sudo pbuilder create

I expect it to say unknown distribution blah, but instead I get:

Distribution is hardy.
Building the build environment
 - running debootstrap
/usr/sbin/debootstrap
I: Retrieving Release
I: Retrieving Packages
...

What am I doing wrong? This used to work before I upgraded to hardy. For
completeness, below is the .pbuilderrc I'm using.

thanks in advance,
Martijn

#BINDMOUNTS=/usr/local/src/archive

# The distribution should be correct in your changelog file.
# Uncomment this line to use the one listed there:
#DIST=`dpkg-parsechangelog | awk '/^Distribution: / {print $2}'`

: ${DIST:=$(lsb_release --short --codename)}
: ${ARCH:=$(dpkg --print-architecture)}
NAME=$DIST-$ARCH
DISTRIBUTION=$DIST
DEBOOTSTRAPOPTS=(--arch $ARCH [EMAIL PROTECTED])
BASETGZ=`dirname $BASETGZ`/$NAME-base.tgz
BUILDRESULT=/var/cache/pbuilder/$NAME/result/
APTCACHE=/var/cache/pbuilder/$NAME/aptcache/

case $DIST in
intrepid|hardy|gutsy) # ubuntu specific
MIRRORSITE=http://mirrors.kernel.org/ubuntu/;
COMPONENTS=main restricted universe multiverse
;;
sid|lenny|etch) # debian specific
MIRRORSITE=http://mirrors.kernel.org/debian/;
COMPONENTS=main contrib non-free
;;
*)
echo Unknown distribution: $DIST
exit 1
;;
esac




-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


[Bug 130794] Re: Tracker needs to throttle indexing on battery

2008-05-14 Thread Martijn van Iersel
This problem still persists in hardy heron, trackerd is using close to
100% CPU even when on battery, even when the disable all indexing when
on battery checkbox is checked.

-- 
Tracker needs to throttle indexing on battery
https://bugs.launchpad.net/bugs/130794
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 210967] Re: trackerd indexes when on battery

2008-05-14 Thread Martijn van Iersel
confirmed, this is still present in the release. trackerd uses 50% CPU
even while on battery, even while the checkbox disable all indexing
when on battery was checked.

** Changed in: tracker (Ubuntu)
   Status: New = Confirmed

-- 
trackerd indexes when on battery
https://bugs.launchpad.net/bugs/210967
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 229314] [NEW] hardware testing app does not handle large font size

2008-05-11 Thread Martijn van Iersel
Public bug reported:

Binary package hint: hwtest-gtk

The hwtest-gtk app does not scale with the font, if you're using large
fonts like I do (14pt for all system fonts) the text does not fit the
dialog anymore. The dialog is not resizeable. I'll attach a screenshot.

This is on hardy.

Of course the workaround is to use a smaller system font, but the
hardware testing dialog really should adjust itself to the font and not
the other way around.

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

-- 
hardware testing app does not handle large font size
https://bugs.launchpad.net/bugs/229314
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 229314] Re: hardware testing app does not handle large font size

2008-05-11 Thread Martijn van Iersel

** Attachment added: screenshot of hardware testing with 14pt font
   http://launchpadlibrarian.net/14453582/Screenshot-Hardware%20Testing.png

-- 
hardware testing app does not handle large font size
https://bugs.launchpad.net/bugs/229314
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 153295] Re: The driver for Brother DCP 7010 doesn't work. The printer is detected automatically and when printing it gives no error message and every print is listed in the printing jobs but noth

2008-02-05 Thread Martijn van Iersel
Ok, I fixed the problem for me by obtaining the driver from the brother
site, with the link of mikko sorri. That driver works fine.

-- 
The driver for Brother DCP 7010 doesn't work. The printer is detected 
automatically and when printing it gives no error message and every print is 
listed in the printing jobs but nothing happens. Maybe this could be fixed 
'till the official release of Gutsy.
https://bugs.launchpad.net/bugs/153295
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 188051] [NEW] package request for Cytoscape

2008-02-01 Thread Martijn van Iersel
Public bug reported:

Cytoscape (http://www.cytoscape.org) is software for analysis and
visualization of networks, mostly used in science (genetic networks,
protein-protein interaction networks). It is supported by the cytoscape
consortium and has a healthy plug-in developer community.

License: LGPL-2.1 
programming language: java

** Affects: ubuntu
 Importance: Undecided
 Assignee: Martijn van Iersel (martijn-vaniersel)
 Status: In Progress


** Tags: needs-packaging

** Changed in: ubuntu
 Assignee: (unassigned) = Martijn van Iersel (martijn-vaniersel)
   Status: New = In Progress

** Tags added: needs-packaging

-- 
package request for Cytoscape
https://bugs.launchpad.net/bugs/188051
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 188057] [NEW] package request for alfont (allegrofont)

2008-02-01 Thread Martijn van Iersel
Public bug reported:

alfont or allegrofont is a tiny wrapper around libfreetype for use with
allegro programs (enabling rendering true type fonts in allegro games).
It is a dependency for the masking GUI library.

license: freetype project license
programming language: C
website: http://www.helixsoft.nl/project_page.php?file_name=alfont.proj

** Affects: ubuntu
 Importance: Undecided
 Assignee: Martijn van Iersel (martijn-vaniersel)
 Status: In Progress


** Tags: needs-packaging

** Tags added: needs-packaging

** Changed in: ubuntu
 Assignee: (unassigned) = Martijn van Iersel (martijn-vaniersel)
   Status: New = In Progress

-- 
package request for alfont (allegrofont)
https://bugs.launchpad.net/bugs/188057
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 188056] [NEW] Package request for MASkinG

2008-02-01 Thread Martijn van Iersel
Public bug reported:

MASkinG (http://members.allegro.cc/miran/masking.html) or Miran Amon's
Skinnable GUI is a simple GUI toolkit for game developers based on the
allegro programming library. It's a dependency for several open source
games and tools such as Tegel (http://tegel.sourceforge.net) and the
allegro mini game collection
(http://members.allegro.cc/miran/amgc2.html)

programming language: C++
license: zlib license

** Affects: ubuntu
 Importance: Undecided
 Assignee: Martijn van Iersel (martijn-vaniersel)
 Status: In Progress


** Tags: needs-packaging

** Tags added: needs-packaging

** Description changed:

- MASkinG or Miran Amon's Skinnable GUI is a simple GUI toolkit for game
- developers based on the allegro programming library. It's a dependency
- for several open source games and tools such as Tegel
- (http://tegel.sourceforge.net) and the allegro mini game collection
+ MASkinG (http://members.allegro.cc/miran/masking.html) or Miran Amon's
+ Skinnable GUI is a simple GUI toolkit for game developers based on the
+ allegro programming library. It's a dependency for several open source
+ games and tools such as Tegel (http://tegel.sourceforge.net) and the
+ allegro mini game collection
  (http://members.allegro.cc/miran/amgc2.html)
  
- website: http://members.allegro.cc/miran/masking.html
  programming language: C++
  license: zlib license

** Changed in: ubuntu
 Assignee: (unassigned) = Martijn van Iersel (martijn-vaniersel)
   Status: New = In Progress

-- 
Package request for MASkinG
https://bugs.launchpad.net/bugs/188056
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 181014] Re: package request for alex the allegator 4

2008-02-01 Thread Martijn van Iersel
** Bug watch added: Debian Bug tracker #463033
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463033

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463033
   Importance: Unknown
   Status: Unknown

-- 
package request for alex the allegator 4
https://bugs.launchpad.net/bugs/181014
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 181014] package request for alex the allegator 4

2008-01-07 Thread Martijn van Iersel
Public bug reported:

Alex the Allegator 4 is a small platform game, created 
to match the retro style of Nintendo GameBoy games.
Jump on enemies to reach higher platform. Roll yourself
up in a ball and crash through secret blocks.
Collect all stars and cherries to unlock a special bonus level.

author: Johan Peitz
url: http://allegator.sourceforge.net/
license: GPL2

** Affects: ubuntu
 Importance: Undecided
 Assignee: Martijn van Iersel (martijn-vaniersel)
 Status: In Progress


** Tags: needs-packaging

** Changed in: ubuntu
 Assignee: (unassigned) = Martijn van Iersel (martijn-vaniersel)
   Status: New = In Progress

** Tags added: needs-packaging

-- 
package request for alex the allegator 4
https://bugs.launchpad.net/bugs/181014
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 180799] package request for Shawn Hargreaves' speed game

2008-01-06 Thread Martijn van Iersel
Public bug reported:

 SPEED: Simultaneous Projections Employing an Ensemble of Displays.
 In this game you have control a space ship and you have to defend
 against an oncoming barrage of alien invaders. To make things
 more difficult, you view the battlefield through continuously
 changing mathematical projection and colors.
 This game was written by Shawn Hargreaves 
 for the Allegro SpeedHack 1999 competition.

** Affects: ubuntu
 Importance: Undecided
 Assignee: Martijn van Iersel (martijn-vaniersel)
 Status: In Progress


** Tags: needs-packaging

** Changed in: ubuntu
 Assignee: (unassigned) = Martijn van Iersel (martijn-vaniersel)
   Status: New = In Progress

-- 
package request for Shawn Hargreaves' speed game
https://bugs.launchpad.net/bugs/180799
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 155955] Re: lbreakout2 pauses and becomes windowed every 10-15 minutes

2007-10-23 Thread Martijn van Iersel
nexuiz and lbreakout2 both use libsdl1.2 for graphics, so it is likely a
problem with that lib.

** Changed in: libsdl1.2 (Ubuntu)
Sourcepackagename: lbreakout2 = libsdl1.2

-- 
lbreakout2 pauses and becomes windowed every 10-15 minutes
https://bugs.launchpad.net/bugs/155955
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-22 Thread Martijn van Iersel
Small note: this bug persists on the gutsy final release.

Plus, I double checked that my BIOS is up-to-date. It is, I have version
F.34, also the latest version provided on the compaq website.


** Summary changed:

- gutsy beta live CD hangs during boot on compaq presario V3417LA
+ gutsy live CD hangs during boot on compaq presario V3417LA

** Description changed:

- I'm trying to boot my compaq presario V3417LA from the gutsy beta live
- CD, but it hangs during boot. It hangs after around 30 seconds,
- requiring a hard reset. Removing the quiet and splash boot parameters,
- the last boot messages I see are:
+ I'm trying to boot my compaq presario V3417LA from the gutsy live CD,
+ but it hangs during boot. It hangs after around 30 seconds, requiring a
+ hard reset. I can boot it with the acpi=off.
  
- [  9.248000] loop: module loaded
- [  9.332000] squasfs: version 3.2-UBUNTU (2007/07/26) Phillip Lougher
- 
- I've checked that this particular CD does work on a different computer,
- also I've done the Check CD for defects option (on a different
- computer) to make sure it is not a problem with the CD itself.
+ I checked the CD for defects, also I checked that the bios is up-to-
+ date.
  
  This laptop handles the feisty live CD just fine, so this is a
  regression in gutsy.
  
  This laptop has NVIDIA nForce C51 chipset, Broadcom Dell Wireless 1390
- WLAN, NVIDIA GeForce Go6150 and an AMD Sempron Mobile processor. I'll
- post lspci output later.
- 
- Please let me know if there is any other information I can provide to
- pin down this bug.
+ WLAN, NVIDIA GeForce Go6150 and an AMD Sempron Mobile processor. lcpci
+ etc. are posted below.

** Description changed:

  I'm trying to boot my compaq presario V3417LA from the gutsy live CD,
  but it hangs during boot. It hangs after around 30 seconds, requiring a
- hard reset. I can boot it with the acpi=off.
+ hard reset. I can get a stable system when I boot it with acpi=off.
  
  I checked the CD for defects, also I checked that the bios is up-to-
  date.
  
  This laptop handles the feisty live CD just fine, so this is a
  regression in gutsy.
  
  This laptop has NVIDIA nForce C51 chipset, Broadcom Dell Wireless 1390
- WLAN, NVIDIA GeForce Go6150 and an AMD Sempron Mobile processor. lcpci
+ WLAN, NVIDIA GeForce Go6150 and an AMD Sempron Mobile processor. lspci
  etc. are posted below.

-- 
gutsy live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 155955] Re: lbreakout2 pauses and becomes windowed every 10-15 minutes

2007-10-22 Thread Martijn van Iersel
** Changed in: lbreakout2 (Ubuntu)
Sourcepackagename: None = lbreakout2

-- 
lbreakout2 pauses and becomes windowed every 10-15 minutes
https://bugs.launchpad.net/bugs/155955
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 155955] Re: lbreakout2 pauses and becomes windowed every 10-15 minutes

2007-10-22 Thread Martijn van Iersel
I can't confirm this problem (not within 15 minutes at least). Might be
specific to your driver?

I'm on gutsy, using lbreakout version 2.5.2
Using compiz fusion and intel i810 driver, 1024x768.

-- 
lbreakout2 pauses and becomes windowed every 10-15 minutes
https://bugs.launchpad.net/bugs/155955
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 155955] Re: lbreakout2 pauses and becomes windowed every 10-15 minutes

2007-10-22 Thread Martijn van Iersel
Jurriaan, to rule out that it is a driver problem, could you please try
temporarily switching back to the free nv driver, and see if you can
still reproduce this problem?

-- 
lbreakout2 pauses and becomes windowed every 10-15 minutes
https://bugs.launchpad.net/bugs/155955
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 153295] Re: The driver for Brother DCP 7010 doesn't work. The printer is detected automatically and when printing it gives no error message and every print is listed in the printing jobs but noth

2007-10-21 Thread Martijn van Iersel
I have a brother DCP 7010 too and I see the same problem. Printing fails
silently with no error messages.

-- 
The driver for Brother DCP 7010 doesn't work. The printer is detected 
automatically and when printing it gives no error message and every print is 
listed in the printing jobs but nothing happens. Maybe this could be fixed 
'till the official release of Gutsy.
https://bugs.launchpad.net/bugs/153295
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 144175] Re: tilda stays like a gray window

2007-10-21 Thread Martijn van Iersel
I just tried rebuilding the feisty package for gutsy but that doesn't
solve this. The problem is really related to the interaction with the
dependencies.

-- 
tilda stays like a gray window
https://bugs.launchpad.net/bugs/144175
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-12 Thread Martijn van Iersel
I just tried booting with acpi=off, and indeed with that I manage to
boot the live CD. I'll post the requested logs in a minute.

Just a note: the problem persists on the gutsy release candidate (not
that I expected it to be fixed so soon already)

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-12 Thread Martijn van Iersel

** Attachment added: lspci --vvnn, on gutsy RC live CD, with apci=off
   http://launchpadlibrarian.net/9956245/lspci-vvnn.txt

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-12 Thread Martijn van Iersel

** Attachment added: output of dmesg, on gutsy RC live CD, with acpi=off
   http://launchpadlibrarian.net/9956250/dmesg.txt

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-12 Thread Martijn van Iersel

** Attachment added: uname -a with gutsy RC live CD, acpi=off
   http://launchpadlibrarian.net/9956255/uname.txt

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-12 Thread Martijn van Iersel
I think this bug should be rated high, at least if I interpret this
correctly: https://wiki.ubuntu.com/Bugs/Importance

This bug both is A problem with an essential hardware component (disk
controller, laptop built-in wireless, video card, keyboard, mouse) and
Has a severe impact on a small portion of Ubuntu users (estimated)

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-12 Thread Martijn van Iersel
since this is acpi related, I'm posting the output of dmidecode as well

** Attachment added: dmidecode
   http://launchpadlibrarian.net/9956439/dmidecode

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-08 Thread Martijn van Iersel
** Changed in: ubuntu
   Status: New = Confirmed

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 147818] Re: [needs-packaging] batik SVG lib

2007-10-05 Thread Martijn van Iersel
** Tags added: needs-packaging

-- 
[needs-packaging] batik SVG lib
https://bugs.launchpad.net/bugs/147818
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 149573] gutsy beta hangs live CD hangs on compaq V3417LA

2007-10-05 Thread Martijn van Iersel
Public bug reported:

I'm trying to boot my compaq presario V3417LA from the gutsy beta live
CD, but it hangs during boot. It hangs after around 30 seconds,
requiring a hard reset. Removing the quiet and splash boot parameters,
the last boot messages I see are:

[  9.248000] loop: module loaded
[  9.332000] squasfs: version 3.2-UBUNTU (2007/07/26) Phillip Lougher

I've checked that this particular CD does work on a different computer,
also I've done the Check CD for defects option (on a different
computer) to make sure it is not a problem with the CD itself.

This laptop handles the feisty live CD just fine, so this is a
regression in gutsy.

This laptop has NVIDIA nForce C51 chipset, Broadcom Dell Wireless 1390
WLAN, NVIDIA GeForce Go6150 and an AMD Sempron Mobile processor. I'll
post lspci output later.

Please let me know if there is any other information I can provide to
pin down this bug.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Summary changed:

- gutsy beta hangs live CD hangs on compaq V3417LA
+ gutsy beta live CD hangs during boot on compaq presario V3417LA

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-05 Thread Martijn van Iersel

** Attachment added: output of lspci -vnn (using feisty live CD)
   http://launchpadlibrarian.net/9830422/lspci-vnn.txt

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-05 Thread Martijn van Iersel

** Attachment added: /proc/cpuinfo (using feisty live CD)
   http://launchpadlibrarian.net/9830424/cpuinfo

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 149573] Re: gutsy beta live CD hangs during boot on compaq presario V3417LA

2007-10-05 Thread Martijn van Iersel
Actually some of the device codes from my lspci are very similar to the
ones in of bug #144030 . I don't know how important that is.

-- 
gutsy beta live CD hangs during boot on compaq presario V3417LA
https://bugs.launchpad.net/bugs/149573
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 144030] Re: Gutsy beta hang soon after boot

2007-10-05 Thread Martijn van Iersel
Could you add the output of lspci -vnn ? I seem to run into similar
problems with my Compaq Presario V3417LA, see bug #149573

-- 
Gutsy beta hang soon after boot
https://bugs.launchpad.net/bugs/144030
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 147818] [needs-packaging] batik SVG lib

2007-10-01 Thread Martijn van Iersel
Public bug reported:

Batik is a Java-based toolkit for applications or applets that want to
use images in the Scalable Vector Graphics (SVG) format for various
purposes, such as display, generation or manipulation.

Homepage: http://xmlgraphics.apache.org/batik/
License: Apache License 2.0

- I find this a very useful general-purpose library, I'm developing
software using this library and I'd like to see it added to ubuntu if
possible.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[needs-packaging] batik SVG lib
https://bugs.launchpad.net/bugs/147818
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 37768] Re: gnome-volume-manager mounting Partition, while working with GParted

2007-09-11 Thread Martijn van Iersel
I confirm this bug is still present in Gutsy Gibbon Herd 5 (running from
the Live CD)

-- 
gnome-volume-manager mounting Partition, while working with GParted
https://bugs.launchpad.net/bugs/37768
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 110763] Re: gparted needlessly opens nautilus on each unmounted partition

2007-08-05 Thread Martijn van Iersel
*** This bug is a duplicate of bug 37768 ***
https://bugs.launchpad.net/bugs/37768

This appears to happen only on the live CD, not when it's installed

This bug often gets in the way when trying to make changes to the
partitions (e.g. deleting a partition and then resizing another
partition), because all partitions get mounted automatically and they
need to be not mounted for Gparted to do its job. I can prevent this
from happening by killing gnome-volume-manager before starting Gparted.

** This bug has been marked a duplicate of bug 37768
   gnome-volume-manager mounting Partition, while working with GParted

-- 
gparted needlessly opens nautilus on each unmounted partition
https://bugs.launchpad.net/bugs/110763
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 112781] Re: .kde directory owned by root, problems running kde apps on gnome system

2007-06-28 Thread Martijn van Iersel
That't not it exactly.

I just found out that there is an additional step needed to reproduce
this bug. After trying out several times I found out the problem was due
to installing nomachine's nxclient and nxserver.

So the complete steps to reproduce this are:

* Do a fresh install of a base system of feisty (or perhaps rm -rf ~/.kde will 
do the trick as well)
* download nxnode, nxserver and nxclient deb packages from 
http://www.nomachine.com/download.php
* sudo apt-get install libstdc++2.10-glibc2.2 kdevelop
* sudo dpkg -i nxclient_2.1.0-17_i386.deb nxnode_2.1.0-22_i386.deb 
nxserver_2.1.0-22_i386.deb
* start kdevelop

Maybe this should be marked won't fix instead of invalid?

(I hope you can forgive me for producing an incomplete bug report
earlier, but as reproducing it requires doing a fresh re-installation
this was quite time consuming to figure out)

-- 
.kde directory owned by root, problems running kde apps on gnome system
https://bugs.launchpad.net/bugs/112781
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 112781] Re: .kde directory owned by root, problems running kde apps on gnome system

2007-06-28 Thread Martijn van Iersel
Version 3.0 released by Nomachine a week ago doesn't seem to have this
problem anymore

-- 
.kde directory owned by root, problems running kde apps on gnome system
https://bugs.launchpad.net/bugs/112781
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 112781] .kde directory owned by root, problems running kde apps on gnome system

2007-05-06 Thread Martijn van Iersel
Public bug reported:

After installing a basic ubuntu system with only a few kde apps (e.g.
kdevelop in my case), the kde apps don't work because they need write
access to the ~/.kde directory. The problem here is that the ~/.kde
directory is owned by root. A quick sudo chown -R martijn:martijn .kde
solves the problem completely. However, I feel that this shouldn't be
necessary.

This should reproduce the problem:
- install a base system of ubuntu feisty
- sudo apt-get install kdevelop
- start kdevelop from the menu.

After starting kdevelop for the first time, I see these error messages:

dialog 1: There was an error setting up inter-process communications for
KDE. The message returned by the system was: Could not read network
connection list. /home/martijn/.DCOPserver_margarethea__0 Please check
that the dcopserver program is running

dialog 2: Will not save configuration. Configuration file
/home/martijn/.kde/share/config/kdeveloprc not writeable.
Configuration file /home/martijn/,kde/share/config/kdeglobals not
writeable. Please contact your system administrator.

dialog 3: Unable to find plugins, KDevelop will not work properly.
Please make sure that KDevelop is installed in your KDE directory;
otherwise, you have to add KDevelop's installation path to the
environmnet variable KDEDIRS and run kbuildsyscoca. Restart KDevelop
afterwards.

This problem was there on edgy, and now also on feisty. Frankly I'm very
surprised that this problem persists. A quick search of the ubuntu
forums reveal that many others have this problem too:
http://ubuntuforums.org/showthread.php?t=261872,
http://ubuntuforums.org/showthread.php?t=343295,
http://ubuntuforums.org/showthread.php?t=324173 and more

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

-- 
.kde directory owned by root, problems running kde apps on gnome system
https://bugs.launchpad.net/bugs/112781
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 43239] Re: fsck should check against a timestamp 49710 days old

2007-04-28 Thread Martijn van Iersel
This happened to me too, during the installation of ubuntu 7.04 final.
On the first reboot after installation, fsck checked all my partitions
(quite annoying in itself). Fsck reported Superblock last mount time is
in the future on all partitions, and on /dev/sda9 I got the has gone
49710 days without checking error.

-- 
fsck should check against a timestamp 49710 days old
https://bugs.launchpad.net/bugs/43239
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 110763] gparted needlessly opens nautilus on each unmounted partition

2007-04-28 Thread Martijn van Iersel
Public bug reported:

Binary package hint: gparted

On the ubuntu 7.04 final live CD, When I ran GNOME partition manager
from the menu, it automatically mounted all my partitions and opened a
nautilus window for each of them. The result was that I had to close 5
windows before I could see the gnome partition editor again.

When I closed the program, unmounted all patitions, and then started the
program again, the same thing happened.

I haven't tested yet whether this is only on the live CD or not.

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

-- 
gparted needlessly opens nautilus on each unmounted partition
https://bugs.launchpad.net/bugs/110763
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 53337] Re: gedit crashes X on large xml file

2007-04-18 Thread Martijn van Iersel
I've since upgraded to edgy and can't reproduce the bug anymore.

Gedit gets mightily slow when opening that file but it doesn't crash
anymore. (With slow I mean that it can take up to a minute to repaint
the screen after alt-tabbing away and back again).

But I guess that is a different issue and this bug can be closed.

-- 
gedit crashes X on large xml file
https://bugs.launchpad.net/bugs/53337
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 52348] Re: nautilus stops copying files if it encounters 2 files that differ only by case and the target filesystem is case insensitive

2006-07-27 Thread Martijn van Iersel
This is similar to http://bugzilla.gnome.org/show_bug.cgi?id=144726

-- 
nautilus stops copying files if it encounters 2 files that differ only by case 
and the target filesystem is case insensitive
https://launchpad.net/bugs/52348

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


[Bug 52348] Re: nautilus stops copying files if it encounters 2 files that differ only by case and the target filesystem is case insensitive

2006-07-25 Thread Martijn van Iersel
I can confirm this bug with a floppy disk as copy target.

It's not always predictable which files get copied and which don't, but
the copy process is aborted halfway without warning to the user.

I think this bug can lead to data loss: e.g. you may be led to believe
you backed up a large number of files to your windows share, but in fact
not so.

-- 
nautilus stops copying files if it encounters 2 files that differ only by case 
and the target filesystem is case insensitive
https://launchpad.net/bugs/52348

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


[Bug 52348] Re: nautilus stops copying files if it encounters 2 files that differ only by case and the target filesystem is case insensitive

2006-07-25 Thread Martijn van Iersel
I forgot to mention that I'm using Dapper

-- 
nautilus stops copying files if it encounters 2 files that differ only by case 
and the target filesystem is case insensitive
https://launchpad.net/bugs/52348

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


[Bug 53337] Re: gedit crashes X on large xml file

2006-07-24 Thread Martijn van Iersel
The problem persists with the recent upgrades to gedit and gedit-common.

Has anybody looked at the logs I posted before? Do you need more
information I could provide?

-- 
gedit crashes X on large xml file
https://launchpad.net/bugs/53337

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


[Bug 53337] Re: gedit crashes X on large xml file

2006-07-19 Thread Martijn van Iersel
These entries appear in /var/log/syslog and in /var/log/messages after
such a crash:


Jul 19 11:55:05 localhost gconfd (martijn-6533): Received signal 15, shutting 
down cleanly
Jul 19 11:55:05 localhost gconfd (martijn-6533): Exiting
Jul 19 11:55:05 localhost gconfd (martijn-6686): starting (version 2.14.0), pid 
6686 user 'martijn'
Jul 19 11:55:05 localhost gconfd (martijn-6686): Resolved address 
xml:readonly:/etc/gconf/gconf.xml.mandatory to a read-only configuration 
source at position 0
Jul 19 11:55:05 localhost gconfd (martijn-6686): Resolved address 
xml:readwrite:/home/martijn/.gconf to a writable configuration source at 
position 1
Jul 19 11:55:05 localhost gconfd (martijn-6686): Resolved address 
xml:readonly:/etc/gconf/gconf.xml.defaults to a read-only configuration 
source at position 2
Jul 19 11:55:05 localhost gconfd (martijn-6686): Resolved address 
xml:readonly:/var/lib/gconf/debian.defaults to a read-only configuration 
source at position 3
Jul 19 11:55:05 localhost gconfd (martijn-6686): Resolved address 
xml:readonly:/var/lib/gconf/defaults to a read-only configuration source at 
position 4
Jul 19 11:55:06 localhost gdm[6462]: Error reinitilizing server
Jul 19 11:55:07 localhost kernel: [17180737.024000] agpgart: Found an AGP 3.0 
compliant device at :00:00.0.
Jul 19 11:55:07 localhost kernel: [17180737.024000] agpgart: Putting AGP V3 
device at :00:00.0 into 8x mode
Jul 19 11:55:07 localhost kernel: [17180737.024000] agpgart: Putting AGP V3 
device at :01:00.0 into 8x mode
Jul 19 11:55:15 localhost gconfd (martijn-6686): Resolved address 
xml:readwrite:/home/martijn/.gconf to a writable configuration source at 
position 0

-- 
gedit crashes X on large xml file
https://launchpad.net/bugs/53337

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


[Bug 53291] Re: Dapper Installer Crashed

2006-07-18 Thread Martijn van Iersel
I could not confirm this problem with my Lexar jumpdrive 512M flash
drive. Have you tried more than one different flash drive?

-- 
Dapper Installer Crashed
https://launchpad.net/bugs/53291

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


[Bug 53337] Re: gedit crashes X on large xml file

2006-07-18 Thread Martijn van Iersel
Here is my bookmarks.xml, gzipped, needed to reproduce the bug.

-- 
gedit crashes X on large xml file
https://launchpad.net/bugs/53337

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


[Bug 53337] Re: gedit crashes X on large xml file

2006-07-18 Thread Martijn van Iersel
Dean, the page you linked explains how to get a debug deb, which I now
have, but it doesn't explain how to get a backtrace. Could you please
explain that part?

-- 
gedit crashes X on large xml file
https://launchpad.net/bugs/53337

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


[Bug 33780] Re: Live CD : after a while icons are inactive

2006-07-17 Thread Martijn van Iersel
I've tried but couldn't confirm this problem with the release version of
ubuntu 6.06. Gerard, could you please confirm that this is fixed in the
current release?

-- 
Live CD : after a while icons are inactive
https://launchpad.net/bugs/33780

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