[Bug 230174] Re: [Gutsy] ssh installation results in COMPROMISED keys

2008-06-11 Thread web_rebe
Hi there.
Since I had the same problem and didn't find a complete Solution on the Net.
So, I wanted to share my solution with other people having this problem.

The Problem is:
I am running a dapper version of Ubuntu. Since some piece of software (e.g. 
Nagios2)  requires a newer version, someone added this to the source.list (e.g. 
hardy).
Within the Installation of the software, it seems that libssl also updated to a 
newer version. 
Since the modified entries from the sources.list were removed imidiatly or the 
updates-repository for this version weren't added,  the update isn't executed 
for the newer Version of libssl.

Solution is:
Install newest openssh-server / openssh-client
If the keygeneration does not work, see which libssl-version is installed 
(gutsy, feisty, hardy etc.) and add the corresponding update-repository to the 
source.list.
Running  apt-get update; apt-get install libssl0.9.8 should then update to the 
latest update-version.
Now, keygeneration should be fine.

I put exactly this way (except SSH Installation) into a bash script. 
Running it solved, the Problem on all of my machines. 
Please make sure - if running it - that all it only updates libssl0.9.8. If it 
tells you that it has to remove some stuff you should overthink it again.
On all of my machines, it only updated libssl0.9.8 and worked fine.

Have fun




** Attachment added: Script for updating libssl
   http://launchpadlibrarian.net/15194957/update_libssl_version.sh

-- 
[Gutsy] ssh installation results in COMPROMISED keys
https://bugs.launchpad.net/bugs/230174
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 239144] [NEW] package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-06-11 Thread vivichrist
Public bug reported:

just install Mythtv again entered in the root password and got the
message about the mythtv-network password and then 

ProblemType: Package
Architecture: i386
Date: Wed Jun 11 23:19:21 2008
DistroRelease: Ubuntu 8.04.1
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: mysql-server-5.0 5.0.51a-3ubuntu5.1
PackageArchitecture: i386
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.24-19-rt i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/239144
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 238516] Re: XSS issues in Nagios CGI (CVE-2007-5803)

2008-06-11 Thread Bug Watch Updater
** Changed in: nagios3 (Debian)
   Status: Fix Committed = Fix Released

-- 
XSS issues in Nagios CGI (CVE-2007-5803)
https://bugs.launchpad.net/bugs/238516
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

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


