[Bug 148562] Re: OpenOffice.org Calc crashes with certain .xls/.csv files, Draw does not open at all (Ubuntu 7.10 beta)

2007-11-15 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu)
 Assignee: Chris Cheney (ccheney) = (unassigned)
   Status: Incomplete = Invalid

-- 
OpenOffice.org Calc crashes with certain .xls/.csv files, Draw does not open at 
all (Ubuntu 7.10 beta)
https://bugs.launchpad.net/bugs/148562
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160307] Re: Failed to load desktop and installer

2007-11-15 Thread Koen Beek
64 MB is really not enough for a KDE or a Gnome window manager

please have a look at the following link for lom mem machines :
https://help.ubuntu.com/community/Installation/LowMemorySystems

   Koen

-- 
Failed to load desktop and installer
https://bugs.launchpad.net/bugs/160307
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 128180] Re: rpy import error at Gusty

2007-11-15 Thread Casey Greene
I just ran into this today too using amd64 gutsy.  I'd love to see it
fixed.  The version from debian is a successful workaround for me.

-- 
rpy import error at Gusty
https://bugs.launchpad.net/bugs/128180
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140681] Re: openoffice: show always copy/paste/cut/delete options

2007-11-15 Thread mouse
is that a text box ?

can you select the second letter ?

as i remember  similar problem existent in a different places,
i will search for more places...

-- 
openoffice: show always copy/paste/cut/delete options
https://bugs.launchpad.net/bugs/140681
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 156085] Re: Could not open /proc/bus/usb/devices

2007-11-15 Thread TJ
Emmet is, unfortunately, correct. I had forgotten to re-disable the
section in /etc/init.d/mountdevsubfs.sh too.

The devices file itself is created when a usbfs mount is created, using:

$ mkdir .usbfs
$ sudo mount -n -t usbfs -obusmode=0700,devmode=0600,listmode=0644 usbfs .usbfs
$ ls .usbfs
001  002  003  004  005  devices
$ cat devices
$ cat .usbfs/devices

T:  Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 8
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor= ProdID= Rev= 2.06
S:  Manufacturer=Linux 2.6.22-14-generic ehci_hcd
...

Unless there is some over-arching reason *not* to use usbfs then the
best solution is, I think, to amend /etc/init.d/mountdevsubfs.sh so
instead of:

#
# Magic to make /proc/bus/usb work
#
#mkdir -p /dev/bus/usb/.usbfs
#domount usbfs  /dev/bus/usb/.usbfs 
-obusmode=0700,devmode=0600,listmode=0644
#ln -s .usbfs/devices /dev/bus/usb/devices
#mount --rbind /dev/bus/usb /proc/bus/usb

we have

#
# Magic to give virtual machines (KVM/QEMU, VirtualBox, VMWare, etc) 
access to host USB devices
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs  /dev/bus/usb/.usbfs 
-obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices

This could be added as an additional stanza (which takes the solution
back to amending the sysvinit package).

The alternative is to add a complete new set of scripts and links,
either:

/etc/rc.S/S12mountdevusbfs - /etc/init.d/mountdevusbfs.sh

or

/etc/rc2.d/S20mountdevusbfs - /etc/init.d/mountdevusbfs.sh

That, coupled with the alteration to KVM/QEMU would solve the issue.

Comments please?

-- 
Could not open /proc/bus/usb/devices
https://bugs.launchpad.net/bugs/156085
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 124872] Re: spellcheck thinks everything is spelled correctly on some files and when I go to spell check them it either says no spelling errors (which is not true) or starts spell checking

2007-11-15 Thread Ralph Richardson

Yep I needed the _AU one for Australia.
Thanks

Chris Cheney wrote:
 The problem appears to be on the documents it does not list spelling
 mistakes on, as in the document you posted, it is because a dictionary
 for the language specified in the document is not installed. The example
 document is in English (Canada), before I installed the English (Canada)
 dictionary it did not show any spelling mistakes. After installing the
 dictionary however it showed the spelling mistakes.

 Thanks,

 Chris Cheney

 ** Changed in: openoffice.org (Ubuntu)
Status: New = Invalid



-- 
spellcheck thinks everything is spelled correctly on some files and when I go 
to spell check them it either says no spelling errors  (which is not true) or 
starts spell checking  documents that are not open.  It works for some files 
and not others... wierd!
https://bugs.launchpad.net/bugs/124872
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 154491] Re: openoffice.org base crashes when loading robust form

2007-11-15 Thread thebrotherofasis
Yes it does solve it.

Thank you.


On Nov 14, 2007 8:53 PM, Chris Cheney [EMAIL PROTECTED] wrote:

 Does installing the Sun Java 'sun-java6-jre' in multiverse solve the
 problem for you? If so then it will probably be resolved in Ubuntu 8.04
 since an open source version of Sun's Java will probably be available in
 the upcoming Ubuntu release.

 Thanks,

 Chris Cheney

 ** Changed in: openoffice.org (Ubuntu)
 Assignee: (unassigned) = Chris Cheney (ccheney)
   Status: New = Incomplete

 --
 openoffice.org base crashes when loading robust form
 https://bugs.launchpad.net/bugs/154491
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
openoffice.org base crashes when loading robust form
https://bugs.launchpad.net/bugs/154491
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127505] Re: YEARFRAC function returns incorrect results for some dates

2007-11-15 Thread Bug Watch Updater
** Changed in: openoffice
   Status: Unknown = Confirmed

-- 
YEARFRAC function returns incorrect results for some dates
https://bugs.launchpad.net/bugs/127505
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162832] Not possible to assign separate smtp server to account

2007-11-15 Thread Toltech
Public bug reported:

Binary package hint: thunderbird

After adding a second smtp server to outgoing smtp in account settings, 
this smtp server can not be added to a specific account:
account settings - accountname - manage identies - identity - Only 
default smtp server can be selected

The expected behaviour is a drop down with all smtp server viewable

ProblemType: Bug
Architecture: i386
Date: Thu Nov 15 10:28:56 2007
DistroRelease: Ubuntu 7.10
Package: mozilla-thunderbird 2.0.0.8~pre071022+nobinonly-0ubuntu0.7.10
PackageArchitecture: all
SourcePackage: thunderbird
Uname: Linux xserver-gutsy-xen1 2.6.18-xen #1 SMP Thu Aug 9 13:33:58 CEST 2007 
x86_64 GNU/Linux

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


** Tags: apport-bug

-- 
Not possible to assign separate smtp server to account
https://bugs.launchpad.net/bugs/162832
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162832] Re: Not possible to assign separate smtp server to account

2007-11-15 Thread Toltech

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

-- 
Not possible to assign separate smtp server to account
https://bugs.launchpad.net/bugs/162832
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162752] Re: internal error

2007-11-15 Thread Pedro Villavicencio
** Changed in: hal (Ubuntu)
Sourcepackagename: gnome-panel = hal

-- 
internal error
https://bugs.launchpad.net/bugs/162752
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 118723] Re: KMilo/Volume Hotkeys regression

2007-11-15 Thread Daedalus
I can confirm this bug on an Acer Aspire 5602, but with socketbind's deb all 
works correctly.
Nice work socketbind!!

And so, what are you think about? We can say this bug is fixed?

-- 
KMilo/Volume Hotkeys regression
https://bugs.launchpad.net/bugs/118723
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137630] Re: [GUTSY] SiS 190 onboard NIC problems

2007-11-15 Thread CharitakisYannis
Hi!

In our computer lab, I have installed edubuntu 7.10 on 13 machines
with Foxconn motherboard 622MX.
This motherboard uses the same network controller and I had the same
problem which I fixed by changing the mtu to 1492.

However, I would like to report that three out of 13 machines were still
facing network connectivity problems.

