[Bug 55320] Re: chroot setup does not copy sasldb2

2006-08-28 Thread Hans-Peter Oeri
They are related. Depending on the sasl setup, different solutions might
be necessary. For a simple auth db in sasldb2, copying that file is
sufficient, though.

-- 
chroot setup does not copy sasldb2
https://launchpad.net/bugs/55320

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


[Bug 57943] Re: xawtv: Please review/sponsor latest merge.

2006-08-28 Thread Luke Yelavich
** Changed in: xawtv (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
xawtv: Please review/sponsor latest merge.
https://launchpad.net/bugs/57943

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


[Bug 57956] Software package installed, but menu not updated until next X session

2006-08-28 Thread Declan Kennedy
Public bug reported:

When installing software through the Add/Remove menu, the applications
menu doesn't get refreshed after the item is added to it, so it doesn't
show up. Running Alacarte reveals that it has been added to the menu
correctly, but the main menu doesn't reflect this until the next X
session.

The software package in question was Monodevelop, which appears under
Programming in the main applications menu.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

** Description changed:

  When installing software through the Add/Remove menu, the applications
  menu doesn't get refreshed after the item is added to it, so it doesn't
  show up. Running Alacarte reveals that it has been added to the menu
  correctly, but the main menu doesn't reflect this until the next X
  session.
+ 
+ The software package in question was Monodevelop, which appears under
+ Programming in the main applications menu.

-- 
Software package installed, but menu not updated until next X session
https://launchpad.net/bugs/57956

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


[Bug 22336] Re: laptop overheats when performing CPU intensive tasks.

2006-08-28 Thread Øivind Hoel
Re the status of this bug as NEEDINFO; what info is required at this
point?

Personally I find I have to manually get the CPU fan going by slowly
stressing metacity harder by moving windows around the screen before I
can do any really CPU-intensive work. Seems my fan just doesn't want to
start spinning fast - fast enough.

I'm on a centrino/PM1.6 laptop. Perhaps powernowd is the culprit?

-- 
laptop overheats when performing CPU intensive tasks.
https://launchpad.net/bugs/22336

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


[Bug 57840] Re: X hangs system on switch back

2006-08-28 Thread Chris Phillips
After a couple of tries with reinstalls from scratch ( didn't have any
work on this machine, so I had nothing to lose ), I decided to try using
the framebuffer option while reconfiguring X. This *seems* to have
cleared up the problem, though I'm not 100% sure that I have the exact
same setup as before, nor am I sure that this solution is adequate.

Will someone please assign this bug to an appropriate category?

-- 
X hangs system on switch back
https://launchpad.net/bugs/57840

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


[Bug 19482] Re: speexenc segfaults on amd64

2006-08-28 Thread jmspeex
Just saw this today. I'm the maintainer of Speex (for some reason the
Speex project no longer appears on launchpad). I'll fix the problem in
Speex for the next release. In the mean time, I suggest simply doing the
following change instead:

-  op.packet = (unsigned char *)speex_header_to_packet(header, 
(int*)(op.bytes));
+  int bytes;
+  op.packet = (unsigned char *)speex_header_to_packet(header, bytes);
+  op.bytes = bytes;

It's much simpler and the Speex header size is guaranteed to fit in an
int (actually, it would even fit in a char), so no need to change
anything to size_t.

-- 
speexenc segfaults on amd64
https://launchpad.net/bugs/19482

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


[Bug 57957] install/uninstall doesn't complete because of broken init-script

2006-08-28 Thread Ali Sabil
Public bug reported:

vmware-player: 1.0.1-4
vmware-player-kernel-modules: 2.6.15.10-9
vmware-player-kernel-modules-2.6.15-26: 2.6.15.10-9

$ sudo apt-get remove vmware-player
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED
  vmware-player
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 32.0MB disk space will be freed.
Do you want to continue [Y/n]?
(Reading database ... 124384 files and directories currently installed.)
Removing vmware-player ...
Stopping VMware services:
   Virtual machine monitor done
   Bridged networking on /dev/vmnet0   done
   DHCP server on /dev/vmnet1  done
   Host-only networking on /dev/vmnet1 done
   DHCP server on /dev/vmnet8  done
   NAT service on /dev/vmnet8  done
   Host-only networking on /dev/vmnet8 done
   Virtual ethernet   failed
invoke-rc.d: initscript vmware-player, action stop failed.
dpkg: error processing vmware-player (--remove):
 subprocess pre-removal script returned error exit status 1
Starting VMware services:
   Virtual machine monitor done
   Virtual ethernetdone
   Bridged networking on /dev/vmnet0  failed
   Host-only networking on /dev/vmnet1 (background)done
   Host-only networking on /dev/vmnet8 (background)done
   NAT service on /dev/vmnet8  done
invoke-rc.d: initscript vmware-player, action start failed.
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 vmware-player
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: vmware-player (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
install/uninstall doesn't complete because of broken init-script
https://launchpad.net/bugs/57957

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


[Bug 19482] Re: speexenc segfaults on amd64

2006-08-28 Thread jmspeex
Bit off-topic, but I just noticed that Speex is listed as an Ubuntu
package instead of an individual project. In any case, how can I get
automatically notified of bugs filed against Speex?

-- 
speexenc segfaults on amd64
https://launchpad.net/bugs/19482

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


[Bug 55814] Re: Nautilus duplicates thumbnails for files with special characters when searching

2006-08-28 Thread Daniel Holbach
Jan, does http://bugzilla.gnome.org/show_bug.cgi?id=337759 match what
you experienced?

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Needs Info

-- 
Nautilus duplicates thumbnails for files with special characters when searching
https://launchpad.net/bugs/55814

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


[Bug 57957] Re: install/uninstall doesn't complete because of broken init-script

2006-08-28 Thread Ali Sabil
** Description changed:

+ vmware-player: 1.0.1-4
+ vmware-player-kernel-modules: 2.6.15.10-9
+ vmware-player-kernel-modules-2.6.15-26: 2.6.15.10-9
+ 
  $ sudo apt-get remove vmware-player
  Reading package lists... Done
  Building dependency tree... Done
  The following packages will be REMOVED
vmware-player
  0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 0B of archives.
  After unpacking 32.0MB disk space will be freed.
  Do you want to continue [Y/n]?
  (Reading database ... 124384 files and directories currently installed.)
  Removing vmware-player ...
  Stopping VMware services:
 Virtual machine monitor done
 Bridged networking on /dev/vmnet0   done
 DHCP server on /dev/vmnet1  done
 Host-only networking on /dev/vmnet1 done
 DHCP server on /dev/vmnet8  done
 NAT service on /dev/vmnet8  done
 Host-only networking on /dev/vmnet8 done
 Virtual ethernet   failed
  invoke-rc.d: initscript vmware-player, action stop failed.
  dpkg: error processing vmware-player (--remove):
   subprocess pre-removal script returned error exit status 1
  Starting VMware services:
 Virtual machine monitor done
 Virtual ethernetdone
 Bridged networking on /dev/vmnet0  failed
 Host-only networking on /dev/vmnet1 (background)done
 Host-only networking on /dev/vmnet8 (background)done
 NAT service on /dev/vmnet8  done
  invoke-rc.d: initscript vmware-player, action start failed.
  dpkg: error while cleaning up:
   subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   vmware-player
  E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
install/uninstall doesn't complete because of broken init-script
https://launchpad.net/bugs/57957

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


[Bug 55865] Re: [Edgy] Please remove obsolete libnautilus-burn3 from archive

2006-08-28 Thread Daniel Holbach
*** This bug is a duplicate of bug 55863 ***

[EMAIL PROTECTED]:~$ apt-cache rdepends libnautilus-burn3
libnautilus-burn3
Reverse Depends:
[EMAIL PROTECTED]:~$

-- 
[Edgy] Please remove obsolete libnautilus-burn3 from archive
https://launchpad.net/bugs/55865

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


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2006-08-28 Thread Mikel Garai
When the interval is very small (30 more or less) the function setInterval 
executes the callback function some times and then it stop executing it. It 
seems like if an interval event arrives while the last one is being handled 
the timer stops.
Another strange situation occurs, supose the following javascript code:

setInterval(a(),10); // -- this will stop executing
setInterval(b(),1000); // -- this will work correctly

in this situation a() will no longer be called after a random number of
calls. Then, every time the b() callback function is called the a()
function is called too.

In windows it works well (firefox 1.5.2), also in debian testing x86. It
happens also in the epiphany and galeon browsers (but I think that all
them use the same renderer, they display web pages in the same way) and
does not happen in Konqueror and Mozilla ( not firefox: mozilla). I also
prove it in the 32 bit firefox (the one that is in all forums to be able
to execute java and flash) in the same system and works OK.

My ubuntu version is dapper 6.06 LTS
I use gnome (ati radeon propietary display drivers).
I have installed firefox and firefox-gnome-support packages.
I have the following extensions in my firefox:
- Mouse Gestures
- Web developer (not the one in the repository)
- some language packs
I have an amd64 and the ubuntu dapper for this platform (amd64). :-)

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

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