[Bug 215904] Re: [SRU] (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-06-11 Thread Brad Johnson
Do you think the backtrace in bug #239184 is related to this bug?

-- 
[SRU] (ITS#5518) Assertion error in io.c:234: ber_flush2 
https://bugs.launchpad.net/bugs/215904
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

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


[Bug 239048] Re: apache2 conf.d and sites-enabled oops

2008-06-11 Thread tgpae
Update: Checking my config history, this was not introduced when I
thought it was.  I merely hadn't restarted apache after putting
everything in version control.

The base principle still applies: one should not have the default
configuration preclude revision control.  Checking on things further,
Subversion (svn) also puts a subdirectory in each managed directory.

** Description changed:

  Binary package hint: apache2.2-common
  
  In the latest apache2 default config files, the last lines are
  
  # Include generic snippets of statements
  Include /etc/apache2/conf.d/
  
  # Include the virtual host configurations:
  Include /etc/apache2/sites-enabled/
  
  Any serious web server has its files under version control.  I believe
  many version control packages add additional files to the directory; at
  least CVS, RCS, and SCCS do - CVS adds a CVS directory, with a few
  special files to point back to the repository, and the other two
  actually store all of the repositories within a subdirectory.  The two
  include lines above will attempt to load all of these revision-control
  related files as apache config files, which will not work.
  
  
  I've kludged this for my system with the following, which has me back up and 
running:
  
  # Include generic snippets of statements
  Include /etc/apache2/conf.d/[a-z]*
  
  # Include the virtual host configurations:
  Include /etc/apache2/sites-enabled/*-*
  
  
- This problem is in apache2-common 2.2.8-1ubuntu0.2; it was not in 
apache2-common 2.2.8-1ubuntu0.1.
+ This problem is in apache2-common 2.2.8-1ubuntu0.2.
+ Edit: it was also in apache2-common 2.2.8-1ubuntu0.1.

-- 
apache2 conf.d and sites-enabled oops
https://bugs.launchpad.net/bugs/239048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 237894] Re: I cannot connect to any server. Conection hangs up at channel 0: open confirm rwindow 0 rmax 32768

2008-06-11 Thread BlueRayGuy
My good luck went away after the next update, though it's not clear what
the update had to do with it. Unfortunately, I don't have time to dig
into it now. Hopefully, someone with more expertise in OpenSSH can help.

-- 
I cannot connect to any server. Conection hangs up at channel 0: open confirm 
rwindow 0 rmax 32768
https://bugs.launchpad.net/bugs/237894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 176015] Re: BGP MD5 support regression

2008-06-11 Thread Martin Pitt
Thanks for testing! Copied to hardy-updates.

** Tags added: verification-done

** Tags removed: verification-needed

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

-- 
BGP MD5 support regression
https://bugs.launchpad.net/bugs/176015
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga in ubuntu.

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


[Bug 238516] Re: XSS issues in Nagios CGI (CVE-2007-5803)

2008-06-11 Thread Thierry Carrez
nagios3 updated in Debian unstable to 3.0.2-1, waiting for autosync.

-- 
XSS issues in Nagios CGI (CVE-2007-5803)
https://bugs.launchpad.net/bugs/238516
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

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


[Bug 237688] Re: [SRU] openldap 2.4.9 from 8.04.1.

2008-06-11 Thread Martin Pitt
The recent upload just says Resynchronize dependencies with the hardy
version., which is not acceptable as a changelog for an SRU. Also, the
version number is 2.4.9-0ubuntu0.804.2, it only needs to be
2.4.9-0ubuntu0.804.1 or even 2.4.9-0ubuntu0.804 (also,
2.4.9-0ubuntu0.8.04 is common practice). You should just do the
dependency change and reupload it as 2.4.9-0ubuntu0.8.04 with a complete
SRU-conformant changelog (describe the changes in 2.4.9, reference the
LP # bugs, etc.).

I rejected 2.4.9-0ubuntu0.804.2 from the queue.

-- 
[SRU] openldap 2.4.9 from 8.04.1.
https://bugs.launchpad.net/bugs/237688
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

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


[Bug 239299] [NEW] nowait config option in inetd.conf is error with xinetd

2008-06-11 Thread Tim Richardson
Public bug reported:

I updgraded to xinetd
In the logs, I saw this:

Jun 12 07:11:54 antec xinetd[9605]: inetd.conf - Bad value for wait:
nowait.400 [file=/etc/inetd.conf] [line=39]

line 39 is

swatstream  tcp nowait.400  root/usr/sbin/tcpd
/usr/sbin/swat

swat is 3.0.28a-1ubuntu4.1

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

-- 
nowait config option in inetd.conf is error with xinetd
https://bugs.launchpad.net/bugs/239299
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 237391] Re: ssh-keygen should default to dsa not rsa

2008-06-11 Thread Colin Watson
Note also that there is already some commentary on key sizes in the ssh-
keygen manual page:

  For RSA keys, the minimum size is 768 bits and the default is 2048
bits.  Generally, 2048 bits is considered sufficient.  DSA keys must be
exactly 1024 bits as specified by FIPS 186-2.

-- 
ssh-keygen should default to dsa not rsa
https://bugs.launchpad.net/bugs/237391
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 117182] Re: Something in amavisd-new chain converts iso-8859-1 message parts to UTF-8

2008-06-11 Thread Scott Kitterman
It looks like we have the newer Perl module in Intrepid.

** Changed in: amavisd-new (Ubuntu)
   Status: New = Fix Released

-- 
Something in amavisd-new chain converts iso-8859-1 message parts to UTF-8
https://bugs.launchpad.net/bugs/117182
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 49836] Re: Amavis sa-learn cron job goes to wrong home directory when NG was installed before new.

2008-06-11 Thread Scott Kitterman
amavis-ng is long dead and upgrades from Feisty to Intrepid won't be
supported, so marking won't fix.

** Changed in: amavisd-new (Ubuntu)
 Assignee: MOTU (motu) = (unassigned)
   Status: Confirmed = Won't Fix

-- 
Amavis sa-learn cron job goes to wrong home directory when NG was installed 
before new.
https://bugs.launchpad.net/bugs/49836
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 188754] Re: rules for amavisd-new are not catching all mails

2008-06-11 Thread Scott Kitterman
I'll include this with the new amavisd-new 2.6 in Intrepid.

** Changed in: amavisd-new (Ubuntu)
 Assignee: (unassigned) = Scott Kitterman (kitterman)
   Status: Triaged = In Progress

-- 
rules for amavisd-new are not catching all mails 
https://bugs.launchpad.net/bugs/188754
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 55723] Re: Missing X-Spam-* headers

2008-06-11 Thread Adam Sommer
Discussed on IRC with ScottK, and I'll add information concerning the
@local_domains_* and $mydomain to the Server Guide for Intrepid.

Thanks,
Adam

-- 
Missing X-Spam-* headers
https://bugs.launchpad.net/bugs/55723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 119295] Re: OpenSSH should support VIA PadLock

2008-06-11 Thread Craig Ringer
** Description changed:

  VIA PadLock is a hardware cryptography engine for AES and SHA1/256.
  
- OpenSSH should support PadLock. Initial work on PadLock support has already 
been done:
+ OpenSSH should support PadLock. Upstream OpenSSH versions do support
+ padlock, and a working patch exists in openssh-portable bug #1437 (see
+ remote bug watches) as of 4.9p1. The patch applies and works fine in
+ 4.7p1.
+ 
+ A small bugfix patch to the version of OpenSSL in Ubuntu is also
+ required for this to work. The bugfix is included in OpenSSL upstream
+ 0.9.8h. It applies fine and works fine on 0.9.8g.
+ 
+ Initial work on PadLock support was done some time ago:
  http://www.logix.cz/michal/devel/padlock/

-- 
OpenSSH should support VIA PadLock
https://bugs.launchpad.net/bugs/119295
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 119294] Re: OpenSSL should support VIA PadLock

2008-06-11 Thread Craig Ringer
Upstream bug:

http://rt.openssl.org/Ticket/Display.html?id=1668user=guestpass=guest

Though the bug hasn't been closed, the patch has been applied to 0.9.8h
as is trivially verifiable by examination of the source.

** Also affects: openssh (Ubuntu)
   Importance: Undecided
   Status: New

-- 
OpenSSL should support VIA PadLock
https://bugs.launchpad.net/bugs/119294
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 188754] Re: rules for amavisd-new are not catching all mails

2008-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package amavisd-new - 1:2.6.0-1ubuntu1

---
amavisd-new (1:2.6.0-1ubuntu1) intrepid; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
- Updated logcheck/ignore.d.server/amavisd-new (LP: #188754)
- Add libmail-dkim-perl (= 0.31) to recommends for new DKIM based
  whitelisting
- Added 81_fqdn-warning.dpatch so that correct config file path for
  Debian/Ubuntu is displayed if it needs to be set manually
  - Renumbered from 71 to put it after the new Debian patch
  - Added patch description
- Add commented out $myhostname definition to debian/etc/conf.d05-node_id
  so that it will be easier for people who don't know Perl syntax to set
- Updated debian/patches/40_fix_paths.dpatch to use the new path
  (/var/lib) for amavis-release
- Remove amavisd-new-milter package for transition to Main
  - Remove libmilter-dev from build-dep
  - Comment out debian/rules related to amavisd-new-milter
- Change maintainer to Ubuntu Core Developers

amavisd-new (1:2.6.0-1) unstable; urgency=low

  * New upstream version
  * Updated debconf translations:
- German. Closes: #448244
- Finnish. Closes: #480503
- Italian. Closes: #480508
- Russian. Closes: #480622
- Basque. Closes: #481550
Thanks to all translators and Christian Perrier for their work.

 -- Scott Kitterman [EMAIL PROTECTED]   Wed, 11 Jun 2008 21:07:08
-0400

** Changed in: amavisd-new (Ubuntu)
   Status: In Progress = Fix Released

-- 
rules for amavisd-new are not catching all mails 
https://bugs.launchpad.net/bugs/188754
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 239088] [NEW] OpenOffice -- soffice.bin: ../../src/xcb_io.c:350: _XReply: Assertion `!dpy-xcb-reply_data' failed.

2008-06-11 Thread Chris
Public bug reported:

When typing openoffice into a terminal window (as normal user, not root)
OpenOffice would open up normally. When calling it from the menu
Applications | Office | OpenOffice.org Writer or typing openoffice
-writer the program crashes.

OpenOffice is version 2.4
Ubuntu is version 8.04 with all updates.
CPU is Intel Centrino Duo

[EMAIL PROTECTED]:~$ soffice.bin: ../../src/xcb_io.c:350: _XReply: Assertion 
`!dpy-xcb-reply_data' failed.
Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb5fc1767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb5fc181e]
#2 /usr/lib/libX11.so.6 [0xb6969518]
#3 /usr/lib/libX11.so.6(XCreateWindow+0x26) [0xb6960616]
#4 /usr/lib/libgdk-x11-2.0.so.0(gdk_window_new+0x388) [0xb5f7fe98]
#5 /usr/lib/libgtk-x11-2.0.so.0 [0xb4ea02ea]
#6 /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x4f) [0xb5e3fa4f]
#7 /usr/lib/libgobject-2.0.so.0 [0xb5e31079]
#8 /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129) [0xb5e32759]
#9 /usr/lib/libgobject-2.0.so.0 [0xb5e46975]
#10 /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8c6) [0xb5e48916]
#11 /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29) [0xb5e48c59]
#12 /usr/lib/libgtk-x11-2.0.so.0(gtk_widget_realize+0x8d) [0xb4e8fe4d]
#13 /usr/lib/openoffice/program/libvclplug_gtk680li.so [0xb4fe33c4]
#14 /usr/lib/openoffice/program/libvclplug_gtk680li.so [0xb4fe3de8]
#15 /usr/lib/openoffice/program/libvclplug_gtk680li.so [0xb4fe44e7]
#16 /usr/lib/openoffice/program/libvclplug_gtk680li.so [0xb4fbbdab]
#17 /usr/lib/openoffice/program/libvcl680li.so [0xb7e14194]
#18 /usr/lib/openoffice/program/libvcl680li.so [0xb7da333c]
#19 
/usr/lib/openoffice/program/libvcl680li.so(_ZN9TabDialogC2EP6WindowRK5ResId+0x6f)
 [0xb7de45cf]
soffice.bin: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) 
((xcb_req) - (dpy-request)) = 0)' failed.


Fatal exception: Signal 6
Stack:
/usr/lib/openoffice/program/libuno_sal.so.3[0xb70e7d4b]
/usr/lib/openoffice/program/libuno_sal.so.3[0xb70e7e84]
/usr/lib/openoffice/program/libuno_sal.so.3[0xb70e7efe]
[0xb7f1f420]
/lib/tls/i686/cmov/libc.so.6(abort+0x101)[0xb66c7a01]
/lib/tls/i686/cmov/libc.so.6(__assert_fail+0xee)[0xb66bf10e]
/usr/lib/libX11.so.6[0xb6969324]
/usr/lib/libX11.so.6[0xb69694fd]
/usr/lib/libX11.so.6(XCreateWindow+0x26)[0xb6960616]
/usr/lib/libgdk-x11-2.0.so.0(gdk_window_new+0x388)[0xb5f7fe98]
/usr/lib/libgtk-x11-2.0.so.0[0xb4ea02ea]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x4f)[0xb5e3fa4f]
/usr/lib/libgobject-2.0.so.0[0xb5e31079]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb5e32759]
/usr/lib/libgobject-2.0.so.0[0xb5e46975]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8c6)[0xb5e48916]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb5e48c59]
/usr/lib/libgtk-x11-2.0.so.0(gtk_widget_realize+0x8d)[0xb4e8fe4d]
/usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb4fe33c4]
/usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb4fe3de8]
/usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb4fe44e7]
/usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb4fbbdab]
/usr/lib/openoffice/program/libvcl680li.so[0xb7e14194]
/usr/lib/openoffice/program/libvcl680li.so[0xb7da333c]
/usr/lib/openoffice/program/libvcl680li.so(_ZN9TabDialogC2EP6WindowRK5ResId+0x6f)[0xb7de45cf]
/usr/lib/openoffice/program/libsvx680li.so[0xb1fca677]
/usr/lib/openoffice/program/libsvx680li.so[0xb21ccf0a]
/usr/lib/openoffice/program/libsvx680li.so[0xb21ce828]
/usr/lib/openoffice/program/soffice.bin(_ZN7desktop19impl_callRecoveryUIEhhh+0x5d8)[0x8074ef8]
/usr/lib/openoffice/program/soffice.bin(_ZN7desktop7Desktop9SaveTasksEv+0x22)[0x80752c2]
/usr/lib/openoffice/program/soffice.bin(_ZN7desktop7Desktop9ExceptionEt+0x2a5)[0x80769d5]
/usr/lib/openoffice/program/libvcl680li.so[0xb7c2c7bb]
/usr/lib/openoffice/program/libvos3gcc3.so(_ZN3vos26signalHandlerFunction_implEPvP13oslSignalInfo+0x18)[0xb7391098]
/usr/lib/openoffice/program/libuno_sal.so.3[0xb70e79b7]
/usr/lib/openoffice/program/libuno_sal.so.3[0xb70e7ee7]
[0xb7f1f420]
/lib/tls/i686/cmov/libc.so.6(abort+0x101)[0xb66c7a01]
/lib/tls/i686/cmov/libc.so.6(__assert_fail+0xee)[0xb66bf10e]
/usr/lib/libX11.so.6(_XReply+0x382)[0xb696a442]
/usr/lib/libX11.so.6(XTranslateCoordinates+0x84)[0xb695f984]
/usr/lib/libgdk-x11-2.0.so.0[0xb5f68516]
/usr/lib/libgdk-x11-2.0.so.0[0xb5f6865b]
/usr/lib/libgdk-x11-2.0.so.0[0xb5f68a6f]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x178)[0xb5daabf8]
/usr/lib/libglib-2.0.so.0[0xb5dade5e]
/usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x6c)[0xb5dae3ac]
/usr/lib/openoffice/program/libvclplug_gtk680li.so[0xb4fbb1f1]
/usr/lib/openoffice/program/libvclplug_gen680li.so(_ZN14X11SalInstance5YieldEbb+0x37)[0xb4b86607]
/usr/lib/openoffice/program/libvcl680li.so(_ZN11Application5YieldEb+0x59)[0xb7c27219]
/usr/lib/openoffice/program/libsvx680li.so[0xb1fde67c]
/usr/lib/openoffice/program/libsvx680li.so[0xb1fca519]
/usr/lib/openoffice/program/libsvx680li.so[0xb21ce4fd]

[Bug 236251] Re: Cecilia Locks up on start

2008-06-11 Thread Ken Sherwood
Ubuntu 8.04 - same problem.

-- 
Cecilia Locks up on start
https://bugs.launchpad.net/bugs/236251
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 213053] Re: Totem is 'uninterruptible'

2008-06-11 Thread Christian Landtag
$ uname -r
2.6.24-18-generic

-- 
Totem is 'uninterruptible'
https://bugs.launchpad.net/bugs/213053
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 233840] Re: Cursor jums when restoring an application from alltray

2008-06-11 Thread Michael B. Trausch
Roman,

I'm not able to reproduce the issue that you're having, with a newer
build of AllTray.  Could you try the build of Alltray which appears to
fix 106583 (in my PPA for the Hardy release, the package version is
0.69-1ubuntu2~ppa1) and let me know if you still experience the issue?

Also, could you give a few more details?  Is this a stock Hardy install
with or without Desktop Effects enabled?

** Changed in: alltray (Ubuntu)
   Status: New = Incomplete

-- 
Cursor jums when restoring an application from alltray
https://bugs.launchpad.net/bugs/233840
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 239091] [NEW] Hardy 8.04 Alt. Install fails with A11 BIOS on Dell GX520

2008-06-11 Thread Zerosity
Public bug reported:

Installing Ubuntu 8.04 Alternate version from CD-ROM on a Dell Optiplex
GX520 with A11 BIOS fails. As soon as the boot loader shows the language
selection screen, the keyboard is locked. I used a Dell USB multimedia
keyboard during these attempts, so I'm not sure if a PS/2 keyboard would
have the same issue. I attempted to change some BIOS settings, but
nothing was working. I still had a Win32 install on the machine, so I
grabbed A10 BIOS from Dell's site and downgraded the BIOS. Attempted the
install again and now it's working great.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Hardy 8.04 Alt. Install fails with A11 BIOS on Dell GX520
https://bugs.launchpad.net/bugs/239091
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 192457] Re: nautilus crashed with SIGSEGV

2008-06-11 Thread Chris
This bug seemed to appear only after the upgrade to 8.04.

** Changed in: nautilus (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/192457
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 234289] Re: Xorg[5390]: segfault at ff01bf90ff rip 7fe31587c55f rsp 7fff2187c008 error 4

2008-06-11 Thread tdn
This has happened a few times now, but I am still not sure exactly what
triggers it.

-- 
Xorg[5390]: segfault at ff01bf90ff rip 7fe31587c55f rsp 7fff2187c008 error 4
https://bugs.launchpad.net/bugs/234289
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 239089] [NEW] Clearing Domain name in network settings does not remove the domain name from hosts

2008-06-11 Thread tommy
Public bug reported:

Binary package hint: gnome-system-tools

Running ubuntu 8.04 Hardy

Steps to reproduce:

* Open network settings via System  Administration  Network, and click on the 
General tab.
* Type something into the Domain name field
- this is appended to the computer name in the Hosts tab
* clear the Domain name field
- entry in hosts tab does not have the domain cleared

This might be related to https://bugs.launchpad.net/ubuntu/+source
/gnome-system-tools/+bug/122948

It is fairly serious as it causes gksudo to stop working (probably
related to https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/19775 )

If someone is attempting to set up a windows network, this is the place
they will try to input their workgroup name, as there does not appear to
be any easily accessible GUI way of doing this anymore. Because of this,
attempts to set up a windows network are quite likely to leave a system
broken.

** Affects: gnome-system-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Clearing Domain name in network settings does not remove the domain name from 
hosts
https://bugs.launchpad.net/bugs/239089
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 111282] Re: wired ethernet not available on resume from sleep

2008-06-11 Thread nullack

** Attachment added: My lspci
   http://launchpadlibrarian.net/15188972/mylspci.txt

-- 
wired ethernet not available on resume from sleep
https://bugs.launchpad.net/bugs/111282
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 239067] Re: banshee package has misspelled name -- offical

2008-06-11 Thread Nick Ellery
I don't seem to have a banshee-offical-plugins package in Hardy.. what
version are you currently using?

-- 
banshee package has misspelled name -- offical
https://bugs.launchpad.net/bugs/239067
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 239080] Re: completion does not complete commands after 'gksudo'

2008-06-11 Thread Mika Fischer
Thanks for the patch. I'll include it in the next upload!

** Changed in: bash-completion (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Mika Fischer (zoop)
   Status: Confirmed = In Progress

-- 
completion does not complete commands after 'gksudo'
https://bugs.launchpad.net/bugs/239080
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 205370] Re: FTP Transfer from whole directorys fails

2008-06-11 Thread Savvas Radević
One person confirmed that it fixes the bug, let's hope we don't get any 
negative replies on this one:
https://admin.fedoraproject.org/updates/F9/FEDORA-2008-5197

-- 
FTP Transfer from whole directorys fails
https://bugs.launchpad.net/bugs/205370
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: [Bug 233942] Re: genisoimage generates wrong DVD-Video images

2008-06-11 Thread Serhiy Kachanuk
See http://packages.ubuntu.com/source/intrepid/cdrkit
But indeed nothing related to iso images creation...

-- 
genisoimage generates wrong DVD-Video images
https://bugs.launchpad.net/bugs/233942
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 232417] Re: Scrambled Fonts in Firefox 3 and Gimp after TT Font Installation

2008-06-11 Thread bobp
1.  Open Firefox 3 Beta 5 browser via the command line:  
snip
[EMAIL PROTECTED]:~$ firefox
/snip

2.  Expect normal behavior.

3.  Firefox has no fonts in its menus.  The following info appears in the 
console:
snip

(firefox:5877): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Bitstream Vera Sans 9'

(firefox:5877): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Bitstream Vera Sans 9'

(firefox:5877): Pango-WARNING **: shaping failure, expect ugly output. 
shape-engine='BasicEngineFc', font='Bitstream Vera Sans 9', text='English Hello'
/snip

-- 
Scrambled Fonts in Firefox 3 and Gimp after TT Font Installation
https://bugs.launchpad.net/bugs/232417
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 232417] Re: Scrambled Fonts in Firefox 3 and Gimp after TT Font Installation

2008-06-11 Thread bobp
Same behavior with the Gimp:

1.  Start it from the command line in a console window
2.  Expect normal behavior
3.  No text characters are observable in the program. Each text character has 
been replaced with a little square.

Console output:

[EMAIL PROTECTED]:~$ gimp

(gimp:6024): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Bitstream Vera Sans Bold 9'

(gimp:6024): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Bitstream Vera Sans Bold 9'

(gimp:6024): Pango-WARNING **: shaping failure, expect ugly output.
shape-engine='BasicEngineFc', font='Bitstream Vera Sans Bold 9',
text='English Hello'

(gimp:6024): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Bitstream Vera Sans 9'

(gimp:6024): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Bitstream Vera Sans 9'

(gimp:6024): Pango-WARNING **: shaping failure, expect ugly output.
shape-engine='BasicEngineFc', font='Bitstream Vera Sans 9',
text='English Hello'

(gimp:6024): Pango-WARNING **: failed to create cairo scaled font,
expect ugly output. the offending font is 'Bitstream Vera Sans Oblique
9'

(gimp:6024): Pango-WARNING **: shaping failure, expect ugly output.
shape-engine='BasicEngineFc', font='Bitstream Vera Sans Oblique 9',
text='You can drop dockable dialogs here'

-- 
Scrambled Fonts in Firefox 3 and Gimp after TT Font Installation
https://bugs.launchpad.net/bugs/232417
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 231399] Re: rhythmbox will not play music from cd

2008-06-11 Thread bingnet
Same problem here. I had meddled with ALSA and PulseAudio settings,
since upgrading to Hardy, while trying to make audio capture work. I was
unsuccessful, and may have broken Rhythmbox somehow. I have also messed
with codecs and the medibuntu repo since then, trying to fix DVD
playback, which was successful, but also may have broken Rhythmbox. Is
there any conf I can upload that will help?

-- 
rhythmbox will not play music from cd
https://bugs.launchpad.net/bugs/231399
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 222038] Re: Firestarter fails to run on locales other than English

2008-06-11 Thread Bug Watch Updater
** Changed in: firestarter
   Status: New = Confirmed

-- 
Firestarter fails to run on locales other than English
https://bugs.launchpad.net/bugs/222038
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 239093] [NEW] pinnacle nano usb dvbt 73e fail driver and working in Ubuntu 7.10

2008-06-11 Thread Lucas
Public bug reported:

Binary package hint: dvb-driver-source

This is the dmesg of the system: Can't get usb pinnacle nano dvb-t stick 73e  
working in Linux Ubuntu 7.10: see end: drivers can be found and installing how 
and what is difficult : would be nice to have a workable solution in Ubuntu 
7.10. and furtheron.
 
[0.00]  BIOS-e820:  - 0009f800 (usable)
[0.00]  BIOS-e820: 0009f800 - 000a (reserved)
[0.00]  BIOS-e820: 000f - 0010 (reserved)
[0.00]  BIOS-e820: 0010 - 8bef (usable)
[0.00]  BIOS-e820: 8bef - 8bef3000 (ACPI NVS)
[0.00]  BIOS-e820: 8bef3000 - 8bf0 (ACPI data)
[0.00]  BIOS-e820: e000 - f000 (reserved)
[0.00]  BIOS-e820: fec0 - 0001 (reserved)
[0.00] 1342MB HIGHMEM available.
[0.00] 896MB LOWMEM available.
[0.00] found SMP MP-table at 000f46e0
[0.00] Entering add_active_range(0, 0, 573168) 0 entries of 256 used
[0.00] Zone PFN ranges:
[0.00]   DMA 0 - 4096
[0.00]   Normal   4096 -   229376
[0.00]   HighMem229376 -   573168
[0.00] early_node_map[1] active PFN ranges
[0.00] 0:0 -   573168
[0.00] On node 0 totalpages: 573168
[0.00]   DMA zone: 32 pages used for memmap
[0.00]   DMA zone: 0 pages reserved
[0.00]   DMA zone: 4064 pages, LIFO batch:0
[0.00]   Normal zone: 1760 pages used for memmap
[0.00]   Normal zone: 223520 pages, LIFO batch:31
[0.00]   HighMem zone: 2685 pages used for memmap
[0.00]   HighMem zone: 341107 pages, LIFO batch:31
[0.00] DMI 2.4 present.
[0.00] ACPI: RSDP signature @ 0xC00F8600 checksum 0
[0.00] ACPI: RSDP 000F8600, 0014 (r0 HP-CPC)
[0.00] ACPI: RSDT 8BEF3040, 0030 (r1 HP-CPC AWRDACPI 42302E31 AWRD  
  0)
[0.00] ACPI: FACP 8BEF30C0, 0084 (r2 HP-CPC AWRDACPI 42302E31 AWRD  
  0)
[0.00] ACPI: DSDT 8BEF31C0, 3C55 (r1 HP-CPC AWRDACPI 1000 MSFT  
10E)
[0.00] ACPI: FACS 8BEF, 0040
[0.00] ACPI: MCFG 8BEF6F40, 003C (r1 HP-CPC AWRDACPI 42302E31 AWRD  
  0)
[0.00] ACPI: APIC 8BEF6E80, 0068 (r1 HP-CPC AWRDACPI 42302E31 AWRD  
  0)
[0.00] ATI board detected. Disabling timer routing over 8254.
[0.00] ACPI: PM-Timer IO Port: 0x4008
[0.00] ACPI: Local APIC address 0xfee0
[0.00] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[0.00] Processor #0 15:15 APIC version 16
[0.00] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[0.00] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[0.00] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[0.00] ACPI: IOAPIC (id[0x02] address[0xfec0] gsi_base[0])
[0.00] IOAPIC[0]: apic_id 2, version 33, address 0xfec0, GSI 0-23
[0.00] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[0.00] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level)
[0.00] ACPI: IRQ0 used by override.
[0.00] ACPI: IRQ2 used by override.
[0.00] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[0.00] Using ACPI (MADT) for SMP configuration information
[0.00] Allocating PCI resources starting at 9000 (gap: 
8bf0:5410)
[0.00] Built 1 zonelists.  Total pages: 568691
[0.00] Kernel command line: 
root=UUID=6cf98353-a3ea-4141-bf35-ae11163e57d3 ro quiet splash locale=nl_NL
[0.00] mapped APIC to d000 (fee0)
[0.00] mapped IOAPIC to c000 (fec0)
[0.00] Enabling fast FPU save and restore... done.
[0.00] Enabling unmasked SIMD FPU exception support... done.
[0.00] Initializing CPU#0
[0.00] PID hash table entries: 4096 (order: 12, 16384 bytes)
[0.00] Detected 1790.931 MHz processor.
[   22.029945] Console: colour VGA+ 80x25
[   22.030452] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[   22.031315] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[   22.094629] Memory: 2262496k/2292672k available (1929k kernel code, 29012k 
reserved, 876k data, 348k init, 1375168k highmem)
[   22.094640] virtual kernel memory layout:
[   22.094641] fixmap  : 0xfffa8000 - 0xf000   ( 348 kB)
[   22.094643] pkmap   : 0xff80 - 0xffc0   (4096 kB)
[   22.094644] vmalloc : 0xf880 - 0xff7fe000   ( 111 MB)
[   22.094645] lowmem  : 0xc000 - 0xf800   ( 896 MB)
[   22.094646]   .init : 0xc03c - 0xc0417000   ( 348 kB)
[   22.094648]   .data : 0xc02e2655 - 0xc03bda04   ( 876 kB)
[   22.094649]   .text : 0xc010 - 0xc02e2655   (1929 kB)
[   22.094652] Checking if this processor honours the WP bit even in supervisor 
mode... Ok.
[   22.094703] SLUB: 

[Bug 239007] Re: clue file for bugs without a package

2008-06-11 Thread Markus Korn
My first idea is that this is related to bug 129341 and especially to
bug 109547. However I need to think about this a bit because solving
this will result in changing big parts of the clue-file infrastructure.

Markus

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

-- 
clue file for bugs without a package
https://bugs.launchpad.net/bugs/239007
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 118484] Re: alltray hides applications from gnome-panel desktop switcher

2008-06-11 Thread Michael B. Trausch
Thank you for reporting this bug.  Are you still experiencing this issue
in the latest stable release of the Ubuntu operating system?  Also,
could you please describe in more detail what the problem is, if it is
still happening?

** Changed in: alltray (Ubuntu)
   Status: New = Incomplete

-- 
alltray hides applications from gnome-panel desktop switcher
https://bugs.launchpad.net/bugs/118484
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 238791] Re: New Firefox 3 RC1 update lines on dropdown address bar are now really light since BETA 5

2008-06-11 Thread Rob van der Linde
I've taken screenshots of both Human and Clearlooks in BETA 5 using the
Hardy Live CD, and then again of both themes in RC1 when Firefox 3 is
updated via the repositories, and put them in one image for side by side
comparison.

There definitely is a difference between RC1 and BETA 5 as the
screenshots show, even in Human, but it's most noticeable in Clearlooks
as it's at the lines appear at their lightest there.

Should it not be considered looking at anyway, I mean Clearlooks is the
default Gnome theme, every Linux distro has Clearlooks on it, and a lot
of people who do not like brown are going to choose Clearlooks as their
theme anyway right after they installed Ubuntu, since it's pre-installed
in Hardy, and currently in RC1 the entire dropdown looks like one white
slab with no divider lines, especially on older LCD's where you cannot
distinguish between light grey and white.

The only other way out, would be a userChrome.css hack otherwise.

** Attachment added: firefox3_locationbar_dropdown.png
   http://launchpadlibrarian.net/15189237/firefox3_locationbar_dropdown.png

-- 
New Firefox 3 RC1 update lines on dropdown address bar are now really light 
since BETA 5
https://bugs.launchpad.net/bugs/238791
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 226068] Re: Dark themes won't work

2008-06-11 Thread Yasha Davidov
I confirm this.

You can easily reproduce this for example like this:
1. Select Human theme.
2. Select Darklooks theme
3. log out
4. log in
5. open any gtk application (nautilus for example)
What happens:
all  contols look bright again
What should happen:
all controls should look dark

** Changed in: ubuntu
   Status: New = Confirmed

-- 
Dark themes won't work
https://bugs.launchpad.net/bugs/226068
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: [Bug 221480] Re: slideshow mode

2008-06-11 Thread matt_ribat

No everything seems to be OK right now - but there were lots of update since. 
Unfortunately I don't know which update fix it...
Best,

Mathieu

 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Fri, 6 Jun 2008 01:53:34 +
 Subject: [Bug 221480] Re: slideshow mode
 
 I can't reproduce this problem on my machine do you still have this
 problem with hardy-proposed 1:2.4.1~rc2-1ubuntu1?
 
 Thanks,
 
 Chris Cheney
 
 ** Changed in: openoffice.org (Ubuntu)
Status: New = Incomplete
 
 -- 
 slideshow mode
 https://bugs.launchpad.net/bugs/221480
 You received this bug notification because you are a direct subscriber
 of the bug.

_
Caroline vient de mettre à jour son profil Messenger ! Connectez-vous !
http://login.live.com/login.srf?wa=wsignin1.0rpsnv=10ct=1198837564rver=4.0.1534.0wp=MBIwreply=http:%2F%2Fhome.services.spaces.live.com%2Flc=1036id=73625

** Attachment added: unnamed
   http://launchpadlibrarian.net/15189241/unnamed

-- 
slideshow mode
https://bugs.launchpad.net/bugs/221480
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 128683] Re: Alltray, Beryl, Feisty - Shows window but leaves it underneath all other windows

2008-06-11 Thread Michael B. Trausch
Thank you for taking the time to report this bug and improve Ubuntu.  Do
you still experience this issue running Compiz on the latest release,
Ubuntu 8.04 LTS?  If so, could you also specify which desktop
environment you are using?

** Changed in: alltray (Ubuntu)
   Status: New = Incomplete

-- 
Alltray, Beryl, Feisty - Shows window but leaves it underneath all other windows
https://bugs.launchpad.net/bugs/128683
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 127714] Re: alltray crashed with signal 5 in gdk_x_error()

2008-06-11 Thread Michael B. Trausch
Thank you for reporting this bug and helping to improve Ubuntu.  Do you
still experience this issue with an updated version of Alltray, such as
the one that is in the current stable release, Ubuntu 8.04 LTS?  If so,
could you provide more information, such as which desktop environment
you are running and whether or not Desktop Effects is enabled?

** Changed in: alltray (Ubuntu)
   Status: New = Incomplete

-- 
alltray crashed with signal 5 in gdk_x_error()
https://bugs.launchpad.net/bugs/127714
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 34501] Re: touchpad lockup/drag

2008-06-11 Thread Rocko
The touchpad on my almost brand-new XPS M1530 running Ubuntu 8.04 amd64
worked just fine until today when it started acting crazy, shooting the
pointer all over the place and randomly generating mouse button presses
whenever I tried using it. The only recent system change I have made is
to recompile and reinstall a patched wine rc4.

Axel's suggested workaround, ie using the i8042.nomux kernel option, has
fixed the problem so far.

Note that when the touchpad is acting this way, Xorg.log reports that it
can't find a synaptics touchpad (normally it succeeds) and lots of
pmouse.c parity/timeout errors get generated in syslog. Restarting X and
even rebooting doesn't fix the problem.

kernel 2.6.24-19-generic
xserver-xorg-input-synaptics 0.14.7~git20070706-1ubuntu4

-- 
touchpad lockup/drag
https://bugs.launchpad.net/bugs/34501
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 231096] Re: f-spot crashes qhen quitting fullscreen mode.

2008-06-11 Thread ThiloPfennig
Yes, this is still the case.

-- 
f-spot crashes qhen quitting fullscreen mode.
https://bugs.launchpad.net/bugs/231096
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 192888] Re: firefox crashes on flash contents when using libflashsupport

2008-06-11 Thread mneagul
keithyw: for system freezes caused by mplayer/totem/etc please see
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/232275 or fill a new
bug. The bug is fixed in upstream.

-- 
firefox crashes on flash contents when using libflashsupport
https://bugs.launchpad.net/bugs/192888
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 157264] Re: KControl breakes konsole used with alltray

2008-06-11 Thread Michael B. Trausch
Thank you for taking the time to report this bug and improve Ubuntu. Do
you still experience this issue running the latest release, Ubuntu 8.04
LTS?

** Changed in: alltray (Ubuntu)
   Status: New = Incomplete

-- 
KControl breakes konsole used with alltray
https://bugs.launchpad.net/bugs/157264
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 238991] Sponsor Request

2008-06-11 Thread Daniel Holbach
Sebastien: can you please take a look at it?

-- 
please sponsor devhelp ftbfs fixes
https://bugs.launchpad.net/bugs/238991
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: [Bug 192653] Re: firefox 3 session restore and undo closed tab missing

2008-06-11 Thread Alexander Sack
On Wed, Jun 11, 2008 at 04:59:57AM -, c0mp13371331337 wrote:
 I can confirm this bug on a fresh Hardy install, no tab-mix plus
 whatsoever.
 
 The odd thing is, I can use File  Quit or Ctrl+Q and when I restart
 firefox, it opens my previous session.  However, using the window
 manager's close button (X) or Alt+F4 (my primary method of closing
 windows), it does not restore the session and I get the aforementioned
 error message in the error console.
 

anyone can confirm that file - Quit works, but Alt+F4 not? for me
both options work.

 status incomplete

 - Alexander


** Changed in: firefox-3.0 (Ubuntu)
   Status: Fix Released = Incomplete

-- 
firefox 3 session restore and undo closed tab missing
https://bugs.launchpad.net/bugs/192653
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 158408] Re: Program minimized with alltray does not come back into view.

2008-06-11 Thread Michael B. Trausch
Is this still a problem with Hardy Heron, or with the testing package
available on https://edge.launchpad.net/~mtrausch/+archive for the Hardy
release?  I've attempted to duplicate it there, but am not able to do
so; when I minimize the window and then click my tray icon, the window
comes back (becomes un-minimized, but doesn't dock) which seems to be
the right thing to do there.

When I run it with -stask, the minimize button appears to behave similar
to the close button on the window, in that the window disappears and
clicking on the Alltray icon for it will bring it back.

** Changed in: alltray (Ubuntu)
   Status: New = Incomplete

-- 
Program minimized with alltray does not come back into view.
https://bugs.launchpad.net/bugs/158408
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 34376] Re: missing main/debian-installer in repo causes debmirror to fail

2008-06-11 Thread Net Venture
Ingo: Using 3 debmirror statements is ok as long as you don't cleanup
the mirror. But if you use a --cleanup (or post cleanup) then the last
debmirror statement will deem the files downloaded by the previous
statements as unneeded and hence, delete them.

Brak:

I've switched to using apt-mirror. There are some inconveniences 
1: using a different mirror server for the same repo (ex: hardy) will result in 
a complete download of the repo
2: a slightly complex directory structure

If you want to use apt-mirror, here is what you can do:
$ sudo apt-get install apt-mirror
$ delete all the lines in /etc/apt/mirror.list and replace with the following:
==Cut Here=
# config ##
#
set base_path/home/Repository-hardy
#
# if you change the base path you must create the directories below with write 
privlages
#
set mirror_path  $base_path/mirror
set skel_path$base_path/skel
set var_path $base_path/var
set cleanscript $var_path/clean.sh
# set defaultarch  running host architecture
set nthreads 20
set tilde 0
#
# end config ##

deb http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu hardy-updates main restricted universe 
multiverse
deb http://archive.ubuntu.com/ubuntu hardy-backports main restricted universe 
multiverse
deb http://archive.ubuntu.com/ubuntu hardy-security main restricted universe 
multiverse

deb http://archive.ubuntu.com/ubuntu hardy main/debian-installer 
restricted/debian-installer universe/debian-installer 
multiverse/debian-installer
#deb http://archive.ubuntu.com/ubuntu hardy-updates main/debian-installer 
restricted/debian-installer universe/debian-installer
#deb http://archive.ubuntu.com/ubuntu hardy-backports main/debian-installer
#deb http://archive.ubuntu.com/ubuntu hardy-security main/debian-installer 
universe/debian-installer
==Cut Here=

As you can see, the debian-installer for hardy-updates, backports and
security have been commented out. This is because they are not available
on the server yet (at the time of this writing). You need to check
manually on the server occasionally and then enable them in the
mirror.list file.

This debmirror issue has not been resolved even after nearly 2 years. I
hope that someone gets to fix it and make it a better alternative to
apt-mirror.

--NV

-- 
missing main/debian-installer in repo causes debmirror to fail
https://bugs.launchpad.net/bugs/34376
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 239036] ACK of sync request

2008-06-11 Thread Daniel Holbach
ACKed.

-- 
Please sync gpsk31 0.4.2-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/239036
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: [Bug 239031] [NEW] Cannot save image in Firefox 3.0 Ubuntu 8.04

2008-06-11 Thread Alexander Sack
On Wed, Jun 11, 2008 at 12:20:45AM -, AbdRahim wrote:
 Public bug reported:
 
 Binary package hint: firefox-3.0
 
 Get no response to an attempt to save an image. It does not open a
 window to saveit anywhere.

Firefox saves things to your default Download location (set in Edit -
Preferences)

 status invalid

 - Alexander


** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Invalid

-- 
Cannot save image in Firefox 3.0 Ubuntu 8.04
https://bugs.launchpad.net/bugs/239031
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: [Bug 239013] Re: firefox error notification after upgrade

2008-06-11 Thread Alexander Sack
On Wed, Jun 11, 2008 at 02:35:56AM -, Gabriel Ruiz wrote:
 ** Changed in: firefox-3.0 (Ubuntu)
 Sourcepackagename: None = firefox-3.0
  Assignee: (unassigned) = Gabriel Ruiz (anakron)
 

This is known to be fixed by restarting firefox (or re-login).

 status invalid

 - Alexander


** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Invalid

-- 
firefox error notification after upgrade
https://bugs.launchpad.net/bugs/239013
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 238051] ACK of sync request

2008-06-11 Thread Daniel Holbach
ACKed.

-- 
Please sync fwbuilder 2.1.19-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/238051
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 192963] Re: Alltray close button minimizes to notification area does not work when window button arrangement has been chagned from default.

2008-06-11 Thread Michael B. Trausch
Reproducible in Hardy with the latest available Alltray package and the
Metacity window manager under GNOME.  Does not occur, however, when
Compiz is the window manager.

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

-- 
Alltray close button minimizes to notification area does not work when window 
button arrangement has been chagned from default.
https://bugs.launchpad.net/bugs/192963
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: [Bug 238956] Re: Canvas uge CPU usage

2008-06-11 Thread Alexander Sack
On Wed, Jun 11, 2008 at 12:14:17AM -, bart99 wrote:
 ok Alexander,
 you are right, disabling the non-free drivers all works fine. Now the 
 question is why?
 thanks very much for your activity on this report

Most likely a bug in the XAA implementation of the non-free drivers
xorg part.

 - Alexander


** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
Sourcepackagename: firefox-3.0 = linux-restricted-modules-2.6.24
   Status: Incomplete = Confirmed

** Summary changed:

- Canvas uge CPU usage
+ [nvidia] Canvas huge CPU usage

** Tags removed: canvas

** Summary changed:

- [nvidia] Canvas huge CPU usage
+ [nvidia] Firefox Canvas CPU usage

-- 
[nvidia] Firefox Canvas CPU usage
https://bugs.launchpad.net/bugs/238956
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 238789] Re: kernel 2.6.24-19

2008-06-11 Thread Dimitrios Symeonidis
Dear Giovanni, thank you for reporting this bug and helping make Ubuntu
better.

Ok, so you can boot with kernel version 2.6.24-18 but not 2.6.24-19.

We are going to need to know the hardware included in your system, and any 
error messages the kernel issues.
Booting the working -18 kernel, please run the following 4 commands, and attach 
the resulting files.
 *   uname -a  uname-a.log
 *   cat /proc/version_signature  version.log
 *   dmesg  dmesg.log
 *   sudo lspci -vvnn  lspci-vvnn.log

It would also help to know any error messages from the -19 kernel. In
/boot/grub/menu.lst, you don't need to comment out the -19 kernel, just
change the default option (right at the top) from 0 (1st kernel in the
list) to probably something like 2, which should be the -18 kernel (3rd
in the list). Then try booting the -19 kernel without the quiet and
splash options, and tell us any error messages you see (taking a
screenshot with a digital camera, or even writing them down by hand and
typing them in here is also fine...

Thank you for your help

-- 
kernel 2.6.24-19
https://bugs.launchpad.net/bugs/238789
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 237726] Re: Please merge streamtuner 0.99.99-13 (universe) from Debian unstable (main)

2008-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package streamtuner - 0.99.99-13ubuntu1

---
streamtuner (0.99.99-13ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes (LP: #237726):
- Move yelp from Suggests to Recommends and add xmms to the
  former (LP: #104296).
- Update Maintainer field to match Debian-Maintainer-Spec.

streamtuner (0.99.99-13) unstable; urgency=low

  * Remove bashism in debian/rules (Closes: #484446)

 -- Nathan Handler [EMAIL PROTECTED]   Thu, 05 Jun 2008
14:27:14 -0500

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

-- 
Please merge streamtuner 0.99.99-13 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/237726
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 215511] Re: [MASTER] crash in [EMAIL PROTECTED]@[EMAIL PROTECTED] with SIGSEGV

2008-06-11 Thread Alexander Sack
Next, search for similar crashes in breakpad.

** Summary changed:

- firefox crashed with SIGSEGV in __kernel_vsyscall()
+ [MASTER] crash in [EMAIL PROTECTED]@[EMAIL PROTECTED] with SIGSEGV

** Visibility changed to: Public

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

-- 
[MASTER] crash in [EMAIL PROTECTED]@[EMAIL PROTECTED] with SIGSEGV
https://bugs.launchpad.net/bugs/215511
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 198528] Re: starting emacs with alltray freezes buffer window

2008-06-11 Thread Michael B. Trausch
Confirmed on Hardy, with Compiz enabled; there is still errant behavior
as well when using Metacity, but Emacs is functional save for the fact
that it refuses to minimize.  This is also emacs-snapshot-gtk; I am not
sure if regular emacs would experience the problem or not.

At first, it looks like when Emacs starts Alltray detects two windows,
and the real Emacs window isn't the one being captured.  If that's the
case, then this isn't a bug in Alltray, per sé; it just means that to
dock Emacs, one would have to always use Alltray in click mode, starting
Emacs first, and Alltray second, and then grabbing the window.  There
are a few other applications that will do something like pop up a
useless window first, and since Alltray latches onto the first window
created by the application, that causes some side effects.

If this is correct (I or someone else will have to take a look at the
Emacs sources to see if this is in fact the case), then this would be a
bug only in that Alltray probably should have a different policy in the
way that it attempts to intercept the events for applications.

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

-- 
starting emacs with alltray freezes buffer window
https://bugs.launchpad.net/bugs/198528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 148454] Re: console-kit-deamon spawns too many threads

2008-06-11 Thread aquo
Martin, could you please proof that the 60 console-kit-threads don't
slow down a computer? Please consider slower computers with low
ressources as well.

-- 
console-kit-deamon spawns too many threads
https://bugs.launchpad.net/bugs/148454
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 111282] Re: wired ethernet not available on resume from sleep

2008-06-11 Thread Erik Andrén
Instead of rebooting, have you tried just reloading the kernel module?
I.e 
sudo rmmod e1000
sudo modprobe e1000

-- 
wired ethernet not available on resume from sleep
https://bugs.launchpad.net/bugs/111282
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 135548] Re: [Gutsy] Action on critical battery isn't triggered - regression

2008-06-11 Thread Joakim Andersson
As far as I could tell from the code, Anoop P B has the correct solution
(which I can see from the output of my g-p-m).

If the battery profile of the (primary) battery isn't good enough
(accuracy less than 40%), no action will be taken, and no warnings will
be shown. This is true even if use_time_for_policy is disabled, which is
just plain stupid. It's also quite unacceptable for most cases, since it
can cause both data loss and file system corruption if the user doesn't
shut down manually in time.

I'm going to make an attempt to fix this later tonight (I'm at work right now) 
by adding two things:
1. A check that takes actions even with a bad profile when 
use_time_for_policy is disabled.
2. A fallback that will use the percentage instead of time if the profile isn't 
good enough yet.
If I'm successful, of course I will submit my patch.

I think this bug is actually quite critical since it only affects new
users. (New users of gnome, that is. I recently switched from KDE.)

-- 
[Gutsy] Action on critical battery isn't triggered - regression
https://bugs.launchpad.net/bugs/135548
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 239096] [NEW] Touchpad settings do not save in mouse control panel

2008-06-11 Thread Polygon
Public bug reported:

Binary package hint: gnome-control-center

Im on a laptop, a Presario F700, and i set in the mouse control panel
settings to disallow using the touchpad as a button by double tapping
it, and although its marked in the control panel, i can still do it.

And i also have vertical scrolling enabled for the touchpad, and it is
disabled despite the check box being checked.

I am using ubuntu hardy, latest version available in the repos.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Touchpad settings do not save in mouse control panel
https://bugs.launchpad.net/bugs/239096
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 215968] Re: firefox crashed with SIGSEGV in __kernel_vsyscall()

2008-06-11 Thread Alexander Sack
lets wait for duplicates for now.

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

** Summary changed:

- firefox crashed with SIGSEGV in __kernel_vsyscall()
+ nsCSSRuleProcessor.cpp crash

** Summary changed:

- nsCSSRuleProcessor.cpp crash
+ [null-deref] crash in [EMAIL PROTECTED]@nsCSSRuleProcessor::GetRuleCascade] 
in CSSRuleProcessor.cpp with 0x0 rule

-- 
[null-deref] crash in [EMAIL PROTECTED]@nsCSSRuleProcessor::GetRuleCascade] in 
CSSRuleProcessor.cpp with 0x0 rule
https://bugs.launchpad.net/bugs/215968
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 212270] Re: gnome-terminal doesn't work as expected with alltray

2008-06-11 Thread Michael B. Trausch
Thank you for taking the time to report this bug and help to improve
Ubuntu.  Does this issue still occur when you install the testing
package from https://edge.launchpad.net/~mtrausch/+archive (for the
Hardy distribution), which is a proposed fix for bug 106583?  Also, is
this with or without Compiz running (e.g., Visual Effects)?

** Changed in: alltray (Ubuntu)
   Status: New = Incomplete

-- 
gnome-terminal doesn't work as expected with alltray
https://bugs.launchpad.net/bugs/212270
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 235991] Re: PrOOo-Box package missing (Hardy)

2008-06-11 Thread oss_test_launchpad
Thanks. In case there are no obstacles, maybe you could make this a
wishlist item?

-- 
PrOOo-Box package missing (Hardy)
https://bugs.launchpad.net/bugs/235991
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 128683] Re: Alltray, Beryl, Feisty - Shows window but leaves it underneath all other windows

2008-06-11 Thread gorgor
Using 8.04 LTS with compiz, docking/undocking is not working (at all)
anymore with alltray thunderbird %u or alltray thunderbird from the
launcher. However, alltray thunderbird from a terminal does work
correctlty, unlike alltray thunderbird %u from a terminal.

-- 
Alltray, Beryl, Feisty - Shows window but leaves it underneath all other windows
https://bugs.launchpad.net/bugs/128683
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 128683] Re: Alltray, Beryl, Feisty - Shows window but leaves it underneath all other windows

2008-06-11 Thread gorgor
Using Gnome by the way...

-- 
Alltray, Beryl, Feisty - Shows window but leaves it underneath all other windows
https://bugs.launchpad.net/bugs/128683
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 236749] Re: Does not build for PostgreSQL 8.2 (or earlier)

2008-06-11 Thread Stuart Bishop
Turns out we have a large downtime window pending, so I'm no longer
personally affected by this as I can do my migration the traditional way
(at least until 8.3 - 8.4 migration ;) )

-- 
Does not build for PostgreSQL 8.2 (or earlier)
https://bugs.launchpad.net/bugs/236749
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 239085] Re: Double clicking a path button in Gtk file dialog in kde

2008-06-11 Thread Sebastien Bacher
thank you for your bug report, not confirming on my hardy installation,
do you have the issue when using GNOME?

** Changed in: gtk+2.0 (Ubuntu)
   Importance: Undecided = Low
   Status: New = Incomplete

-- 
Double clicking a path button in Gtk file dialog in kde
https://bugs.launchpad.net/bugs/239085
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 238215] Re: gnome-display-properties only allowing cloned screens

2008-06-11 Thread Erki Hallingu
I have similar problem. When using dual screen setup with Intel 945,
everything works as expected. gnome-display-properties shows two
monitors. Now If I select Clone Screens checkbox screens are cloned,
that is correct. But problem is that when I now deselect Clone
Screens, It does not change back to extended desktop setup. And gnome-
display-properties also shows only one monitor.

Only by resetting ~/.gnome2/monitors.xml it is possible to go back to
two monitors/extended desktop setup.


** Attachment added: xorg.conf
   http://launchpadlibrarian.net/15189707/xorg.conf

-- 
gnome-display-properties only allowing cloned screens
https://bugs.launchpad.net/bugs/238215
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 231116] Re: firefox 3 beta crashes on www.deredactie.be

2008-06-11 Thread Wouter Horré
Updated firefox, problem persists:
$ apt-cache policy firefox
firefox:
  Installed: 3.0+nobinonly-0ubuntu0.8.04.1
  Candidate: 3.0+nobinonly-0ubuntu0.8.04.1
  Version table:
 *** 3.0+nobinonly-0ubuntu0.8.04.1 0
500 http://be.archive.ubuntu.com hardy-proposed/main Packages
100 /var/lib/dpkg/status
 3.0~rc1+nobinonly-0ubuntu0.8.04.1 0
500 http://ubuntu.mirrors.skynet.be hardy-updates/main Packages
 3.0~b5+nobinonly-0ubuntu3 0
500 http://ubuntu.mirrors.skynet.be hardy/main Packages

backtrace attaches (greasemonkey enabled with no user scripts)

** Attachment added: gdb-firefox.txt
   http://launchpadlibrarian.net/15189694/gdb-firefox.txt

-- 
firefox 3 beta crashes on www.deredactie.be
https://bugs.launchpad.net/bugs/231116
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 239098] [NEW] libgtkhtml3.14-dev: missing dependencies on libenchant-dev, iso-codes for .pc files

2008-06-11 Thread Steve Langasek
Public bug reported:

Binary package hint: gtkhtml3.14

evolution is failing to build in intrepid because libgtkhtml3.14-dev
needs libenchant-dev and iso-codes for the .pc files provided by each,
but doesn't depend on them:

checking for GTKHTML... configure: error: Package requirements
(libgtkhtml-3.14 = 3.19.1) were not met:

Package enchant was not found in the pkg-config search path.
Perhaps you should add the directory containing `enchant.pc'
to the PKG_CONFIG_PATH environment variable
Package 'enchant', required by 'libgtkhtml', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTKHTML_CFLAGS
and GTKHTML_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [config.status] Error 1

Full build log available at 
http://launchpadlibrarian.net/15161564/buildlog_ubuntu-intrepid-i386.evolution_2.23.3.1-0ubuntu1_FAILEDTOBUILD.txt.gz

Since this also leaves evolution uninstallable in intrepid (too new
e-d-s), this should be fixed ASAP.

** Affects: gtkhtml3.14 (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: gtkhtml3.14 (Ubuntu Intrepid)
 Importance: High
 Status: Triaged

** Changed in: gtkhtml3.14 (Ubuntu Intrepid)
   Importance: Undecided = High
   Status: New = Triaged
   Target: None = intrepid-alpha-1

-- 
libgtkhtml3.14-dev: missing dependencies on libenchant-dev, iso-codes for .pc 
files
https://bugs.launchpad.net/bugs/239098
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 239052] Re: Upgrade to evolution 2.22.2 lost evolution-exchange

2008-06-11 Thread Sebastien Bacher
thank you for your bug report, could you run evolution on a command line
and copy whatever is displayed there to a comment? the 2.22.1 version
should work correctly on evolution 2.22.2, the new version is still a
candidate update and should be moved to hardy-updates when it has been
tested

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
Upgrade to evolution 2.22.2 lost evolution-exchange
https://bugs.launchpad.net/bugs/239052
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 204445] Re: firefox crashed with SIGSEGV in g_main_context_dispatch()

2008-06-11 Thread Alexander Sack
Hi,

unfortunately your crash report didn't yield the required information.
This can eventually happen. Please go ahead and submit new crash reports
in future.

Thanks for your contribution,
  - Alexander


** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/12766683/CoreDump.gz

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Invalid

** Visibility changed to: Public

-- 
firefox crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/204445
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 203891] Re: firefox crashed with SIGSEGV in g_main_context_dispatch()

2008-06-11 Thread Alexander Sack
Hi,

unfortunately your crash report didn't yield the required information.
This can eventually happen. Please go ahead and submit new crash reports
in future.

Thanks for your contribution,
  - Alexander


** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/12737928/CoreDump.gz

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Invalid

** Visibility changed to: Public

-- 
firefox crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/203891
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 202654] Re: firefox crashed with SIGSEGV in __kernel_vsyscall()

2008-06-11 Thread Alexander Sack
Hi,

unfortunately your crash report didn't yield the required information.
This can eventually happen. Please go ahead and submit new crash reports
in future.

Thanks for your contribution,
  - Alexander


** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/12689360/CoreDump.gz

** Changed in: firefox-3.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
firefox crashed with SIGSEGV in __kernel_vsyscall()
https://bugs.launchpad.net/bugs/202654
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 200337] Re: CD/DVD burning problem in hardy

2008-06-11 Thread Sebastien Bacher
could you stay correct when commenting on the bug? the people you are
talking to are mostly volunteer doing work for free and who have a lot
to do, the fact hardy has issues on your hardware doesn't mean it has
issue for everybody and that nobody is going to work on those

-- 
CD/DVD burning problem in hardy
https://bugs.launchpad.net/bugs/200337
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 239020] Re: when i double-clic on a day in the clock-applet-calendar, evolution opens the day after

2008-06-11 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Low
   Status: New = Invalid

-- 
when i double-clic on a day in the clock-applet-calendar, evolution opens the 
day after
https://bugs.launchpad.net/bugs/239020
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 234346] Re: The weather applet don't contains the german department Brandenburg and all the towns there too.

2008-06-11 Thread Sebastien Bacher
** Changed in: libgweather (Ubuntu)
Sourcepackagename: gnome-applets = libgweather

-- 
The weather applet don't contains the german department Brandenburg and all 
the towns there too.
https://bugs.launchpad.net/bugs/234346
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 232318] Re: copying multiple file causes nautilus to crash

2008-06-11 Thread Sebastien Bacher
what are the other bug numbers? reporting duplicates will only create extra 
work and annoy bug triagers
what locale do you use?

-- 
copying multiple file causes nautilus to crash
https://bugs.launchpad.net/bugs/232318
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 207305] Re: en cliquant sur un lien bit torrent

2008-06-11 Thread Alexander Sack
Hi,

unfortunately your crash report didn't yield the required information.
This can eventually happen. Please go ahead and submit new crash reports
in future.

Thanks for your contribution,
  - Alexander


** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Invalid

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/12907077/CoreDump.gz

** Visibility changed to: Public

-- 
en cliquant sur un lien bit torrent
https://bugs.launchpad.net/bugs/207305
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 206581] Re: [MASTER] crash [EMAIL PROTECTED]::IsEventAttributeName] most likely while opening nsHTMLDocument

2008-06-11 Thread Alexander Sack
we should search for duplicates in breakpad for this master.

** Summary changed:

- firefox crashed with SIGSEGV
+ [MASTER] crash [EMAIL PROTECTED]::IsEventAttributeName] most likely while 
opening nsHTMLDocument

** Visibility changed to: Public

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/12857279/CoreDump.gz

** Changed in: firefox-3.0 (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Confirmed

** Changed in: firefox-3.0 (Ubuntu)
   Status: Confirmed = Incomplete

-- 
[MASTER] crash [EMAIL PROTECTED]::IsEventAttributeName] most likely while 
opening nsHTMLDocument
https://bugs.launchpad.net/bugs/206581
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 205822] Re: [javascript] firefox crashed

2008-06-11 Thread Alexander Sack
Hi,

unfortunately your crash report didn't yield the required information.
This can eventually happen. Please go ahead and submit new crash reports
in future.

Thanks for your contribution,
  - Alexander


** Summary changed:

- firefox crashed with SIGSEGV in __kernel_vsyscall()
+ [javascript] firefox crashed

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/12833948/CoreDump.gz

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Invalid

** Visibility changed to: Public

-- 
[javascript] firefox crashed
https://bugs.launchpad.net/bugs/205822
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 123098] Re: gpm 1.19.6-23build1 binary incompatibility in wire protocol with gpm-1.20.1

2008-06-11 Thread Bug Watch Updater
** Changed in: gpm (Debian)
   Status: New = Fix Committed

-- 
gpm 1.19.6-23build1 binary incompatibility in wire protocol with gpm-1.20.1
https://bugs.launchpad.net/bugs/123098
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 237690] Re: [New Upstream] Firefox 3 RC2 is available

2008-06-11 Thread Nukeador
es-ES language pack has changed since RC1, and I suppose that other
locales too due to some unfixed bugs that where pushed with RC2.

http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0rc2/linux-i686/xpi/

-- 
[New Upstream] Firefox 3 RC2 is available
https://bugs.launchpad.net/bugs/237690
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 210310] Re: [javascript][GC] crash in JS_TraceChildren

2008-06-11 Thread Alexander Sack
** Summary changed:

- firefox crashed with SIGSEGV in __kernel_vsyscall()
+ [javascript][GC] crash in JS_TraceChildren

** Visibility changed to: Public

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/13023935/CoreDump.gz

-- 
[javascript][GC] crash in JS_TraceChildren
https://bugs.launchpad.net/bugs/210310
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 208028] Re: firefox crashed with SIGSEGV in NS_InvokeByIndex_P()

2008-06-11 Thread Alexander Sack
waiting for duplicates

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/12931456/CoreDump.gz

** Visibility changed to: Public

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

** Summary changed:

- firefox crashed with SIGSEGV in NS_InvokeByIndex_P()
+ [javascript] crash in NS_InvokeByIndex_P()

** Summary changed:

- [javascript] crash in NS_InvokeByIndex_P()
+ [javascript] crash in [EMAIL PROTECTED]::[EMAIL PROTECTED]

-- 
[javascript] crash in [EMAIL PROTECTED]::[EMAIL PROTECTED]
https://bugs.launchpad.net/bugs/208028
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 153306] Re: Last.fm plugin doesn't recognize an network connection.

2008-06-11 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: New = Invalid

-- 
Last.fm plugin doesn't recognize an network connection.
https://bugs.launchpad.net/bugs/153306
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 239098] Re: libgtkhtml3.14-dev: missing dependencies on libenchant-dev, iso-codes for .pc files

2008-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package gtkhtml3.14 - 3.23.3-0ubuntu2

---
gtkhtml3.14 (3.23.3-0ubuntu2) intrepid; urgency=low

  * debian/control:
- libgtkhtml3.14-dev depends on libgconf2-dev, libenchant-dev, iso-codes
  (lp: #239098)

 -- Sebastien Bacher [EMAIL PROTECTED]   Wed, 11 Jun 2008 09:43:35
+0200

** Changed in: gtkhtml3.14 (Ubuntu Intrepid)
   Status: Triaged = Fix Released

-- 
libgtkhtml3.14-dev: missing dependencies on libenchant-dev, iso-codes for .pc 
files
https://bugs.launchpad.net/bugs/239098
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 212147] Re: firefox crashed with SIGSEGV in g_main_context_dispatch()

2008-06-11 Thread Alexander Sack
Hi,

unfortunately your crash report didn't yield the required information.
This can eventually happen. Please go ahead and submit new crash reports
in future.

Thanks for your contribution,
  - Alexander


** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/13129877/CoreDump.gz

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Invalid

-- 
firefox crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/212147
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 210289] Re: firefox crashed with SIGSEGV in __kernel_vsyscall()

2008-06-11 Thread Alexander Sack
waiting for duplicates; investigate in breakpad database for eventual
upstream dupes.

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/13021036/CoreDump.gz

** Summary changed:

- firefox crashed with SIGSEGV in __kernel_vsyscall()
+ [javascript] crash in JS_GetReservedSlot (jsapi.c)

** Visibility changed to: Public

** Changed in: firefox-3.0 (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Incomplete

-- 
[javascript] crash in JS_GetReservedSlot (jsapi.c)
https://bugs.launchpad.net/bugs/210289
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 239102] [NEW] Customised toolbar item for Previous email is not working.

2008-06-11 Thread Nicholas A. Suppiah
Public bug reported:

Binary package hint: thunderbird

After a fresh installation of Thunderbird on Ubuntu 7.10, I can retrieve
all my emails. It is sorted by date and is unthreaded. Details of the
system is as follows:

# apt-cache policy thunderbird
thunderbird:
  Installed: 2.0.0.14+nobinonly-0ubuntu0.7.10.0
  Candidate: 2.0.0.14+nobinonly-0ubuntu0.7.10.0
  Version table:
 *** 2.0.0.14+nobinonly-0ubuntu0.7.10.0 0
500 http://my.archive.ubuntu.com gutsy-updates/main Packages
500 http://security.ubuntu.com gutsy-security/main Packages
100 /var/lib/dpkg/status
 2.0.0.6+nobinonly-0ubuntu1 0
500 http://my.archive.ubuntu.com gutsy/main Packages

The problem:
I open an email and I need to add the Next and Previous items to the Toolbar. 
Right click on the toolbar, choose Customise and drag both the Next and 
Previous items to the toolbar.

When I click the Next button, I can move to the next email. But it is not the 
mail as I sorted by date, it shows the unread email.  
The Previous button doesnt do anything since there isnt any more unread email. 
Am I missing some steps or is the item broken? I cant seem to see the previous 
emails according to the sorted list.

ProblemType: Bug
Architecture: i386
Date: Wed Jun 11 15:15:11 2008
DistroRelease: Ubuntu 7.10
Package: mozilla-thunderbird 2.0.0.14+nobinonly-0ubuntu0.7.10.0
PackageArchitecture: all
SourcePackage: thunderbird
Uname: Linux nicholas-laptop 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 
2008 i686 GNU/Linux

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


** Tags: apport-bug

-- 
Customised toolbar item for Previous email is not working.
https://bugs.launchpad.net/bugs/239102
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 239102] Re: Customised toolbar item for Previous email is not working.

2008-06-11 Thread Nicholas A. Suppiah

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/15189961/Dependencies.txt

-- 
Customised toolbar item for Previous email is not working.
https://bugs.launchpad.net/bugs/239102
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 214170] Re: Links not working when url contains parameters (quotation mark)

2008-06-11 Thread mpthompson
$ uname -a
Linux mike-laptop 2.6.24-18-generic #1 SMP Wed May 28 20:27:26 UTC 2008 i686 
GNU/Linux
$ nautilus --version
GNOME nautilus 2.22.3
$ firefox --version
Mozilla Firefox 3.0, Copyright (c) 1998 - 2008 mozilla.org

Still broken as of the latest updates to 8.04 on June 11th.  This is a
serious bug for me as I have hundreds of links in some folders that are
now broken after updating to Hardy.

-- 
Links not working when url contains parameters (quotation mark)
https://bugs.launchpad.net/bugs/214170
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 235777] Re: Broken language support in Firefox 3.0rc1

2008-06-11 Thread Nukeador
I've updated from hardy-proposed (main server repo), and it seems that
there is no update for mozilla-firefox-locale-es-es.

-- 
Broken language support in Firefox 3.0rc1
https://bugs.launchpad.net/bugs/235777
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 152187] Re: Serial Wacom tablet fails to return from ACPI suspend to RAM

2008-06-11 Thread Juan de la Figuera
Where do I get the PPA version?

-- 
Serial Wacom tablet fails to return from ACPI suspend to RAM
https://bugs.launchpad.net/bugs/152187
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 34813] Re: gedit fails to save files over smbfs/cifs

2008-06-11 Thread Riccardo Cossu
Alejandro's fix doesn't work for me; I use Ubuntu 7.10 and have the
problem with sshfs. I switched to another editor for that purpose... :-(

-- 
gedit fails to save files over smbfs/cifs
https://bugs.launchpad.net/bugs/34813
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


  1   2   3   4   5   6   7   8   9   10   >