More precisely, despite the modified mtu, these machines after a cold boot,
were not able to browse web-pages despite that ping-ing a site was working.

For example ping www.google.com was working, while ssh or web browsing
was not working.

Now rebooting to Windows and then rebooting back to Linux was fixing the 
problem.
Ssh and web-browsing was ok.
However if turned off and then booting to linux, the problem persisted.

It seems that the MTU-work around is not working all the times.

Thank you very much for your support.

-- 
[GUTSY] SiS 190 onboard NIC problems
https://bugs.launchpad.net/bugs/137630
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162912] Please merge foobillard 3.0a-3 from Debian unstable

2007-11-15 Thread Mario Bonino
Public bug reported:

Binary package hint: foobillard

Merge foobillard 3.0a-3 from Debian unstable.
Ubuntu component: universe
Debian component: main

List of Ubuntu changes to keep:
  * update .desktop file to be freedesktop and GNOME HIG compliant
  * bump build-dependency: debhelper (= 5)
  * updated Maintainer field
  * Bump DH_COMPAT to 5
bumping debian/compat instead of DH_COMPAT because the package now uses 
debian/compat instead of DH_COMPAT

List of Ubuntu changes dropped:
  * provided an icon for the menu entry 
the package now provides an icon
  *Build-Depend on libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev.
the packages doesn't need these dependancies anymore, see the changelog below
  * Bump Standards-Version to 3.7.2, no changes.
Standards-Version is now 3.7.2

Debian changelog (since foobillard 3.0a-2ubuntu3):
foobillard (3.0a-3) unstable; urgency=low

  [ Frank Gevaerts ]
  * Corrected typos in manpage. Closes: #350999
  * Added explanation of committed fouls. Closes: #288367
  * Added more detailed information on which ball to hit next in snooker
games. Closes: #288380
  * added debian/README.source to document how I handle the package
  * bumped policy version. No changes needed
  * bumped DH_COMPAT level. No changes needed
  * corrected invalid email address in changelog for version 2.3-3
  * foobillard starts to diverge somewhat from upstream, so I started to
use quilt to manage the changes.
  * removed 'still under development' line in package description. This seems
not to be true anymore
  * set Maintainer: field to [EMAIL PROTECTED], and
added Uploaders: field with myself.
  * added .desktop file and icon. Closes: #396078

  [ Gonéri Le Bouder ]
  * remove unneeded builddeps on libgl-dev and libglu-dev. Closes: #409451
  * remove Applications from Categories in the desktop file since it's not
an official category
  * add a watchfile

  [ Jon Dowland ]
  * update menu section to Games/Simulation for menu transition
(thanks Linas Žvirblis)

  [ Cyril Brulebois ]
  * Added Vcs-Svn and Vcs-Browser fields in the control file.

  [ Paul Wise ]
  * add a Homepage field
  * use $(CURDIR) instead of `pwd` in debian/rules
  * use the supplied quilt Makefile snippet instead of custom un/patch rules
  * use debian/compat instead of DH_COMPAT
  * add a configure-stamp, run autoreconf since we patch upstream autofoo

 -- Frank Gevaerts [EMAIL PROTECTED]  Thu, 15 Nov 2007 15:42:12 +0930

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

-- 
Please merge foobillard 3.0a-3 from Debian unstable
https://bugs.launchpad.net/bugs/162912
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 155362] Re: vmware not present in gutsy

2007-11-15 Thread Matt Zimmerman
** Changed in: vmware-server (Ubuntu)
   Importance: Wishlist = Unknown

-- 
vmware not present in gutsy
https://bugs.launchpad.net/bugs/155362
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 104581] Re: Random freezes with exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 error

2007-11-15 Thread suoko
*** This bug is a duplicate of bug 84603 ***
https://bugs.launchpad.net/bugs/84603

This issue affect gutsy too. Actually it's even worse.
With feisty I solved the bug thanks to Fabio Povoledo's suggested solution.
With gutsy, If I apply that solution, the boot (and the system in general) 
result veeery slow!

WHERE IS THE SOLUTION ? A NEW KERNEL?

-- 
Random freezes with exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 error
https://bugs.launchpad.net/bugs/104581
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159614] Re: Spastic fan behavior?

2007-11-15 Thread Koen Beek
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage. I have classified this
bug as a bug in linux-source-2.6.22

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.22

-- 
Spastic fan behavior?
https://bugs.launchpad.net/bugs/159614
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162915] konsole ctrl+d does not work when keyboard map is not QWERTY

2007-11-15 Thread Andrew
Public bug reported:

Binary package hint: konsole

After changing the keyboard variant to dvorak, ctrl+d no longer works in
konsole. ctrl+e ('d' QWERTY key) does not work either.

I have to switch to QWERTY, hit ctrl+d and then switch back to get it to
work

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

-- 
konsole ctrl+d does not work when keyboard map is not QWERTY
https://bugs.launchpad.net/bugs/162915
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126803] Re: update icon in upper taskbar , when clic on it , got an error message

2007-11-15 Thread Daniel
Sorry 
this bug happened a long time ago and, as there was no way to fix it, I finally 
re-installed Ubuntu with the desktop-CD.

Of course , if you want to do same don't forget to save your 
/etc/apt/sources.list and your package list on an external device  ( sudo dpkg 
--set-selections packages-list saves it;  sudo dpkg --set-selections 
packages-list  +  sudo apt-get dselect update +   sudo apt-get 
dselect-upgrade  restores, and  keep your home (only format the  /  
partition when partition-manager asks)
Days and night to look for a solution..Only 1 hour and half to re-install 
and have a clean Ubuntu (A look-a-like of the previous one, settings and 
bookmarks included)...

Make your mind


forgive me if my english is so-so but I'm sure your french is not better  :))

-- 
update icon in upper taskbar , when clic on it ,got an error message
https://bugs.launchpad.net/bugs/126803
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 159769] Re: Nautilus crashes when Home folder opened

2007-11-15 Thread Stanimir Djevelekov
I did read the wiki, I just can't find any libcairo debugging symbols in
the repositories.

-- 
Nautilus crashes when Home folder opened
https://bugs.launchpad.net/bugs/159769
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 24680] Re: thinkpad wifi hotkey toggles bluetooth and wifi at the same time

2007-11-15 Thread roofone
I've implemented the Zenity script and it works well...if I run it as
root or restart acpid using sudo. If I don't, Zenity is unable to open
the dialog.

Things i've tried that haven't worked: 
I tried starting acpid as me rather than root, and I've tried xhost +local:root.

Any ideas?

-- 
thinkpad wifi hotkey toggles bluetooth and wifi at the same time
https://bugs.launchpad.net/bugs/24680
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 162895] Re: Thinkpad sleep button stopped working

2007-11-15 Thread nopoles
If I remove the thinkpad_acpi module, the laptop will successfully
sleep, and resume. The volume buttons still produce no event in the acpi
log.

-- 
Thinkpad sleep button stopped working
https://bugs.launchpad.net/bugs/162895
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159769] Re: Nautilus crashes when Home folder opened

2007-11-15 Thread Sebastien Bacher
it's called libcairo2-dbgsym

-- 
Nautilus crashes when Home folder opened
https://bugs.launchpad.net/bugs/159769
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 44100] Re: OpenOffice lacks canadian english spellcheck

2007-11-15 Thread coldacid
The OOo wiki provides links to en_CA dictionary and hypenation files, at
http://wiki.services.openoffice.org/wiki/Dictionaries

I think all that's required is to package them up nice and pretty. I'd
do it myself, but I don't have an internet connection at home (which
would mean any updates would be sporadic at best -- then again languages
aren't the fastest moving targets) and I'm still running Edgy since my
hardware is uber-weak.