[Bug 57749] Re: radio and check buttons are drawn wrong

2006-08-28 Thread Daniel Holbach
Thanks Benjamin for the patch! Daniel, Richard: can you probably comment
on the patch?

** Changed in: ubuntulooks (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
radio and check buttons are drawn wrong
https://launchpad.net/bugs/57749

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


[Bug 57735] Re: After reboot, /etc/init.d/smokeping should create /var/run/smokeping

2006-08-28 Thread kurti
apache2's initscript has code to handle this:

# /var/run and /var/lock could be on a tmpfs
[ ! -d /var/run/apache2 ]  mkdir /var/run/apache2
[ ! -d /var/lock/apache2 ]  mkdir /var/lock/apache2
# Make sure /var/lock/apache2 has the correct permissions
chown www-data /var/lock/apache2

-- 
After reboot, /etc/init.d/smokeping should create /var/run/smokeping
https://launchpad.net/bugs/57735

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


[Bug 28537] Re: nautilus search always starts from home

2006-08-28 Thread Daniel Holbach
It'd be nice if you could attach it to
http://bugzilla.gnome.org/show_bug.cgi?id=325086 to get comments on it.

-- 
nautilus search always starts from home
https://launchpad.net/bugs/28537

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


[Bug 57953] Re: gnome-vfs-daemon crashes

2006-08-28 Thread Daniel Holbach
Thanks for your bug report. Can you get a backtrace of gnome-vfs-daemon?
http://wiki.ubuntu.com/Backtrace might help you with that.

** Changed in: gnome-vfs2 (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
gnome-vfs-daemon crashes
https://launchpad.net/bugs/57953

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


[Bug 57038] Re: can't open jpg files...

2006-08-28 Thread Daniel Holbach
Thanks for your bug report. Can you please attach the file that exposes
the problem?

** Changed in: nautilus (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
can't open jpg files...
https://launchpad.net/bugs/57038

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


[Bug 55828] Re: PJL output from 1.2.2 client over IPP

2006-08-28 Thread Robert Casanova
I use a printing server at the router, the router is a US Robotics
9108A. The printer is a Samsung ML-1610, USB printer.

I've been reading other posts before reporting so I tried also the
repository at:

deb http://www.grad.hr/~ivoks/ubuntu/cups ./

I tested with dapper and edgy and neither of them makes it work. With a
raw printing, with a samsung ppd and with cupsys ppd ML-1510. No luck
neither.

-- 
PJL output from 1.2.2 client over IPP
https://launchpad.net/bugs/55828

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


[Bug 45290] Re: system freeze when screensaver is trying to start

2006-08-28 Thread lgr7221
I also have this problem with gnome screensaver.  however, screensaver
works just fine when logged in as root, so it must be some sort of
permission somewhere.

-- 
system freeze when screensaver is trying to start
https://launchpad.net/bugs/45290

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


[Bug 57950] Re: opening music cds restarts nautilus

2006-08-28 Thread Daniel Holbach
Which version of Ubuntu and nautilus do you use?

...
Program exited with code 0177.
(gdb) backtrace
(gdb) thread apply all backstrace
(gdb) quit
...

Unfortunately the backtrace is worthless.

[pid 31443] 20:01:15.345513 writev(2, [{nautilus, 8}, {: , 2},
{symbol lookup error, 19}, {: , 2}, {/usr/lib/gnome-
vfs-2.0/modules/l..., 41}, {: , 2}, {undefined symbol:
gnome_vfs_uri_..., 44}, {, 0}, {, 0}, {\n, 1}], 10 unfinished
...

in the strace might be interesting though

** Changed in: nautilus (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
opening music cds restarts nautilus
https://launchpad.net/bugs/57950

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


[Bug 57921] Re: Does not create gnutls-param until first connection.

2006-08-28 Thread Bug Watch Updater
** Changed in: exim4 (Debian)
   Status: Unknown = Needs Info

-- 
Does not create gnutls-param until first connection.
https://launchpad.net/bugs/57921

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


[Bug 57941] Re: [edgy] sound-juicer parses musicbrainz data like freedb data

2006-08-28 Thread Daniel Holbach
Thanks for your bug report. I forwarded the issue to the upstream bug
tracker: http://bugzilla.gnome.org/show_bug.cgi?id=353181

** Changed in: sound-juicer (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Confirmed

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

** Also affects: sound-juicer (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=353181
   Importance: Unknown
   Status: Unknown

-- 
[edgy] sound-juicer parses musicbrainz data like freedb data
https://launchpad.net/bugs/57941

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


[Bug 57870] Re: no icon for gnome menu

2006-08-28 Thread Bug Watch Updater
** Changed in: crack-attack (Debian)
   Status: Unknown = Fix Released

-- 
no icon for gnome menu
https://launchpad.net/bugs/57870

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


[Bug 46086] Re: .m4b files won't play

2006-08-28 Thread Bug Watch Updater
** Changed in: xine-lib (Debian)
   Status: Unknown = Fix Released

-- 
.m4b files won't play
https://launchpad.net/bugs/46086

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


[Bug 57888] Re: Cannot read email using my Google Mail account

2006-08-28 Thread Bug Watch Updater
** Changed in: epiphany (upstream)
   Status: Unknown = Unconfirmed

-- 
Cannot read email using my Google Mail account
https://launchpad.net/bugs/57888

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


[Bug 57941] Re: [edgy] sound-juicer parses musicbrainz data like freedb data

2006-08-28 Thread Bug Watch Updater
** Changed in: sound-juicer (upstream)
   Status: Unknown = Unconfirmed

-- 
[edgy] sound-juicer parses musicbrainz data like freedb data
https://launchpad.net/bugs/57941

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


[Bug 57566] Re: playing some mms station does nothing

2006-08-28 Thread Bug Watch Updater
** Changed in: gstreamer (upstream)
   Status: Unknown = Unconfirmed

-- 
playing some mms station does nothing
https://launchpad.net/bugs/57566

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


[Bug 57811] Re: rhythmbox crashes when putting song from search into playlist

2006-08-28 Thread Bug Watch Updater
** Changed in: rhythmbox (upstream)
   Status: Unknown = Fix Released

-- 
rhythmbox crashes when putting song from search into playlist
https://launchpad.net/bugs/57811

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


[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-28 Thread Bug Watch Updater
** Changed in: seahorse (upstream)
   Status: Unknown = Confirmed

-- 
[Edgy] seahorse crashed at startup (segmentation fault)
https://launchpad.net/bugs/57433

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


[Bug 39543] Re: Ekiga should call the gnome-power-manager InhibitInactiveSleep command

2006-08-28 Thread Bug Watch Updater
** Changed in: ekiga (upstream)
   Status: Unconfirmed = Rejected

-- 
Ekiga should call the gnome-power-manager InhibitInactiveSleep command
https://launchpad.net/bugs/39543

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


[Bug 36596] Re: system freeze after clicking task manager trash icon in pan newsreader

2006-08-28 Thread Laurens Simonis
I hope Paul Drain will help, but in case that doesn't work out:

I downloaded the files before the bandwidth ran out, however, I don't
quite know which ones you need.  Attached the filelist of the files I
downloaded.

I assume you need the whole of ati, and am not quite sure on which
kernel files you require. Let me know, and I can give you the files, if
you can't get it resolved with Paul.

-- 
system freeze after clicking task manager trash icon in pan newsreader
https://launchpad.net/bugs/36596

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


[Bug 30659] Re: should detect ekiga (voip) activity as activity and not lock screen

2006-08-28 Thread Bug Watch Updater
** Changed in: ekiga (upstream)
   Status: In Progress = Rejected

-- 
should detect ekiga (voip) activity as activity and not lock screen
https://launchpad.net/bugs/30659

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


[Bug 33331] Re: moving the clock 1 h forward starts the screensaver

2006-08-28 Thread Bug Watch Updater
** Changed in: gnome-screensaver (upstream)
   Status: Unconfirmed = Fix Released

-- 
moving the clock 1 h forward starts the screensaver
https://launchpad.net/bugs/1

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


[Bug 57938] Re: There's no easy way to change the default icon size for one folder

2006-08-28 Thread Daniel Holbach
Thanks for your report. I personally think that the -/+ buttons on each
nautilus dialog are sufficient for that. Anybody else?

** Changed in: nautilus (Ubuntu)
   Importance: Untriaged = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
There's no easy way to change the default icon size for one folder
https://launchpad.net/bugs/57938

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


[Bug 57931] Re: updating .dvi files

2006-08-28 Thread Daniel Holbach
Thanks for your report. Can you provide instructions how I could try to
reproduce the bug?

** Changed in: evince (Ubuntu)
   Importance: Untriaged = Wishlist
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
updating .dvi files
https://launchpad.net/bugs/57931

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


[Bug 57753] Re: Vfat and NTFS partitions in edgy get two icons on the GNOME Desktop

2006-08-28 Thread Daniel Holbach
Can you attach the /etc/fstab and make a screenshot of the problem?

** Changed in: nautilus (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
Vfat and NTFS partitions in edgy get two icons on the GNOME Desktop
https://launchpad.net/bugs/57753

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


[Bug 57694] Re: [edgy] console screen not centered only when using usplash

2006-08-28 Thread Vincent Untz
I have the same issue, but the display on the console is also corrupted
(lots of weird characters instead of spaces). It starts being corrupted
just after GRUB, IIRC (when the kernel is loaded, I guess).

-- 
[edgy] console screen not centered only when using usplash
https://launchpad.net/bugs/57694

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


[Bug 57821] Re: Totem crashes when changing connection speed in preferencesnetworking

2006-08-28 Thread Daniel Holbach
*** This bug is a duplicate of bug 41099 ***

Thanks for the bug report. This particular bug has already been
reported into our bug tracking system, but please feel free to report
any further bugs which you find.

** Changed in: totem (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Rejected

** This bug has been marked a duplicate of bug 41099
   [dapper][totem-xine] when I try to change connection speed it crashes

-- 
Totem crashes when changing connection speed in preferencesnetworking
https://launchpad.net/bugs/57821

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


[Bug 41099] Re: [dapper][totem-xine] when I try to change connection speed it crashes

2006-08-28 Thread Daniel Holbach
Not fixed yet according to bug 57821 - can anybody confirm this is still
broken? Can we get a debug backtrace? At least libc6-dbg,
libglib2.0-0-dbg, libxine1-dbg (and probably a debug build of totem)
required for that.

** Bug 57821 has been marked a duplicate of this bug

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

-- 
[dapper][totem-xine] when I try to change connection speed it crashes
https://launchpad.net/bugs/41099

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


[Bug 57819] Re: can't access my nokia 770's ssh server with nautilus

2006-08-28 Thread Daniel Holbach
Thanks for your bug report.   gnomevfs-ls
ssh://[EMAIL PROTECTED]/home/daniel   works nicely for me. Does that work
for you? Which version of Ubuntu do you use?

** Changed in: nautilus (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
can't access my nokia 770's ssh server with nautilus
https://launchpad.net/bugs/57819

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


[Bug 57743] Re: HP ScanJet 5p is not recognized in Kubuntu 6.06

2006-08-28 Thread Edmund Laugasson
Here is all the same files from Edubuntu 5.10, where all worked fine.

-- 
HP ScanJet 5p is not recognized in Kubuntu 6.06
https://launchpad.net/bugs/57743

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


[Bug 57491] Re: [Sync Request] music-applet 0.9.2-2

2006-08-28 Thread mlind
Build log for music-applet 0.9.2-2

-- 
[Sync Request] music-applet 0.9.2-2
https://launchpad.net/bugs/57491

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


[Bug 57491] Re: [Sync Request] music-applet 0.9.2-2

2006-08-28 Thread mlind
Diffstat between rhythmbox-applet 0.1.7 and music-applet 0.9.2-2

-- 
[Sync Request] music-applet 0.9.2-2
https://launchpad.net/bugs/57491

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


[Bug 33331] Re: moving the clock 1 h forward starts the screensaver

2006-08-28 Thread Daniel Holbach
Fixed upstream, thanks to Matthias Clasen.

** Changed in: gnome-screensaver (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
moving the clock 1 h forward starts the screensaver
https://launchpad.net/bugs/1

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


[Bug 16591] Re: Take Screenshot feature doesn't implement Save dialog properly

2006-08-28 Thread Daniel Holbach
Looks like this will be fixed upstream for Edgy+1.

** Changed in: gnome-utils (Ubuntu)
 Assignee: Sebastien Bacher = Ubuntu Desktop Bugs

-- 
Take Screenshot feature doesn't implement Save dialog properly
https://launchpad.net/bugs/16591

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


[Bug 57491] Re: [Sync Request] music-applet 0.9.2-2

2006-08-28 Thread mlind
Install log for music-applet 0.9.2-2

-- 
[Sync Request] music-applet 0.9.2-2
https://launchpad.net/bugs/57491

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


[Bug 39543] Re: Ekiga should call the gnome-power-manager InhibitInactiveSleep command

2006-08-28 Thread Daniel Holbach
According to upstream's comments, this is a duplicate of
https://launchpad.net/distros/ubuntu/+source/gnome-
screensaver/+bug/30659 (both have the same upstream bug)

** Bug watch removed: GNOME Bug Tracker #338450
   http://bugzilla.gnome.org/show_bug.cgi?id=338450

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

-- 
Ekiga should call the gnome-power-manager InhibitInactiveSleep command
https://launchpad.net/bugs/39543

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


[Bug 45990] Re: [dist.upgrader] unresolvable problem reported during Breezy-Dapper upgrade

2006-08-28 Thread Michael Vogt
@Ben Linker: It looks like your sources.list lacks the main repository
in your sources.list. Please change:

'deb http://archive.ubuntu.com/ubuntu/ breezy universe'
to
'deb http://archive.ubuntu.com/ubuntu/ breezy main restricted universe'

and try the upgrade again and let me know if it works then.

Thanks,
 Michael

** Tags added: dist-upgrader

-- 
[dist.upgrader] unresolvable problem reported during Breezy-Dapper upgrade
https://launchpad.net/bugs/45990

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


[Bug 57780] Re: Partitioner corrupts extended partition avaialable space

2006-08-28 Thread David Balažic
The debian install time partitioner reduces the size of the extended
partition to the minumum possible. That is : On a 60 GB disk, if there
are one 10 GB primary partition and two logical partition of size 5 GB
and 30 GB , the extended partition will be sized 35 GB. So the unused
space (60 - 10 - 35 =) of 15 GB will be outside the extended partition.

This makes adding new partitions with most of the tools (fdisk etc...)
very hard, since they can't extend the extended partition, at least not
in an easy way.

I would prefer the partitioner to leave existing extended partitions as
they are and create new ones to span all the available free space (or
ask the user).

-- 
Partitioner corrupts extended partition avaialable space
https://launchpad.net/bugs/57780

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


[Bug 57757] Re: apport bug-buddy cpu usage ask first?

2006-08-28 Thread Daniel Holbach
** Changed in: bug-buddy (Ubuntu)
   Importance: Untriaged = Wishlist
 Assignee: (unassigned) = Ubuntu Desktop Bugs

** Also affects: apport (Ubuntu)
   Importance: Untriaged
   Status: Unconfirmed

** Changed in: apport (Ubuntu)
   Importance: Untriaged = Wishlist

-- 
apport bug-buddy cpu usage ask first?
https://launchpad.net/bugs/57757

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


[Bug 47407] Re: after dist-upgrade from breezy to dapper, networking stops working

2006-08-28 Thread Michael Vogt
I subscriped keybuk in the hope that he might have a idea why iftab
seems to be not working in your case.

-- 
after dist-upgrade from breezy to dapper, networking stops working
https://launchpad.net/bugs/47407

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


[Bug 1] Not Ready for Prime Time

2006-08-28 Thread deesy58
After looking at Red Hat 7.0 and 7.3 a couple of years ago, I became
curious about Ubuntu and Kubuntu.  I also purchased the Official Ubuntu
Book, so I know about Bug #1.  I wouldn't hold my breath waiting for
this one to be resolved, however.  Documentation, when it exists at all,
is scattered all over the Internet.  Dapper is, IMHO, relatively buggy,
and the so-called community of Ubuntu users might, or might not
provide help, support and advice to those users experiencing problems
with installation and configuration.  I have seen forum boards with
questions from newbies that have gone unanswered for over a month.  What
kind of support is that?  For the most part, Ubuntu and Kubuntu
procedures seem counter-intuitive, and each installation of Dapper
appears to perform a little differently.

It appears that Ubuntu has taken on more of the characteristics of a
philosophy or a religion than of a technology, and there are a good many
evangelical believers out there.  But I think you will be waiting for a
very, very long time for a resolution to Bug #1.  Criticize Microsoft
and Windows all you want!  Their documentation is centralized and
comprehensive, and their support is prompt and conscientious.  I have
never had a question posted on a Microsoft Support Board go unanswered.
It is relatively easy for a home user to purchase a shrink-wrapped
Windows XP, take it home, and install it with no major problems.  Ubuntu
and Kubuntu can't day that.  This product (ubuntu) is clearly not ready
for prime time.

Just my opinion, but it is enough to make me want to give Red Hat, or
maybe SuSE another try ...

Deesy58

-- 
Microsoft has a majority market share
https://launchpad.net/bugs/1

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


[Bug 55066] Re: User switching burns CPU without video acceleration

2006-08-28 Thread Daniel Holbach
Thanks William for the comment, closing the bug.

** Changed in: gnome-screensaver (Ubuntu)
   Status: Confirmed = Fix Released

-- 
User switching burns CPU without video acceleration
https://launchpad.net/bugs/55066

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


[Bug 56436] Re: Doesn't show up in gnome-screensaver list

2006-08-28 Thread Daniel Holbach
There's nothing to be done for gnome-screensaver, closing task.

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

-- 
Doesn't show up in gnome-screensaver list
https://launchpad.net/bugs/56436

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


[Bug 39963] Re: Screensaver starts when session is not being displayed

2006-08-28 Thread Daniel Holbach
Marking fixed according to upstream comment.

** Changed in: gnome-screensaver (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Screensaver starts when session is not being displayed
https://launchpad.net/bugs/39963

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


[Bug 57919] Re: firefox locked up and caused 100% CPU activity

2006-08-28 Thread Thomas Hotz
I can also confirm this on Ubuntu Dapper (Firefox 1.5.0.5).

The problem is that flash- player is simply too _old_. Many people
reported that flash crashes in Youtube and things like that. And Adobe's
flash player is NOT free. A new version should be released in 2007 and
we'll hopefully see a beta later this year (a developer told me).

More infos about the current development of Adobe's flash player 9 for linux:
http://blogs.adobe.com/penguin.swf/

-- 
firefox locked up and caused 100% CPU activity
https://launchpad.net/bugs/57919

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


[Bug 57704] Re: gnome-typing-monitor leaks memory on each screen capture

2006-08-28 Thread Daniel Holbach
Thanks for your bug report. I forwarded the issue to the upstream
developers: http://bugzilla.gnome.org/show_bug.cgi?id=353189

** Changed in: control-center (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Confirmed

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

** Also affects: control-center (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=353189
   Importance: Unknown
   Status: Unknown

-- 
gnome-typing-monitor leaks memory on each screen capture
https://launchpad.net/bugs/57704

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


[Bug 57959] Live-Cd: Resizing of NTFS-partition fails when not dismounted cleanly before - error-message missing

2006-08-28 Thread Bernhard Kogler
Public bug reported:

Binary package hint: gparted

Error:

If the gparted-version on the live-cd is used to resize an ntfs-
partition which was not unmounted cleanly before (e.g. power-loss from
within a windows-session), the partition doesn't get resized.

Unfortunately no error-message is shown, when gparted calls ntfsresize
several times, and so the user thinks, all of the resizing-process
worked fine.

things to reproduce:

* partition /dev/hda1 - ntfs-partition, windows system volume
* start windows on /dev/hda1, let it crash (e.g. power loss)
* boot with the live-cd of dapper and resize the partition /dev/hda1 from 
within gparted
* all seems to work fine, but nothing happens to the partition, because 
ntfsresize reports an error due to the missing clean unmount which gparted 
doesn't recognize.

Perhaps a newer version of gparted helps out, the version 0.1 included
on the live-cd is already 1,5 years old.

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

-- 
Live-Cd: Resizing of NTFS-partition fails when not dismounted cleanly before - 
error-message missing
https://launchpad.net/bugs/57959

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


[Bug 57960] Can create physical volumes, but not volume groups

2006-08-28 Thread Bob Sully
Public bug reported:

While trying to set up lvm2 under Dapper (two SATA drives; partitions
sda13 and sdb1, for a total of about 540GB), I was unable to get a
volume group set up.

Pvcreate worked fine:


[EMAIL PROTECTED]:/etc/default# pvcreate -vv /dev/sda13
File descriptor 3 left open
File descriptor 5 left open
File descriptor 7 left open
Logging initialised at Thu Aug 24 17:43:25 2006

Set umask to 0077
pvcreate  Setting global/locking_type to 1
pvcreate  Setting global/locking_dir to /var/lock/lvm
pvcreate  File-based locking enabled.
pvcreate  Locking /var/lock/lvm/P_orphans WB
pvcreate  /dev/sda13: No label detected
pvcreate  /dev/sda13: size is 515847087 sectors
pvcreate  metadata/pvmetadatasize not found in config: defaulting to 255
pvcreate  metadata/pvmetadatacopies not found in config: defaulting to 1
pvcreate  /dev/sda13: size is 515847087 sectors
pvcreateSet up physical volume for /dev/sda13 with 515846703 available 
sectors
pvcreate  Scanning for labels to wipe from /dev/sda13
pvcreateZeroing start of device /dev/sda13
pvcreate  Writing physical volume data to disk /dev/sda13
pvcreate  /dev/sda13: Writing label to sector 1
pvcreate  Physical volume /dev/sda13 successfully created
pvcreate  Unlocking /var/lock/lvm/P_orphans
pvcreateWiping internal VG cache

[EMAIL PROTECTED]:/etc/default# pvcreate -vv /dev/sdb1
File descriptor 3 left open
File descriptor 5 left open
File descriptor 7 left open
Logging initialised at Thu Aug 24 17:44:28 2006

Set umask to 0077
pvcreate  Setting global/locking_type to 1
pvcreate  Setting global/locking_dir to /var/lock/lvm
pvcreate  File-based locking enabled.
pvcreate  Locking /var/lock/lvm/P_orphans WB
pvcreate  /dev/sdb1: No label detected
pvcreate  /dev/sdb1: size is 625137282 sectors
pvcreate  metadata/pvmetadatasize not found in config: defaulting to 255
pvcreate  metadata/pvmetadatacopies not found in config: defaulting to 1
pvcreate  /dev/sdb1: size is 625137282 sectors
pvcreateSet up physical volume for /dev/sdb1 with 625136898 available 
sectors
pvcreate  Scanning for labels to wipe from /dev/sdb1
pvcreateZeroing start of device /dev/sdb1
pvcreate  Writing physical volume data to disk /dev/sdb1
pvcreate  /dev/sdb1: Writing label to sector 1
pvcreate  Physical volume /dev/sdb1 successfully created
pvcreate  Unlocking /var/lock/lvm/P_orphans
pvcreateWiping internal VG cache


Howewver, vgcreate fails:

[EMAIL PROTECTED]:/etc/default# vgcreate -v myth_disks /dev/sda13 /dev/sdb1
File descriptor 3 left open
File descriptor 5 left open
File descriptor 7 left open
Logging initialised at Thu Aug 24 17:46:03 2006

Set umask to 0077
vgcreateWiping cache of LVM-capable devices
vgcreateAdding physical volume '/dev/sda13' to volume group 'myth_disks'
vgcreate  No physical volume label read from /dev/sda13
vgcreate  /dev/sda13 not identified as an existing physical volume
vgcreate  Unable to add physical volume '/dev/sda13' to volume group 
'myth_disks'.
vgcreateWiping internal VG cache


This happens with either of the two partitions.

Now:

[EMAIL PROTECTED]:/home/rcs# pvscan
File descriptor 4 left open
Logging initialised at Thu Aug 24 20:55:25 2006

Set umask to 0077
pvscanWiping cache of LVM-capable devices
pvscanWiping internal VG cache
pvscanWalking through all physical volumes
pvscan  PV /dev/evms/sda13 lvm2 [245.97 GB]
pvscan  PV /dev/evms/sdb1  lvm2 [298.09 GB]
pvscan  Total: 2 [544.06 GB] / in use: 0 [0   ] / in no VG: 2 [544.06 GB]
pvscanWiping internal VG cache


Looks good, but:


[EMAIL PROTECTED]:/home/rcs# pvdisplay
File descriptor 4 left open
Logging initialised at Thu Aug 24 20:56:56 2006

Set umask to 0077
pvdisplayScanning for physical volume names
pvdisplayWiping cache of LVM-capable devices
pvdisplay  --- NEW Physical volume ---
pvdisplay  PV Name   /dev/evms/sda13
pvdisplay  VG Name
pvdisplay  PV Size   245.97 GB
pvdisplay  Allocatable   NO
pvdisplay  PE Size (KByte)   0
pvdisplay  Total PE  0
pvdisplay  Free PE   0
pvdisplay  Allocated PE  0
pvdisplay  PV UUID   ovTzb3-iP63-Dg81-UJ7W-F9zC-xXSV-AExBzC
pvdisplay
pvdisplay  --- NEW Physical volume ---
pvdisplay  PV Name   /dev/evms/sdb1
pvdisplay  VG Name
pvdisplay  PV Size   298.09 GB
pvdisplay  Allocatable   NO
pvdisplay  PE Size (KByte)   0
pvdisplay  Total PE  0
pvdisplay  Free PE   0
pvdisplay  Allocated PE  0
pvdisplay  PV UUID   xrYOXP-SyKs-MFaE-nRKr-QsWx-bB0U-T9rHpq
pvdisplay
pvdisplayWiping internal VG cache


Neither partition is allocatable.

Since the volume group was never created, there's nothing here:


[EMAIL PROTECTED]:/home/rcs# vgscan 
File descriptor 4 left open 
Logging initialised at Thu Aug 

[Bug 57931] Re: updating .dvi files

2006-08-28 Thread Ugnaught
1. Create a new file : bug.tex and edit it with emacs editor (or gedit)
2. Write :
\documentclass{article}
\begin{document}
I am
\end{document}
3. Save bug.tex
3. run latex bug.tex
4. open bug.dvi
5. Then, modify bug.tex with
\documentclass{article}
\begin{document}
I am hidden
\newpage
in the 2nd page !
\end{document}
6. Save bug.tex
7. run latex bug.tex
8. Go to the previous evince frame and move the scrolling-bar. The display 
seems to be updated (You can see I am hidden instead of I am). But the 
second page is not present.
9. Now, press (Ctrl+ R). The 2nd page appears.
10. Modify bug.tex with :
\documentclass{article}
\begin{document}
I am still here.
\end{document}
11. Save bug.tex
12. run latex bug.tex
13.  Go to the previous evince frame and move the scrolling-bar. The first 
page appears two times.

Strange. No pb with Yap (windows dvi engine I used).

Thank you for your attention.

-- 
updating .dvi files
https://launchpad.net/bugs/57931

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


[Bug 57950] Re: opening music cds restarts nautilus

2006-08-28 Thread Sebastien Bacher
could you run ldd /usr/bin/nautilus and copy that to a comment?

-- 
opening music cds restarts nautilus
https://launchpad.net/bugs/57950

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


[Bug 23445] Re: [Bug 23445] Re: iMac G5 will freeze after booting up

2006-08-28 Thread Emmanuel Ch.
On 8/28/06, Dylan [EMAIL PROTECTED] wrote:
 I've got Edgy Knot 1 installed and running on my Rev B.

 However, the resolution is totally screwed. If anyone could offer some
 direction or an xconf, that'd be great.


 PS. Bluetooth and AirPort aren't working (although I wouldn't expect
 them to work out of the box, anyway).

 --
 iMac G5 will freeze after  booting up
 https://launchpad.net/bugs/23445



-- 
- morthul surinen
fenya quelli
 (R.I.P 0x7D4)

It can be easily changed at /etc/X11/xorg.conf
Just add 1440x900 at the resolutions for depth 24. You'll see when
you get there.
I had my Airport working. See http://www.ubuntuforums.org/showthread.php?=142727
It needs to grab your Airport firmware from
/System/Library/Extensions/AppleAirPort2.kext/Contents/MacOS/AppleAirport2


Again you will see when you read the howto.

I suppose needing to find the firmware yourself makes AirPort not
working not a bug, but could someone get into dapper a script that
does it automatically (since the modules for hfs+ are in the installer
cd anyway we could grab a copy of it and set up AirPort automatically.

-- 
iMac G5 will freeze after  booting up
https://launchpad.net/bugs/23445

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


[Bug 57842] Re: Segfault on opening file browser dialog

2006-08-28 Thread Micah Cowan
(Although I submitted the bug, I'm moving it to confirmed, as
Alexandre has shown he was able to confirm the problem on his system)

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

-- 
Segfault on opening file browser dialog
https://launchpad.net/bugs/57842

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


[Bug 57908] Re: Input system crazy after suspend

2006-08-28 Thread Frode Hatlevik
I remember something similar happening when I chose the wrong protocol
for my mouse a long time ago. It was all XFree86 back then, but I guess
it is still the same issues for the mouse. Remember that the Synaptics
is usually a PS2 device, you may have to use /dev/psaux for
communicating properly with it.

;)Frode

-- 
Input system crazy after suspend
https://launchpad.net/bugs/57908

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


[Bug 57960] Re: Can create physical volumes, but not volume groups

2006-08-28 Thread Bob Sully
** Description changed:

- While trying to set up lvm2 under Dapper (two SATA drives; partitions
- sda13 and sdb1, for a total of about 540GB), I was unable to get a
- volume group set up.
+ Kernel version: 2.6.15-25-k7
+ lvm2: 2.02.02-1ubuntu1
+ 
+ 
+ While trying to set up lvm2 under Dapper (two SATA drives; partitions sda13 
and sdb1, for a total of about 540GB), I was unable to get a volume group set 
up.  
  
  Pvcreate worked fine:
  
  
  [EMAIL PROTECTED]:/etc/default# pvcreate -vv /dev/sda13
  File descriptor 3 left open
  File descriptor 5 left open
  File descriptor 7 left open
  Logging initialised at Thu Aug 24 17:43:25 2006
  
  Set umask to 0077
  pvcreate  Setting global/locking_type to 1
  pvcreate  Setting global/locking_dir to /var/lock/lvm
  pvcreate  File-based locking enabled.
  pvcreate  Locking /var/lock/lvm/P_orphans WB
  pvcreate  /dev/sda13: No label detected
  pvcreate  /dev/sda13: size is 515847087 sectors
  pvcreate  metadata/pvmetadatasize not found in config: defaulting to 255
  pvcreate  metadata/pvmetadatacopies not found in config: defaulting to 1
  pvcreate  /dev/sda13: size is 515847087 sectors
  pvcreateSet up physical volume for /dev/sda13 with 515846703 available 
sectors
  pvcreate  Scanning for labels to wipe from /dev/sda13
  pvcreateZeroing start of device /dev/sda13
  pvcreate  Writing physical volume data to disk /dev/sda13
  pvcreate  /dev/sda13: Writing label to sector 1
  pvcreate  Physical volume /dev/sda13 successfully created
  pvcreate  Unlocking /var/lock/lvm/P_orphans
  pvcreateWiping internal VG cache
  
  [EMAIL PROTECTED]:/etc/default# pvcreate -vv /dev/sdb1
  File descriptor 3 left open
  File descriptor 5 left open
  File descriptor 7 left open
  Logging initialised at Thu Aug 24 17:44:28 2006
  
  Set umask to 0077
  pvcreate  Setting global/locking_type to 1
  pvcreate  Setting global/locking_dir to /var/lock/lvm
  pvcreate  File-based locking enabled.
  pvcreate  Locking /var/lock/lvm/P_orphans WB
  pvcreate  /dev/sdb1: No label detected
  pvcreate  /dev/sdb1: size is 625137282 sectors
  pvcreate  metadata/pvmetadatasize not found in config: defaulting to 255
  pvcreate  metadata/pvmetadatacopies not found in config: defaulting to 1
  pvcreate  /dev/sdb1: size is 625137282 sectors
  pvcreateSet up physical volume for /dev/sdb1 with 625136898 available 
sectors
  pvcreate  Scanning for labels to wipe from /dev/sdb1
  pvcreateZeroing start of device /dev/sdb1
  pvcreate  Writing physical volume data to disk /dev/sdb1
  pvcreate  /dev/sdb1: Writing label to sector 1
  pvcreate  Physical volume /dev/sdb1 successfully created
  pvcreate  Unlocking /var/lock/lvm/P_orphans
  pvcreateWiping internal VG cache
  
  
  Howewver, vgcreate fails:
  
  [EMAIL PROTECTED]:/etc/default# vgcreate -v myth_disks /dev/sda13 /dev/sdb1
  File descriptor 3 left open
  File descriptor 5 left open
  File descriptor 7 left open
  Logging initialised at Thu Aug 24 17:46:03 2006
  
  Set umask to 0077
  vgcreateWiping cache of LVM-capable devices
  vgcreateAdding physical volume '/dev/sda13' to volume group 'myth_disks'
  vgcreate  No physical volume label read from /dev/sda13
  vgcreate  /dev/sda13 not identified as an existing physical volume
  vgcreate  Unable to add physical volume '/dev/sda13' to volume group 
'myth_disks'.
  vgcreateWiping internal VG cache
  
  
  This happens with either of the two partitions.
  
  Now:
  
  [EMAIL PROTECTED]:/home/rcs# pvscan
  File descriptor 4 left open
  Logging initialised at Thu Aug 24 20:55:25 2006
  
  Set umask to 0077
  pvscanWiping cache of LVM-capable devices
  pvscanWiping internal VG cache
  pvscanWalking through all physical volumes
  pvscan  PV /dev/evms/sda13 lvm2 [245.97 GB]
  pvscan  PV /dev/evms/sdb1  lvm2 [298.09 GB]
  pvscan  Total: 2 [544.06 GB] / in use: 0 [0   ] / in no VG: 2 [544.06 GB]
  pvscanWiping internal VG cache
  
  
  Looks good, but:
  
  
  [EMAIL PROTECTED]:/home/rcs# pvdisplay
  File descriptor 4 left open
  Logging initialised at Thu Aug 24 20:56:56 2006
  
  Set umask to 0077
  pvdisplayScanning for physical volume names
  pvdisplayWiping cache of LVM-capable devices
  pvdisplay  --- NEW Physical volume ---
  pvdisplay  PV Name   /dev/evms/sda13
  pvdisplay  VG Name
  pvdisplay  PV Size   245.97 GB
  pvdisplay  Allocatable   NO
  pvdisplay  PE Size (KByte)   0
  pvdisplay  Total PE  0
  pvdisplay  Free PE   0
  pvdisplay  Allocated PE  0
  pvdisplay  PV UUID   ovTzb3-iP63-Dg81-UJ7W-F9zC-xXSV-AExBzC
  pvdisplay
  pvdisplay  --- NEW Physical volume ---
  pvdisplay  PV Name   /dev/evms/sdb1
  pvdisplay  VG Name
  pvdisplay  PV Size   298.09 GB
  pvdisplay  Allocatable 

[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-08-28 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been reported
into our bug tracking system, but please feel free to report any further
bugs you find.

** Changed in: gnome-power-manager (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Confirmed = Rejected

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 57457] Re: Support glade-3

2006-08-28 Thread Daniel Holbach
 meta-gnome2 (1:2.14.2.1ubuntu1) edgy; urgency=low
 .
   * debian/control.in:
 - glade-gnome (= 2.12.1) | glade-gnome-3 for gnome-devel.
   (Malone: #57457)


** Changed in: meta-gnome2 (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Fix Released

-- 
Support glade-3
https://launchpad.net/bugs/57457

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


[Bug 57952] Re: xubuntu installation problem

2006-08-28 Thread Vassilis Pandis
Can you attach /var/log/partman and /var/log/installer/syslog as well?
Thanks in advance.

** Changed in: Ubuntu
Sourcepackagename: None = ubiquity

** Changed in: ubiquity (Ubuntu)
   Importance: Untriaged = Medium
   Status: Unconfirmed = Needs Info

-- 
xubuntu installation problem
https://launchpad.net/bugs/57952

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


[Bug 57863] Re: Ubuntu should have a floppy/network install option like Debian

2006-08-28 Thread Dean Sas
Ok, I'll reopen and assign against debian-installer. I'm not sure that's
the right package though.

I've fixed the first broken link you mentioned.

** Changed in: Ubuntu
Sourcepackagename: None = debian-installer
   Status: Rejected = Unconfirmed

-- 
Ubuntu should have a floppy/network install option like Debian
https://launchpad.net/bugs/57863

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


[Bug 57703] Re: Causes repetitive dropouts in playing music

2006-08-28 Thread Guillaume Desmottes
Thanks for your bug report.

Are you using any xchat-gnome plugins ?
If yes, could you try without them please.

-- 
Causes repetitive dropouts in playing music
https://launchpad.net/bugs/57703

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


[Bug 57431] Re: Evince can't jump to contents

2006-08-28 Thread Daniel Holbach
Closing the bug. Please reopen once you have more information at hand.
Thanks.

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

-- 
Evince can't jump to contents
https://launchpad.net/bugs/57431

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


[Bug 38455] Re: crashes when closing with empty trash on exit enabled

2006-08-28 Thread David Clayton
Still happens to me.

-- 
crashes when closing with empty trash on exit enabled
https://launchpad.net/bugs/38455

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


[Bug 54948] Re: Unnecessary tab positions in unsaved changes dialog

2006-08-28 Thread Daniel Holbach
** Bug watch removed: GNOME Bug Tracker #349715
   http://bugzilla.gnome.org/show_bug.cgi?id=349715

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

** Changed in: gedit (Ubuntu)
Sourcepackagename: gedit = gtk+2.0

-- 
Unnecessary tab positions in unsaved changes dialog
https://launchpad.net/bugs/54948

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-08-28 Thread baszoetekouw
I'm not sure it's the logout dialog it should pop up.  The old dialog
was similar, but my logout (Quit) dialog has only logout, reboot, etc;
not hibernate and suspend.

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 55802] Re: nvidia not compatible with Xorg 7.1 RENDER (Fonts don't appear in edgy)

2006-08-28 Thread Daniel Holbach
** Changed in: nvidia-kernel-common (Ubuntu)
 Assignee: Ubuntu Desktop Bugs = (unassigned)

-- 
nvidia not compatible with Xorg 7.1 RENDER (Fonts don't appear in edgy)
https://launchpad.net/bugs/55802

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


[Bug 57964] language-support-nl does not depend on myspell-nl, which is in universe somehow

2006-08-28 Thread ablomen
Public bug reported:

Binary package hint: language-support-nl

language-support-nl does not depend on myspell-nl, which is in universe
somehow

** Affects: language-support-nl (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
language-support-nl does not depend on myspell-nl, which is in universe somehow
https://launchpad.net/bugs/57964

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


[Bug 57963] duplicate keybinding in repo settings

2006-08-28 Thread nanophase
Public bug reported:

Binary package hint: synaptic

alt-c is bound not only to close window but to add cdrom aswell in
that window.

since alt-c is the close window shortcut to any window in gnome, maybe
add cdrom should be changed to something else?

** Affects: synaptic (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
duplicate keybinding in repo settings
https://launchpad.net/bugs/57963

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


[Bug 57962] Icons visualization problem in add-to-panel dialog

2006-08-28 Thread Lapo Calamandrei
Public bug reported:

Binary package hint: gnome-panel

The icons in the add to panel dialog are cropped, you can see a missing
line on the right. The problem is visible on icons that fill the whole
canvas, as deskbar of weather applet for example.

** Affects: gnome-panel (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Icons visualization problem in add-to-panel dialog
https://launchpad.net/bugs/57962

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


[Bug 29956] Re: [Patch] Component selection support for pbuilder

2006-08-28 Thread mlind
Thanks for the patches Sami, works great. Hopefully manual page patch is
included on next upload too.

-- 
[Patch] Component selection support for pbuilder
https://launchpad.net/bugs/29956

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


[Bug 53143] Re: koffice-i18n-es try to override files from kde-i18n-es

2006-08-28 Thread Edu
I can confirm this bug

-- 
koffice-i18n-es try to override files from kde-i18n-es
https://launchpad.net/bugs/53143

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


[Bug 57965] crash in evolution when adding appointment

2006-08-28 Thread rocifier
Public bug reported:

Binary package hint: evolution

Distribution: Ubuntu 6.06 (dapper)
Package: Evolution
Severity: critical
Version: GNOME2.14.3 2.6.x
Gnome-Distributor: Ubuntu
Synopsis: crash in evolution when adding appointment
Bugzilla-Product: Evolution
Bugzilla-Component: Calendar
Bugzilla-Version: 2.6.x
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description of the crash:
Normally this works, but when I set up an appointment with just a name
and clicked OK, the program just completely crashed.

Steps to reproduce the crash:
1. double click a calendar day on gnome panel appointments and tasks.
2. when evolution calenders pops up, double click a time slot to make an
appointment. Give the appointment a short description
3. Click on to save the appointment

Expected Results:
Appointment is added to calendar view without crashing

How often does this happen?
Hardly ever

Additional Information:
No other programs or circumstances lead to any reasoning behind this
crash. Evolution was already open in the inbox beforehand.
After clicking appiointments and tasks again, I can see that the appointment
was in fact saved.


Debugging Information:

Backtrace was generated from '/usr/bin/evolution-2.6'

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1232013088 (LWP 11188)]
[New Thread -1418179664 (LWP 14582)]
[New Thread -1289315408 (LWP 11474)]
[New Thread -1369150544 (LWP 11207)]
[New Thread -1360675920 (LWP 11200)]
[New Thread -1297790032 (LWP 11199)]
[New Thread -1306575952 (LWP 11197)]
[New Thread -1280922704 (LWP 11194)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging 

[Bug 39287] Re: Remove xvfb dependency

2006-08-28 Thread Sebastien Bacher
Fixed with this upload:

 pygobject (2.11.4-0ubuntu1) edgy; urgency=low
 .
   * New upstream version:
 - Include pre-generated html docs in the tarball
 - Fix bug in do_set_property called from constructor
 - Fix type registration involving interfaces with signals and/or properties
   * debian/control.in, debian/rules:
 - don't use xvfb, that's not required (Ubuntu: #39287)

** Changed in: pygobject (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Remove xvfb dependency
https://launchpad.net/bugs/39287

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


[Bug 57757] Re: apport bug-buddy cpu usage ask first?

2006-08-28 Thread Sebastien Bacher
bug-buddy doesn't take the system to its knees as you wrote, rejecting
that task

** Changed in: bug-buddy (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
apport bug-buddy cpu usage ask first?
https://launchpad.net/bugs/57757

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


[Bug 45138] Re: Usplash shows rare characters

2006-08-28 Thread Jose Herran
I suffer it every time i start ubuntu, having enable or disable the
network interfaces does not matter.

-- 
Usplash shows rare characters
https://launchpad.net/bugs/45138

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


[Bug 57727] Re: [Bug 57727] Re: [Bug 57727] Re: Instlaller Crashed while reinstalling Ubuntu on hard disk with repartioning

2006-08-28 Thread msmk
Hi Dennis,
 Found the cause of the error (hopefully). I was
trying to install everything on JFS (even /boot).
Solved it by separating /boot (as ext3) and / (as
JFS). Then the installation works fine. Thanks for the
reply! That was really quick! :D
--
MSMK

--- Dennis Kaarsemaker [EMAIL PROTECTED] wrote:

 msmk: file a new bug please, this error can have
 many different causes.
 
 -- 
 Instlaller Crashed while reinstalling Ubuntu on hard
 disk with repartioning
 https://launchpad.net/bugs/57727
 





___ 
All new Yahoo! Mail The new Interface is stunning in its simplicity and ease 
of use. - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.html

-- 
Instlaller Crashed while reinstalling Ubuntu on hard disk with repartioning
https://launchpad.net/bugs/57727

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


[Bug 57744] Re: Bug when configuring tomboy plugins

2006-08-28 Thread Nicolas DERIVE
I clicked with the right button on the tomboy icon in my gnome panel,
but I seems that it disappeared with the new version (which convert
stickynotes to tomboy notes).

-- 
Bug when configuring tomboy plugins
https://launchpad.net/bugs/57744

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


[Bug 29956] Re: [Patch] Component selection support for pbuilder

2006-08-28 Thread Michael Vogt
Thanks for your patch.

I updated my local branch and it will be part of the next upload.

** Changed in: pbuilder (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
[Patch] Component selection support for pbuilder
https://launchpad.net/bugs/29956

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


[Bug 57342] Re: New release Gaim 2.0.0beta3.1 - MSN Crashing

2006-08-28 Thread Sebastien Bacher
** Changed in: gaim (Ubuntu)
   Importance: Untriaged = Medium

-- 
New release Gaim 2.0.0beta3.1 - MSN Crashing
https://launchpad.net/bugs/57342

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


[Bug 26354] Re: Firefox put a blank line aat the top

2006-08-28 Thread DannyStaple
Is this bug still valid?

Not only is it fairly old, but the description is vague, and the
screenshot link no longer leads anywhere. Which version of Firefox?
Which version of Ubuntu?

I suspect this bug needs to be closed.

-- 
Firefox put a blank line aat the top
https://launchpad.net/bugs/26354

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


[Bug 29956] Re: [Patch] Component selection support for pbuilder

2006-08-28 Thread Michael Vogt
** Changed in: pbuilder (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
[Patch] Component selection support for pbuilder
https://launchpad.net/bugs/29956

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


[Bug 47453] Re: install bzip2 by default

2006-08-28 Thread Michael Vogt
The problem seems to be that debootstrap installs bzip2 by default and
pbuilder just trusts debootstrap.

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

-- 
install bzip2 by default
https://launchpad.net/bugs/47453

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


[Bug 57966] Different kde apps crash

2006-08-28 Thread Grzegorz \McCartney\ Oledzki
Public bug reported:

It has happened to me many times, with different k-apps - including
kmail, kicker, konqueror, kpdf. The trace contains always the same. I am
running Dapper Drake 6.06, on 2.6.15-26-amd64-k8, but it's not specific
to just that kernel release.

The trace | uniq:
(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912570367088 (LWP 8028)]
(no debugging symbols found)
0x2b23c752 in nanosleep () from /lib/libc.so.6
#0  0x2b23c752 in nanosleep () from /lib/libc.so.6
#1  0x2b23c5f0 in sleep () from /lib/libc.so.6
#2  0x2be84cc5 in KCrash::startDrKonqi ()
   from /usr/lib/libkdecore.so.4
#3  0x2beaaa7c in KCrash::defaultCrashHandler ()
   from /usr/lib/libkdecore.so.4
#4  0x2b1db1b0 in killpg () from /lib/libc.so.6
#5  0x in ?? ()

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
Different kde apps crash
https://launchpad.net/bugs/57966

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


[Bug 57962] Re: Icons visualization problem in add-to-panel dialog

2006-08-28 Thread Manu Cornet
I can confirm this (up-to-date edgy) -- the missing pixel line is on the
left (not on the right) here.

Not sure where this comes from. The icons themselves look fine, for
example /usr/share/icons/hicolor/48x48/apps/deskbar-applet.png

A clue: maybe the default icon size for the dialog is not a standard one
(it seems to take the 48 versions of icons, but they're definitely not
displayed that big), and the resizing is not optimal?

** Changed in: gnome-panel (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Icons visualization problem in add-to-panel dialog
https://launchpad.net/bugs/57962

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


[Bug 48513] Re: libsexy2 should depend on libenchant1c2a

2006-08-28 Thread Daniel Holbach
I'd prefer it, if libsexy would just link against libenchant and
wouldn't use that crazy dlopen thing. I don't like to
depends/recommends/suggest on a library package name, but if somebody
wants to upload the change, I won't veto.

-- 
libsexy2 should depend on libenchant1c2a
https://launchpad.net/bugs/48513

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


[Bug 26778] Re: firefox: Javascript, history.dat DoS

2006-08-28 Thread DannyStaple
Running this script did not seem to cause similar problems in Firefox
2.0b1 on Ubuntu Edgy - aka  Firefox 1.99+2.0b1+dfsg-1ubuntu3.

There was obvious slowdown during its run, although it didn't completely
kill the browser, and I was able to let it run for a good 40 minutes
without crashes. I was in subsequent tests able to close the tab/window
it was running on, albeit slowly, and also to interact with other
tabs/windows.

I also did not observe a slow or in any way hampered start when
restarting Firefox, although the very long title page was shown in the
history list.

Can this still be seen in Firefox 1.5.0.5 on Dapper even?

-- 
firefox: Javascript, history.dat  DoS
https://launchpad.net/bugs/26778

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


[Bug 56343] Re: png and jpg thumbnails are different size and border

2006-08-28 Thread Daniel Holbach
Confirmed with nautilus 2.15.92.1. If somebody wants to forward this
upstream, please check for possible dupes.

** Changed in: nautilus (Ubuntu)
   Importance: Untriaged = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Needs Info = Confirmed

-- 
png and jpg thumbnails are different size and border
https://launchpad.net/bugs/56343

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


[Bug 41915] Re: nautilus-sendto crashes on startup - compiling fixes it

2006-08-28 Thread Daniel Holbach
I asked upstream to review the patch.

** Changed in: nautilus-sendto (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
nautilus-sendto crashes on startup - compiling fixes it
https://launchpad.net/bugs/41915

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


[Bug 57965] Re: crash in evolution when adding appointment

2006-08-28 Thread Sebastien Bacher
Thanks for your bug. The backtrace looks like
http://bugzilla.gnome.org/show_bug.cgi?id=344865 upstream. Could you get
an another one with evolution-dbg and evolution-data-server-dbg
installed?

** Changed in: evolution (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
crash in evolution when adding appointment
https://launchpad.net/bugs/57965

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


[Bug 57967] usplash problems after dapper to edgy upgrade

2006-08-28 Thread vjrj
Public bug reported:

Hi:

After upgrade to edgy, usplash don't work anymore.

I get this error booting:

bogl_init failed opening /dev/fb0: not such file or directory

I'm using kubuntu in powerpc arch.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
usplash problems after dapper to edgy upgrade
https://launchpad.net/bugs/57967

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


[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-28 Thread Michael Bienia
I tried the patch (remove the static declaration) on seahorse
0.9.3-0ubuntu1 and seahorse still segfaults:

(gdb) bt full
#0  0x0044944c in seahorse_ssh_key_get_cannonical_id (
id=value optimized out) at seahorse-ssh-key.c:387
p = (gchar *) 0x5f15db 30:7f:30
hex = (gchar *) 0x5f15d0 openssh:55:30:7f:30
off = 1
ret = value optimized out
[...]
(gdb) frame 0
#0  0x0044944c in seahorse_ssh_key_get_cannonical_id (
id=value optimized out) at seahorse-ssh-key.c:387
387 p[0 - off] = p[0];

That's exactly the same location as with a clean seahorse 0.9.3-0ubuntu1

-- 
[Edgy] seahorse crashed at startup (segmentation fault)
https://launchpad.net/bugs/57433

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


  1   2   3   4   5   6   7   >