The exact URLs:
* Dictionary: 
http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_CA.zip
* Hyphenation: 
http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_en_CA.zip

By the way they were last updated, according to the wiki, in 2002. It's
kind of insulting to us Canadians that 5 year old dictionaries don't
appear for us in [insert package manager of choice].

-- 
OpenOffice lacks canadian english spellcheck
https://bugs.launchpad.net/bugs/44100
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 24680] Re: thinkpad wifi hotkey toggles bluetooth and wifi at the same time

2007-11-15 Thread Adi Roiban
In this case I think we should use dbus.
I don't see other options.

In this case the zenity + dbus-send + dbus-recv script will run in user
mode, and we should have a dbus daemon solving request.

There is a big drawback here due to the fact that we should have a
daemon running, of we will need to invoke a program.

-- 
thinkpad wifi hotkey toggles bluetooth and wifi at the same time
https://bugs.launchpad.net/bugs/24680
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 42023] Re: attempt to access beyond end of device on DVD (overburning issue?)

2007-11-15 Thread Paul Dufresne
http://www.ussg.indiana.edu/hypermail/linux/kernel/0403.3/0388.html
COULD be related. (suggest a patch)

-- 
attempt to access beyond end of device on DVD (overburning issue?)
https://bugs.launchpad.net/bugs/42023
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 162860] Please sync w3m-el 1.4.4-4 (universe) from Debian unstable (main)

2007-11-15 Thread Marco Rodrigues
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/w3m-el
 status new
 subscribe ubuntu-universe-sponsors

Please sync w3m-el 1.4.4-4  (universe) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
The Ubuntu changes are merged into the last Debian release. The only difference 
is that emacs-snapshot isn't at b-d, but it has emacs22 that I think it's 
enough. It builds fine in Hardy pbuilder.

Changelog since current hardy version 1.4.4-3ubuntu1:

w3m-el (1.4.4-4) unstable; urgency=low

  * Merge Ubuntu patches, thanks to Michael W. Olson.
- debian/compat: Fix lintian warning by setting this to 5.
- debian/control: Bump up debhelper version.
- debian/control: Update Standards-Version to 3.7.2.
- debian/emacsen-install: Create symlinks for .el files, rather than
  copying .el files and then removing them.
- debian/rules:
  - Remove DH_COMPAT to silence lintian.
  - (clean): Silence lintian warning.
  * debian/emacsen-startup: Check whether
/usr/lib/emacsen-common/packages/install/w3m-el exists.
  * debian/control:
- Mention optional features in Description. (closes: #316457)
- Add `libmoe1.5, namazu2, xpdf-utils, bzip2, perl-doc' to Suggests.
  * debian/copyright: Updated.
  * Acknowledge NMU.
(closes: #441240, #333607, #434924, #412169, #377456, #393957)
  * New maintainer, with previous maintainer's permission.

 -- Tatsuya Kinoshita [EMAIL PROTECTED]  Sun, 07 Oct 2007 13:15:54 +0900

w3m-el (1.4.4-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/copyright: Fix incorrect license information. Closes: Bug#441240
  * Debian/control:
- Move mule-ucs, imagemagick, wv, xlhtml, ppthtml from Recommends to
  Suggests. Closes: Bug#333607
- Add emacs | emacs22 to Depends and Build-Depends-Indep.
  Closes: Bug#434924
- Remove emacs-snapshot from Depends.
- Add mew-beta, gnus to Enhances.
  * debian/rules: Remove doc/version.texi at clean. Closes: Bug#412169
  * shimbun/mew-shimbun.el: Sync with the upstream CVS version for Mew 5.
Closes: Bug#377456
  * debian/emacsen-install: Make symlinks for *.el. Closes: Bug#393957

 -- Tatsuya Kinoshita [EMAIL PROTECTED]  Thu, 13 Sep 2007 02:23:00 +0900


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPDkaQGoC3MKACe8RArc8AJ4kEtIPatr1Cm9UYXsP+jwUB7nkBQCeMs5r
8EtrOfTMNBaQ9EMYNTWWwQA=
=D9Vz
-END PGP SIGNATURE-

** Affects: w3m-el (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please sync w3m-el 1.4.4-4  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/162860
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136469] Re: toshiba p100 series dsdt acpi error no sound, works with acpi turned off.

2007-11-15 Thread rax_m
Hi guys.

I have a Toshiba P100-429. I am currently using Feisty with the DSDT patch and 
everything is working. 
I am also waiting for the Gutsy issue to be sorted before I install it.. 

However, I tried Opensuse 10.3 last night, and noticed that sound and
nvidia fan works out of the box without installing a custom DSDT.

Just thought it might be of interest to some ppl.

I'm sticking with Feisty tho', till Gutsy is fixed... or maybe Hardy.

Cheers
Rax

-- 
toshiba p100 series dsdt acpi error no sound, works with acpi turned off.
https://bugs.launchpad.net/bugs/136469
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159614] Re: Spastic fan behavior?

2007-11-15 Thread Koen Beek
Hi,

  could you have a look at bug #127772

  it is suggested to add acpi=off to the boot menu to work around that
problem - could you check whether this also helps for your problem ?

  thanks,

Koen

-- 
Spastic fan behavior?
https://bugs.launchpad.net/bugs/159614
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162694] Re: cant install updates or package

2007-11-15 Thread Sebastian Rode
** Changed in: lvm2 (Ubuntu)
Sourcepackagename: None = lvm2

-- 
cant install updates or package
https://bugs.launchpad.net/bugs/162694
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162913] Re: cpptest needs packaging

2007-11-15 Thread David Morris
http://revu.tauware.de/details.py?package=cpptest

-- 
cpptest needs packaging
https://bugs.launchpad.net/bugs/162913
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159576] Re: blank screen when booting from live cd ubuntu 7.10

2007-11-15 Thread Koen Beek
Hi,

  could you have a look at the gutsy release notes :
https://wiki.ubuntu.com/GutsyGibbon/ReleaseNotes

  in particular at : Blank screen with some ATI hardware
  People with ATI display adapters may get a blank screen when loading X 
due to the driver being unable to initialize certain hardware. Upstream is 
working on it, and hopefully we'll be able to release an update for 7.10 soon 
after the release. In the meantime, add 'Option LVDSBiosNativeMode false' 
to the driver section of xorg.conf.  Bug #132716

  could you try the workaroudn and report back whether this worked for
you or not ?

thanks,

  Koen


** Changed in: ubuntu
 Assignee: (unassigned) = Koen Beek (koen-beek)
   Status: New = Incomplete

-- 
blank screen when booting from live cd ubuntu 7.10
https://bugs.launchpad.net/bugs/159576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 44367] Re: Interface in right-to-left mode has problems

2007-11-15 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu)
 Assignee: Chris Cheney (ccheney) = (unassigned)
   Status: Incomplete = Fix Released

-- 
Interface in right-to-left mode has problems
https://bugs.launchpad.net/bugs/44367
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 113013] Re: gnumeric does not open (gnome) samba uri's

2007-11-15 Thread Jérôme Guelfucci
Thank you for your bug report. I forwarded this upstream.

** Changed in: gnumeric (Ubuntu)
   Importance: Undecided = Low
   Status: New = Triaged

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

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

-- 
gnumeric does not open (gnome) samba uri's
https://bugs.launchpad.net/bugs/113013
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151886] Re: gnumeric chart labels not saved

2007-11-15 Thread Jérôme Guelfucci
Jean Bréfort : I can't find any upstream bug for this, is there one ?
Are you a gnumeric dev ? Thanks.

** Changed in: gnumeric (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Incomplete

** Changed in: gnumeric (Ubuntu)
   Importance: Medium = Low

** Summary changed:

- gnumeric chart labels not saved
+ chart labels not saved with .xls format

-- 
chart labels not saved with .xls format
https://bugs.launchpad.net/bugs/151886
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 162916] Please sync bzr-builddeb 0.90 (universe) from Debian unstable (main)

2007-11-15 Thread Albin Tonnerre
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/bzr-builddeb
 status confirmed
 subscribe ubuntu-archive

Please sync bzr-builddeb 0.90  (universe) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
This was a no-change upload from debian.

Changelog since current hardy version 0.90ubuntu1:

bzr-builddeb (0.92) unstable; urgency=low

  [ James Westby ]
  * Support incremental imports of normal mode packages from source packages
for uploads done outside the VCS.
  * Also look for upstream tarballs in the archives. Do this in preference
to the watch file, for the case where the upstream was repacked.
  * Filter out any changes to .bzr in packages that are being imported as they
will totally mess things up. If the branch is in the source package then
just use apt-get source. (LP: #156003)
  * bzr 0.92 is required.
  * Improve the error message when the upstream tag is not found to actually
give the name of the expected tag.
  * Allow the last upstream not to be on the mainline during merge-upstream.
  * Don't complain when repacking the tarball if the target exists, but is the
same as the source. Only .tar.gz can be considered identical.
  * Bug fix: bzr-builddeb: merge-upstream --version is a conflicting
optoin, thanks to Jamie Wilkinson (Closes: #449369).
  * Close old bug, only parse first changelog entry (Closes: #429299)
  * Bug fix: bzr-builddeb: parse debian/watch if no URL specified for
merge-upstream, thanks to Jamie Wilkinson (Closes: #449362).
  * Bug fix: bzr-builddeb: can't do merge packages with
dh-make-pear, thanks to [EMAIL PROTECTED] (Mark A. Hershberger)
(Closes: #440069).

  [ Reinhard Tartler ]
  * (Build-)Depend on python-apt
  * bump dependency on bzrtools
  * when running the testsuite, set home directory to effectively disable
any user installed plugins

 -- Reinhard Tartler [EMAIL PROTECTED]  Mon, 12 Nov 2007 16:39:43
+0100

bzr-builddeb (0.91) unstable; urgency=low

  [ Frédéric Brin ]
  * Correct unknown variable (files) when importing dsc.
  * chmod 755 debian/rules when importing dsc

  [ James Westby ]
  * Now handles merge mode with multiple entries in the root of
upstream's tarball, which was causing havoc with dh-make-php packages.
Thanks to Mark A. Hershberger for the report and Adeodato Simó
for the pointer to the fix. (Closes: #440069)
  * Add version_info attribute so that bzrlib can find out the version of
the plugin. Please try and remember to update it when releasing (set
the word to 'final').
  * Use None instead of [] to revert all files as the latter is deprecated
in bzr 0.91. Bump the required version accordingly.
  * Build the working tree by default (so --working-tree now has no effect,
along with --ignore-changes).
  * Add --revision option to allow building an old revision of the branch
without doing revert or similar.
  * Add the start of a blackbox test suite.
  * Add the ability to export an upstream branch in normal mode.
  * Add a bd-do command for running commands when in merge mode. This
is useful when you need the full upstream source, for instance patch
handling.
  * Add hook support for running arbitrary commands at pre-defined points
in the build.
  * Support $UPSTREAM_VERSION in the export-upstream-revision configuration
option. This allows builddeb to find the correct upstream revision based
  * Correct the pointer to the user manual in the README. Thanks to Achim
Bohnet for noticing the mistake. (LP: #145019)
  * Many documentation fixes from dAniel hAhler. Thanks very much.

 -- James Westby [EMAIL PROTECTED]  Tue, 23 Oct 2007 22:24:40
+0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPHuMIjAgwqfG8N8RAm0EAKCVm30Lnq4e86vXDDsjwkxmB12GVQCgmvBB
N5b2MXtVVnmUYbwbD5SWmV0=
=qhsB
-END PGP SIGNATURE-

** Affects: bzr-builddeb (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please sync bzr-builddeb 0.90  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/162916
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 162917] Wifi WPA2 Personnal not memorized

2007-11-15 Thread Dimitri Torterat
Public bug reported:

I run on Ubuntu Gutsy for the moment. The nm-applet can get me connected to 
WPA2 networks, now (it didn't wirk on Feisty).
But as I can't specify a default wifi network, I used the manual configuration. 
To reproduce the bug :
• Select “manual configuration” on nm-applet ;
• Deactivate the automatic mode and enter the settings of a WPA2 network, where 
encryption is set to “WPA2 Personnal”. My password is an hexadecimal 10 
characters-long ;
• You are connected. But now, logout, login a go on the Internet. It doesn't 
works ;
• Go in the settings like some minutes ago. Then you will see than the 
encryption is set to “WPA Personnal” and the password is very, very long 
(“•”).

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

-- 
Wifi WPA2 Personnal not memorized
https://bugs.launchpad.net/bugs/162917
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 159654] Re: Kopete + Webcam bug fix to update on repository

2007-11-15 Thread ®om
This bug did not have a package associated with it -- With default
kubuntu sources.list, there is a package kopete...

Maybe I didn't understand you...

-- 
Kopete + Webcam bug fix to update on repository
https://bugs.launchpad.net/bugs/159654
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kopete in ubuntu.

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


[Bug 162912] Re: Please merge foobillard 3.0a-3 from Debian unstable

2007-11-15 Thread Mario Bonino
** Changed in: foobillard (Ubuntu)
   Status: New = Confirmed

-- 
Please merge foobillard 3.0a-3 from Debian unstable
https://bugs.launchpad.net/bugs/162912
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152928] Re: No plots in Gnumeric

2007-11-15 Thread Jérôme Guelfucci
Is this still an issue after updates ?

-- 
No plots in Gnumeric
https://bugs.launchpad.net/bugs/152928
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148097] Re: No HDMI audio with ALC883 chipset

2007-11-15 Thread BrianH
I found in the NVidia forums where it has been asked and the answer is
that audio over HDMI is NOT currently supported in the NVidia Linux
drivers and it may be supported sometime in the future.

http://www.nvnews.net/vbulletin/showthread.php?t=97993highlight=hdmi+audio

-- 
No HDMI audio with ALC883 chipset
https://bugs.launchpad.net/bugs/148097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 34414] Re: xeji doesn't follow mouse outside of its window.

2007-11-15 Thread Marco Rodrigues
Hi! Do you still have the same problem at Gutsy ?

** Changed in: xeji (Ubuntu)
   Importance: Medium = Low
 Assignee: (unassigned) = Marco Rodrigues (gothicx)
   Status: New = Incomplete

-- 
xeji doesn't follow mouse outside of its window.
https://bugs.launchpad.net/bugs/34414
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 148720] Re: kontact hangs on start, uses almost all CPU

2007-11-15 Thread tiger74
Hi, me too.
I'm upgrading from Feisty to Gutsy and Kontact uses all my cpu to the extend 
that I cannot use my computer anymore.
Then I'm checking my address book resource, and it turns out that it's pointing 
to an LDAP entries that is no longer there.
After I remove it, so far so good. Thank goodness. I hate to move to 
Thunderbird.

-- 
kontact hangs on start, uses almost all CPU
https://bugs.launchpad.net/bugs/148720
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.

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


[Bug 161194] Re: [MoM Merge] mindi 2.24-2ubuntu1

2007-11-15 Thread Stephan Hermann
mindi (2.24-2ubuntu1) hardy; urgency=low

  * Merge from debian unstable (LP: #161194), remaining changes:
- debian/control - Adjust relationships to fit Ubuntu packages scheme:
  + remove Debian linux-image(s) from Recommends
  + add linux-image-386 | linux-image-generic | linux-image-itanium |
linux-image-mckinley | linux-image-rt | linux-image-server |
linux-image-ume | linux-image-virtual | linux-image-xen
in Suggests
  + remove elilo [ia64] from Depends
  + change ms-sys [amd64 i386] to ms-sys in Depends
  + Modify Maintainer value to match Debian-Maintainer-Field Spec

mindi (2.24-2) unstable; urgency=low

  * Removed unused rootfs/var/log/mondo-archive.log via rules file.
  * Changed LOGFILE in init to /var/log/mondorestore.log to be
consistent with mondo.
  * Removed non-compliant and unused usr/var directory via rules file.
Fixes lintian warning.

mindi (2.24-1) unstable; urgency=low

  * New upstream release:
- changed upstream version 2.2.4 into 2.24 to avoid epoch;
- all Debian changes integrated upstream apart from:
  - DebFindFailsafe,
  - TryToBeCleverAboutInitrd (mostly integrated, though),
  - IA64/EFI related changes (requires more generic approach);
- reverted to pre-2.22 ReadAllLink() because new one can yield
  incorrect results, e.g. when /lib64 is a symbolic link as on
  amd64;
- removed the new check of directory being a link in
  CopyDependenciesToDirectory() because it can give wrong results,
  e.g. when /lib64 is a symbolic link as on amd64.
  * Removed mdrun from deplist.txt to ensure that mdadm rather than the
obsolete mdrun is used to start RAID devices during restore. Also
avoids wrong RAID device numbering. Closes: #429308.
  * Replace standard terminfo linux file with the one from the
ncurses-base Debian package to fix swapped blue and red colors
during restore.

 -- Stephan Hermann [EMAIL PROTECTED]   Sat, 10 Nov 2007 16:30:19 +0100

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

-- 
[MoM Merge] mindi 2.24-2ubuntu1
https://bugs.launchpad.net/bugs/161194
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160970] Re: Please sync ftp.app 0.1-2 (universe) from Debian unstable (main)

2007-11-15 Thread Michael Bienia
libgnustep-gui-dev is available now and ftp.app builds in hardy.
Sync request ACKed.

** Changed in: ftp.app (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Please sync ftp.app 0.1-2 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/160970
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151828] Re: [gutsy] brightness keys only pop up a slider on a t61p, they don't affect screen brightness

2007-11-15 Thread Alvin
On Kubuntu, there is no slider visible, and brightness is unaffected as
well.

-- 
[gutsy] brightness keys only pop up a slider on a t61p, they don't affect 
screen brightness
https://bugs.launchpad.net/bugs/151828
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 120438] Re: Open office crashes with multiple windows open after paste from firefox

2007-11-15 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu)
 Assignee: Chris Cheney (ccheney) = (unassigned)
   Status: Incomplete = Fix Released

-- 
Open office crashes with multiple windows open after paste from firefox
https://bugs.launchpad.net/bugs/120438
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160420] Re: Local devices don't work because an X11 authentication problem

2007-11-15 Thread Alex Magaz
I finally got some time to test again, and now all works without
problems.

But, out of curiosity, I've been trying to make it fail to find the
cause of the problem. After some tests, I discovered it always fails
when you are logged into the server with ssh -X . I was always logged in
when testing, so this is why I was the only who never got it working. I
don't know why it happens, but if I login without -X or replace
'localhost:10.0' by 'localhost:11.0', it works.

-- 
Local devices don't work because an X11 authentication problem
https://bugs.launchpad.net/bugs/160420
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159556] Re: [Hardy] xserver-xorg-core incorrectly conflicting with xserver-xorg-video?

2007-11-15 Thread Timo Aaltonen
** Changed in: xorg-server (Ubuntu)
   Status: In Progress = Fix Released

-- 
[Hardy] xserver-xorg-core incorrectly conflicting with xserver-xorg-video?
https://bugs.launchpad.net/bugs/159556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 161845] Re: Gutsy Thinkpad R40E keyboard failure

2007-11-15 Thread Philllip Endicott
OK booting with apci=off sorts it out! Rather wish I had done this
first now :) Come to think of it, when Dapper originally went onto
this machine, it would not boot at all without apci=off, so I never
saw the effect of the OS on the keyboard under these circumstances.

Setting apci=off also improves the boot time, as expected, but this is
still rather prolonged; are there any other ways I could decrease the
wait time?

On Nov 15, 2007 1:56 AM, Leann Ogasawara [EMAIL PROTECTED] wrote:
 Hi Phillip,

 What an odd little bug.  Does anything interesting show up in dmesg
 after you've attempted to type unsuccessfully?  Also, I think you may
 have had a typo with your lspci command.  Care to try again and attach
 the log file?

 sudo lspci -vvnn  lspci-vvnn.log

 Can you also try booting with the kernel boot option apci=off ?

 Thanks!


 --
 Gutsy Thinkpad R40E keyboard failure
 https://bugs.launchpad.net/bugs/161845
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Gutsy Thinkpad R40E keyboard failure
https://bugs.launchpad.net/bugs/161845
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 112527] Re: [apport] soffice.bin crashed with SIGSEGV

2007-11-15 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu)
 Assignee: Chris Cheney (ccheney) = (unassigned)
   Status: Incomplete = Invalid

-- 
[apport] soffice.bin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/112527
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141027] Re: Formatting Message...

2007-11-15 Thread funkyFlash
I retract my previous theory.  I just had it happen with a single
sentence email with no images.

However, still no problems with Gmail IMAP.  I've tried forwarding scary
messages to my gmail account, but I think once evolution chokes on a
message once, it's fine loading it again.

When this occurs, is there any way I can get useful information?

-- 
Formatting Message...
https://bugs.launchpad.net/bugs/141027
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 112408] Re: Mail Merge Wizard crashes OpenOffice

2007-11-15 Thread Chris Cheney
*** This bug is a duplicate of bug 117648 ***
https://bugs.launchpad.net/bugs/117648

** This bug has been marked a duplicate of bug 117648
   OpenOffice writer crashes after Insert-Indices and Tables-Bibliography if 
openoffice.org-base not installed

-- 
Mail Merge Wizard crashes OpenOffice
https://bugs.launchpad.net/bugs/112408
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162923] Re: keep folders collapsed no matter what

2007-11-15 Thread Emilio Pozuelo Monfort
** Changed in: liferea (Ubuntu)
   Importance: Undecided = Low
   Status: New = Confirmed

-- 
keep folders collapsed no matter what
https://bugs.launchpad.net/bugs/162923
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162928] Please sync imgsizer 2.7-3 (universe) from Debian unstable (main)

2007-11-15 Thread Marco Rodrigues
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/imgsizer
 status new
 subscribe ubuntu-universe-sponsors

Please sync imgsizer 2.7-3  (universe) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
The ubuntu changes are now merged into the latest debian package. It's now 
conform with the debian python policy, works in python = 2.4 and it's tested 
with 2.5 as mentioned in the changelog. It builds fine in Hardy pbuilder.

Changelog since current hardy version 2.7-2ubuntu1:

imgsizer (2.7-3) unstable; urgency=low

  * Bug fix: imgsizer: Doesn't conform to the python policy, thanks
to Josselin Mouette (Closes: #445280).  Tested with python 2.5.
  * Updated to Standards-Version 2.7.2
  * debian/compat: Added.
  
 -- Peter S Galbraith [EMAIL PROTECTED]  Sat, 06 Oct 2007 21:36:27 -0400


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPIg9QGoC3MKACe8RAm+iAJ9GnPv+bxV+7mqs+WYAmWzREMTWPwCeNZmE
SX5U3b0jJ1dMXjG+F+7Ls94=
=ztwT
-END PGP SIGNATURE-

** Affects: imgsizer (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync imgsizer 2.7-3  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/162928
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 44393] Re: After closing the lid, video does not come back by pressing any key.

2007-11-15 Thread Paul Dufresne
** Summary changed:

- After closing the lid, video does not come bak by pressing any key.
+ After closing the lid, video does not come back by pressing any key.

-- 
After closing the lid, video does not come back by pressing any key.
https://bugs.launchpad.net/bugs/44393
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 148097] Re: No HDMI audio with ALC883 chipset

2007-11-15 Thread tonym
Yeah, I saw that. I guess we can close this ticket for the time being..
Anyone wanna buy a second hand abit mobo? ;)

-- 
No HDMI audio with ALC883 chipset
https://bugs.launchpad.net/bugs/148097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 146330] Re: evolution addressbook crashes when selecting a 'Show' category

2007-11-15 Thread Bob Runion
*** This bug is a duplicate of bug 135471 ***
https://bugs.launchpad.net/bugs/135471

Has this issue been resolved?   I'm still getting the error message when
I try to open a category.

-- 
evolution addressbook crashes when selecting a 'Show' category
https://bugs.launchpad.net/bugs/146330
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2007-11-15 Thread slasher-fun
gagarine, please don't make this kind of useless comments. Ubuntu team is 
working on this problem. Please only add comments if you can HELP fixing this 
issue, not if you just want to say things that don't help.
Thanks.

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 118723] Re: KMilo/Volume Hotkeys regression

2007-11-15 Thread Michael Gefen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

we can say it's fixed when the fix is committed to the upstream.

by the way i confirm the bug and the solution (socketbind's)
on Acer Aspire 5045 (32 bit version)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iQCVAwUBRzyELYzl7/hn5cm4AQKNFAP/WC1DjwWpjMX6d7I3puxCgnkngPMmp11O
Hj7j4VMtcT+pitcFKFrWMkRVZr6ShlIt8rx18Q/0ku2BNJwiu2xwJX1Pd7B1SZVS
w8OV7swHL4Cvfg1MIuCwsnLZMYcWMMzDVvGxc0AOQ4wkitO3O1NLhaT8fTiS7Dym
bloxMq9f2pM=
=Mqkn
-END PGP SIGNATURE-

-- 
KMilo/Volume Hotkeys regression
https://bugs.launchpad.net/bugs/118723
You received this bug notification because you are a member of Kubuntu
Team, which is a bug assignee.

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


[Bug 147756] Re: [Gutsy] Possible memory leak in trackerd

2007-11-15 Thread Victor Osadci
I've been runing trunk for a week and it works well. Is there any chance
to push the changes to updates ?

-- 
[Gutsy] Possible memory leak in trackerd
https://bugs.launchpad.net/bugs/147756
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 54816] Re: Edgy should include 'bioapi' to support fingerprint readers

2007-11-15 Thread Wladston Viana
Justin,

The guy did everything there, including usability testings on ubuntu ...
let's just implement it!

I really doubt that this kind of software can't be shipped due to legal
issues. My computer, a Toshiba R20 tablet pc, has a fingerprint reader,
and you can login just by swiping the finger. Lots of similar computers
from usa with this technology and software are selling here on Brazil.

The document says that lenovo and ibm lappies have an embedded chip to
increase security even more, but it doesn't say that these chips are
absolutely required for a safe operation.

How can I send this to the Ubuntu technical counsil ?

I know that the cost on the gym is low... I'm thinking about inviting
the author of that documment to come comment here on this bug, from his
research, he'll be able to tell if that security method is at least as
safe as a 8 alphanumeric + special characters password, with is what
most ubuntu users that require safe login screens probably use today.

-- 
Edgy should include 'bioapi' to support fingerprint readers
https://bugs.launchpad.net/bugs/54816
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


RE: [Bug 91038] Re: abuse crashes on netplaying

2007-11-15 Thread Samuel

 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 15 Nov 2007 
 12:32:43 + Subject: [Bug 91038] Re: abuse crashes on netplaying  
 Please attach the file /var/crash/_usr_games_abuse.1002.crash or try to run 
 it at Gutsy to see if you have the same problem. Thanks  ** Changed in: 
 abuse-sdl (Ubuntu) Status: New = Incomplete  ** Changed in: abuse-sdl 
 (Ubuntu) Assignee: (unassigned) = Marco Rodrigues (gothicx)  --  abuse 
 crashes on netplaying https://bugs.launchpad.net/bugs/91038 You received 
 this bug notification because you are a direct subscriber of the bug.
 
Thanks, but now I´m using windows already
_
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-ussource=wlmailtagline

-- 
abuse crashes on netplaying
https://bugs.launchpad.net/bugs/91038
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 159556] Re: [Hardy] xserver-xorg-core incorrectly conflicting with xserver-xorg-video?

2007-11-15 Thread Olivier Blanc
It's been corrected.
Can be closed.

-- 
[Hardy] xserver-xorg-core incorrectly conflicting with xserver-xorg-video?
https://bugs.launchpad.net/bugs/159556
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159654] Re: Kopete + Webcam bug fix to update on repository

2007-11-15 Thread ®om
OK it has been corrected in the last upgrade \o/

Very good !

-- 
Kopete + Webcam bug fix to update on repository
https://bugs.launchpad.net/bugs/159654
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kopete in ubuntu.

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


[Bug 131526] Re: [gutsy] OpenOffice crashes/hangs with some Gtk themes (e.g. Crux)

2007-11-15 Thread zelrik
I had the same problem just now...had to switch to 'human' to get openoffice 
started !! grrr 
I hope this bug will be fixed soon, my windows looks ugly now :/

-- 
[gutsy] OpenOffice crashes/hangs with some Gtk themes (e.g. Crux)
https://bugs.launchpad.net/bugs/131526
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 97246] Re: vi not working properly under cli or terminal under gui

2007-11-15 Thread kingecg
vi in cli env:
the BackSpace key can't work.when i press the key,it nothing occur

-- 
vi not working properly under cli or terminal under gui
https://bugs.launchpad.net/bugs/97246
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 65027] Re: Notebooks freezes after closing lid or pressing some FN key combination

2007-11-15 Thread Paul Dufresne
Some possibly related message on Linux-Kernel archive:
http://www.uwsg.iu.edu/hypermail/linux/kernel/0610.1/2232.html
Dell Inspiron e1405 have a intel GMA 950 and Intel Yonah Core Duo T2300 
according to:
http://www.notebookreview.com/default.asp?newsID=2950review=Dell+Inspiron+e1405

Extract: Modify 64bit kernel entry point to do something trivial (flashing
character on vga text mode?) then see if lid close breaks it. If so,
blame smm, and force vendor to fix it.

-- 
Notebooks freezes after closing lid or pressing some FN key combination
https://bugs.launchpad.net/bugs/65027
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 46519] Re: OpenOffice writes files with wrong coding in ISO8859-2 environment on Kubuntu (KDE)

2007-11-15 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu)
 Assignee: Chris Cheney (ccheney) = (unassigned)
   Status: Incomplete = Fix Released

-- 
OpenOffice writes files with wrong coding in ISO8859-2 environment on Kubuntu 
(KDE)
https://bugs.launchpad.net/bugs/46519
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 128803] Re: [Gutsy] very slow gnome startup

2007-11-15 Thread James Allen
Nice job sweetsinse, I also found that the logout was all down to the
power management applet, simply making sure it starts and also adding it
as a tray icon fixes this issue, one down! I still think the login is
very much a network driver issue, as I *DO NOT* experience this issue at
all on my laptop which has all the newest updates also.

-- 
[Gutsy] very slow gnome startup
https://bugs.launchpad.net/bugs/128803
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 117658] Re: [needs-packaging] kthinkbat

2007-11-15 Thread Jonathan Patrick Davies
** Changed in: ubuntu
   Status: In Progress = Fix Released

-- 
[needs-packaging] kthinkbat
https://bugs.launchpad.net/bugs/117658
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138094] Re: [Gutsy] desktop and keyboard freezes while mouse is moveable

2007-11-15 Thread odaagan
I had this problem after installing gutsy: All of a sudden everything
froze (including keyboard) except from the mouse pointer. However, after
making two changes the problem hasn't occurred for two days now. I
recalled the following.

1. At my first login after installing gutsy I got a question from
restricted driver manager if I wanted to use ATI accelerated graphics
driver. At that time I enabled that option. After disabling this driver
two days ago my computer hasn't frozen down.

To disable the driver: System - Administration - Restricted drivers
manager.

2. I did in fact one more change that is less likely to be related to
the problem. Immediately after installing gutsy I removed all default
directories in my user folder, i.e. Documents, Videos, Music etc. and
they all ended up in the ~/.Trash directory. Two days ago I moved them
back to their original location, but as I said, this is unlikely to be
related to the problem.

I will post here again if my computer starts freezing again even though
the graphics driver is disabled.

Details: I run gutsy on a LG LM70 Express. Graphic card, I don't know,
probably listed in lshw but that one is written for hardware developers.

-- 
[Gutsy] desktop and keyboard freezes while mouse is moveable
https://bugs.launchpad.net/bugs/138094
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 56649] Re: include path to strtod()

2007-11-15 Thread Tormod Volden
This was fixed in the 0.9.3 release.

** Changed in: xserver-xorg-video-sis (Ubuntu)
   Status: In Progress = Fix Released

-- 
include path to strtod()
https://bugs.launchpad.net/bugs/56649
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162924] Re: Cannot go back and cannot even quit!

2007-11-15 Thread Tristan Rhodes

** Attachment added: Crash report from Ubiquity
   http://launchpadlibrarian.net/10385248/_usr_lib_ubiquity_bin_ubiquity.0.crash

-- 
Cannot go back and cannot even quit!
https://bugs.launchpad.net/bugs/162924
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 45612] Re: hd has to be swapped in grub before kernel is found

2007-11-15 Thread Paul Dufresne
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

-- 
hd has to be swapped in grub before kernel is found
https://bugs.launchpad.net/bugs/45612
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 46030] Re: (dapper) system restart independently and unexpectedly

2007-11-15 Thread Paul Dufresne
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: linux-source-2.6.15 (Ubuntu)
   Status: Incomplete = Invalid

-- 
(dapper) system restart independently and unexpectedly
https://bugs.launchpad.net/bugs/46030
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 162621] Re: /usr/lib/sane/libsane-hpaio.so.1 not linked properly

2007-11-15 Thread Emil
Till Kamppeter wrote:
 If you remove /usr/local/lib/libhpip.so.0 and then do sudo ldconfig,
 does the linking to libnetsnmp9 go away?
 

Yes, libs from /usr/local/lib were causing the problem

Thanks again,
Emil

-- 
/usr/lib/sane/libsane-hpaio.so.1 not linked properly
https://bugs.launchpad.net/bugs/162621
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 53206] Re: In xorg.conf the XkbModel setting for Japanese jp106 keyboard is wrong

2007-11-15 Thread Angus77
** Changed in: xkeyboard-config (Ubuntu)
   Status: New = Confirmed

-- 
In xorg.conf the XkbModel setting for Japanese jp106 keyboard is wrong
https://bugs.launchpad.net/bugs/53206
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 50188] Re: mouse and keyboard stop a while when some info requested to ACPI system and 'psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at' in dmesg

2007-11-15 Thread Paul Dufresne
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Incomplete = Invalid

-- 
mouse and keyboard stop a while when some info requested to ACPI system and 
'psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at' in dmesg
https://bugs.launchpad.net/bugs/50188
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162840] hwdb-client does not support pulseaudio

2007-11-15 Thread Jojo
Public bug reported:

Binary package hint: hwdb-client

It seems that if there is pulseaudio server installed, hwdb-client
cannot access it, but recognize sound card it properly. There is no
sound available when you test sound card, but everything works fine in
other apps.

** Affects: hwdb-client (Ubuntu)
 Importance: Undecided
 Status: New

-- 
hwdb-client does not support pulseaudio
https://bugs.launchpad.net/bugs/162840
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139935] Re: Improper rendering with compiz enabled

2007-11-15 Thread Louis-Dominique Dubeau
I confirm experiencing the same problem with nvidia's binary driver
version 100.14.19.  My GPU is a 8600M GT.

-- 
Improper rendering with compiz enabled
https://bugs.launchpad.net/bugs/139935
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 95817] Re: Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed

2007-11-15 Thread dlublink
If I put it in the other slot it says pcmcia0.0 instead.

-- 
Feisty's Kernel Panics With Netgear MA401 PCMCIA Wireless Installed
https://bugs.launchpad.net/bugs/95817
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 122668] Re: Not all files of an usb ntfs HD are visible

2007-11-15 Thread Alberto
I had the problem on KUnuntu 7.04. After i'm passetd to Ubuntu 7.04, i've
installed ntfs3d and i'didn't had the problem. Now i've installed Ubuntu
7.10 and i don't have the problem.

On Nov 15, 2007 7:35 PM, Paul Dufresne [EMAIL PROTECTED] wrote:

 Well, sorry, I neglected this bug.
 Still, now that Ubuntu 7.10 is out (Gutsy), I guess I at least have to ask
 if this is still happening with it.

 --
 Not all files of an usb ntfs HD are visible
 https://bugs.launchpad.net/bugs/122668
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Not all files of an usb ntfs HD are visible
https://bugs.launchpad.net/bugs/122668
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152531] Re: GLSlideshow Consistantly Freezes

2007-11-15 Thread ReyPeste
I have the same problem on a Dell Inspiron, also with the Intel 945GM.
After some pictures are shown, it freezes. Also when using the
screensaver with compiz-fusion enabled, there are ugly artifacts over
the slideshow.

-- 
GLSlideshow Consistantly Freezes
https://bugs.launchpad.net/bugs/152531
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162945] Please sync gaphas 0.3.3-2 (universe) from Debian unstable (main)

2007-11-15 Thread Albin Tonnerre
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/gaphas
 status confirmed
 subscribe ubuntu-archive

Please sync gaphas 0.3.3-2  (universe) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
The only ubuntu change was: Changed debian/pyversions to allow python  2.4
This is now fixed in debian

Changelog since current hardy version 0.2.0-2ubuntu1:

gaphas (0.3.3-2) unstable; urgency=low

  * Support for Python 2.5 (Closes: Bug#445397)

 -- Cédric Delfosse [EMAIL PROTECTED]  Thu, 18 Oct 2007 22:37:15 +0200

gaphas (0.3.3-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse [EMAIL PROTECTED]  Wed, 19 Sep 2007 22:49:30 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPJutIjAgwqfG8N8RAkxjAJ9qlYvh+bw6oDRqZ+nA3pnf817JTwCfQLdI
GizJHQFj80yduNfmBMAUUCs=
=2ra+
-END PGP SIGNATURE-

** Affects: gaphas (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Please sync gaphas 0.3.3-2  (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/162945
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 162944] ASUS C90S wifi bluetooth function key inop

2007-11-15 Thread msromike
Public bug reported:

After a fresh install of Gutsy on to my ASUS C90S laptop almost all of
my function keys worked.  Except I cannot figure out how to get fn+F2
working.

It should be a circular four way toggle between:

  OFF+OFF
  WIFI+OFF
  WIFI+BT
  OFF+BT

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
ASUS C90S wifi  bluetooth function key inop
https://bugs.launchpad.net/bugs/162944
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162649] Re: Abnormal CPU load and fan

2007-11-15 Thread Cimmo
I add that I had no problem with Feisty and now with Gutsy I have this problem.
Top doesn't show the process that causes this, but with a superkaramba theme I 
can see that the cpu goes at 100%

The bad thing is very difficult to understand which is the exact
component that causes this problem.

-- 
Abnormal CPU load and fan
https://bugs.launchpad.net/bugs/162649
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162649] Re: Abnormal CPU load and fan

2007-11-15 Thread Cimmo
wow I have the same laptop and same identical problem, fan starts
sometimes without a reason and sometimes during boot...

-- 
Abnormal CPU load and fan
https://bugs.launchpad.net/bugs/162649
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162939] Re: excessive cpu usage by nautilus

2007-11-15 Thread Andrew Frank

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/10386624/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/10386625/ProcStatus.txt

-- 
excessive cpu usage by nautilus
https://bugs.launchpad.net/bugs/162939
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123718] Re: ubuntu freezes in loading screen if tv tunner (image world) is inserted in PCI slot

2007-11-15 Thread Paul Dufresne
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
ubuntu freezes in loading screen if tv tunner (image world) is inserted in PCI 
slot
https://bugs.launchpad.net/bugs/123718
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 61992] Re: should use a background by default

2007-11-15 Thread Przemysław Kulczycki
Anyone wanna make a spec about it?
https://wiki.ubuntu.com/Artwork/Specs

-- 
should use a background by default
https://bugs.launchpad.net/bugs/61992
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 89964] Re: xchat-gnome not working

2007-11-15 Thread Babets
This problem is also present in xchat-gnome in gutsy:

XChat CRITICAL *** default event text failed to build!
Aborted (core dumped)

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

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


[Bug 83048] Re: offset only works for a one-cell range

2007-11-15 Thread Jérôme Guelfucci
Thank you for your bug report. Do you sitll have this issue ?

** Changed in: gnumeric (Ubuntu)
   Importance: Undecided = Low
   Status: New = Incomplete

-- 
offset only works for a one-cell range
https://bugs.launchpad.net/bugs/83048
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 48277] Re: Hang after Dapper upgrade: Waiting for root file system...

2007-11-15 Thread Paul Dufresne
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: linux-source-2.6.15 (Ubuntu)
   Status: Incomplete = Invalid

-- 
Hang after Dapper upgrade: Waiting for root file system...
https://bugs.launchpad.net/bugs/48277
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 121611] Re: Merged document spawns duplicate graphics

2007-11-15 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu)
 Assignee: Chris Cheney (ccheney) = (unassigned)
   Status: Incomplete = Triaged

-- 
Merged document spawns duplicate graphics
https://bugs.launchpad.net/bugs/121611
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150475] Re: Unable to change mouse pointer in gnome-appearance-properties

2007-11-15 Thread Pedro Villavicencio
Already tested the update for Gutsy and Is ok to wait for the total fix
on the only change mouse pointer but there's still a part of the save
of the xcursor setting that is not fixed (Scenario 2), I've re-opened
the bug upstream. thanks barcc.

** Changed in: gnome-control-center (Ubuntu Gutsy)
   Status: Fix Committed = Triaged

** Changed in: gnome-control-center (Ubuntu)
   Status: Fix Committed = Triaged

-- 
Unable to change mouse pointer in gnome-appearance-properties
https://bugs.launchpad.net/bugs/150475
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162950] Totem crashes on close in gutsy with X error

2007-11-15 Thread David Benjamin
Public bug reported:

Binary package hint: totem

In Gutsy, totem crashes on close.

Steps to Reproduce:
1. Open totem from a terminal
2. Do anything... or nothing
3. Close totem

Results:
The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 277 error_code 8 request_code 141 minor_code 13)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Running through a debugger doesn't give anything useful, and I see no
additional package to download the stripped debug symbols. (Might be
useful to consider providing such packages if possible. They're useful
for a lot of things.)

My guess is that this is related to the video overlay as Gutsy also
seems to have considerable problems with that. (The contrast setting
gets set to zero, and I have to manually eyeball it to find the correct
setting. Will file a report when I narrow down the exact triggers of the
problem.)

My graphics device is an integrated Intel chip:
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)

I am running an up-to-date Gutsy install that was upgraded from Feisty
with no totem or graphics-related modifications.

This error did not occur in Ubuntu Feisty.

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

-- 
Totem crashes on close in gutsy with X error
https://bugs.launchpad.net/bugs/162950
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155485] Re: Brightness is automatically readjusted to match Brightness Applet

2007-11-15 Thread JohnKarahalis
I just want to confirm that this bug still exists. I am up to date as of
a few minutes ago.

(1) If I ever lower the brightness of the LCD screen using Fn+Down, the 
brightness will eventually (after what seems to be a random amount of time) 
revert to the value originally set in the brightness applet.
(2) I also just noticed that if I lower or raise the brightness using Fn+Down 
or Fn+Up and close the laptop lid, the brightness will revert to whatever was 
originally set in the brightness applet upon reopening the lid. However, if I 
change the brightness directly through the brightness applet and close the lid, 
the brightness will remain at that new level when I reopen the laptop.

It seems like the brightness applet records the brightness level so
that it does not change later for any reason. Fn+Down and Fn+Up,
however, seem to change the brightness temporarily, only to be reverted
to the value last set with the brightness applet for one of the two
reasons above.

Steps to repeat issue 1:
1. Use the brightness applet to set the brightness to a given value.
2. Use Fn+Down (Fn+Up not tested, but I expect that would cause the issue also) 
to modify the brightness noticeably.
3. Continue using your computer.
Expected result: The brightness will not change for any reason.
Actual result: The brightness will eventually (randomly, it seems) revert to 
the value you set with the brightness applet in step 1.

Steps to repeat issue 2:
1. Use the brightness applet to set the brightness to a given value.
2. Use Fn+Down or Fn+Up to modify the brightness noticeably.
3. Close the laptop lid.
4. Reopen the laptop lid.
Expected result: Upon reopening the lid, the brightness will remain at the 
level you just set using Fn+Down or Fn+Up.
Actual result: Upon reopening the lid, the brightness will revert to the value 
you set with the brightness applet in step 1.

Would anybody be able to confirm this bug?

-- 
Brightness is automatically readjusted to match Brightness Applet
https://bugs.launchpad.net/bugs/155485
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 161845] Re: Gutsy Thinkpad R40E keyboard failure

2007-11-15 Thread Leann Ogasawara
Hi Phillip,

I'm glad to hear the workaround helped.  I'm not very knowledgeable in
the area of improving boot time so I can't be of much help there.
However, the kernel team might be able to give more insight when they
look into resolving this bug.  I'm going to tag this report as hardy-
kernel-candidate so that we make sure this gets retargetted towards the
upcoming Hardy kernel.  If you wouldn't mind, I'd like to ask if you
could test with the Hardy kernel once it does come out and let us know
if this issue still persists and if the workaround is still viable.
Thanks!

** Tags added: hardy-kernel-candidate

-- 
Gutsy Thinkpad R40E keyboard failure
https://bugs.launchpad.net/bugs/161845
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155390] Re: Gutsy, Volume applet shows mute icon momentarily while changing volume

2007-11-15 Thread Andrea Corbellini
** Changed in: gnome-applets (Ubuntu)
   Importance: Undecided = Low

-- 
Gutsy, Volume applet shows mute icon momentarily while changing volume
https://bugs.launchpad.net/bugs/155390
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


<    1   2   3   4   5   6   7   8   9   >