[Bug 164957] Re: Macro doesn't paste on the right place in Calc

2007-11-25 Thread denzoil

** Attachment added: MacroBug.ods
   http://launchpadlibrarian.net/10550516/MacroBug.ods

-- 
Macro doesn't paste on the right place in Calc
https://bugs.launchpad.net/bugs/164957
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 164956] Re: RealPlayer crashed both times I tried to access this BBC url: http://news.bbc.co.uk/player/nol/newsid_7090000/newsid_7094000/7094025.stm?bw=bbmp=rmnews=1

2007-11-25 Thread nigelj

** Attachment added: _usr_lib_realplay-10.0.9_realplay.bin.1000.crash
   
http://launchpadlibrarian.net/10550489/_usr_lib_realplay-10.0.9_realplay.bin.1000.crash

-- 
RealPlayer crashed both times I tried to access this BBC url: 
http://news.bbc.co.uk/player/nol/newsid_709/newsid_7094000/7094025.stm?bw=bbmp=rmnews=1
https://bugs.launchpad.net/bugs/164956
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 164958] Please sync unrar-nonfree 3.7.8-1 from debian unstable

2007-11-25 Thread Martin Meredith
Public bug reported:

Binary package hint: unrar-nonfree

I've just had unrar-nonfree released to debian.

Changes since last Release

unrar-nonfree (1:3.7.8-1) unstable; urgency=low

  * New upstream release
  * Updated to use /etc/alternatives (Closes: #414413)
  * Added Watch File

 -- Martin Meredith [EMAIL PROTECTED]  Fri, 23 Nov 2007 20:47:45 +

No ubuntu specific changes.

** Affects: unrar-nonfree (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please sync unrar-nonfree 3.7.8-1 from debian unstable
https://bugs.launchpad.net/bugs/164958
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 164955] [gutsy] network-admin does not update WPA PSK

2007-11-25 Thread Toon Spin
Public bug reported:

Binary package hint: gnome-system-tools

Each time when starting up, I find that my wireless network doesn't
work. Launching network-admin shows me that my network password (which
is what I type into the text field, not what's in the interfaces file)
has changed to some very long string; I can't see what it changed it
*to* because it's all bullets. So I change it back, but it still doesn't
work. I have to change it back a few times for it to finally catch.

Information I can provide you with at this time:
- using an AMD64 X2 processor, but running an i386 Gutsy
- my essid is 159 and its password is a 12-character string that consists of 
nothing but letters
- using WPA-personal
- network hardware is a Linksys PCI wireless card, combined with a WLAN access 
point, also Linksys.

I'm not sure if I can reproduce by simply logging out and then back in,
because I haven't tried. My guess is, network-admin mistakes the PSK for
the password and generates a new PSK from the old one by mistake.

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

-- 
[gutsy] network-admin does not update WPA PSK
https://bugs.launchpad.net/bugs/164955
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 164954] Openttd Turkish Charset Error

2007-11-25 Thread talat
Public bug reported:

Binary package hint: openttd

If you choose turkish language in openttd preferences, some turkish
character show as ?. I wrote a patch for this problem. Openttd when
use dejavyu fonts i dont see any problem all language. Ubuntu install
dejavu fonts in installition. Can you fix it ?

#This patch sets DejaVu Sans as default font, YTL as default currency, and 
Turkish for town names
#default language is already taken from environment variables
diff -Naur settings.c settings.c
--- settings.c  2007-10-18 08:40:02.0 +0300
+++ settings.c  2007-10-18 08:45:39.0 +0300
@@ -1206,9 +1206,9 @@
  SDTG_STR(savegame_format,  SLE_STRB, S, 0, _savegame_format,   
NULL,STR_NULL, NULL),
 SDTG_BOOL(rightclick_emulate, S, 0, _rightclick_emulate,   
false,STR_NULL, NULL),
 #ifdef WITH_FREETYPE
- SDTG_STR(small_font,   SLE_STRB, S, 0, _freetype.small_font,   
NULL,STR_NULL, NULL),
- SDTG_STR(medium_font,  SLE_STRB, S, 0, _freetype.medium_font,  
NULL,STR_NULL, NULL),
- SDTG_STR(large_font,   SLE_STRB, S, 0, _freetype.large_font,   
NULL,STR_NULL, NULL),
+ SDTG_STR(small_font,   SLE_STRB, S, 0, _freetype.small_font,   
DejaVu Sans,STR_NULL, NULL),
+ SDTG_STR(medium_font,  SLE_STRB, S, 0, _freetype.medium_font,  
DejaVu Sans,STR_NULL, NULL),
+ SDTG_STR(large_font,   SLE_STRB, S, 0, _freetype.large_font,   
DejaVu Sans,STR_NULL, NULL),
  SDTG_VAR(small_size,   SLE_UINT, S, 0, _freetype.small_size,   
6, 0, 72, 0, STR_NULL, NULL),
  SDTG_VAR(medium_size,  SLE_UINT, S, 0, _freetype.medium_size, 
10, 0, 72, 0, STR_NULL, NULL),
  SDTG_VAR(large_size,   SLE_UINT, S, 0, _freetype.large_size,  
16, 0, 72, 0, STR_NULL, NULL),

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

-- 
Openttd Turkish Charset Error
https://bugs.launchpad.net/bugs/164954
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 164959] Please sync rar 3.7.1-1 from debian

2007-11-25 Thread Martin Meredith
Public bug reported:

Binary package hint: rar

New Upstream release, now in debian.

Changes

rar (1:3.7.1-1) unstable; urgency=low

  * New upstream release (Closes: #451572)
  * Added watch file
  * Moved Hompage to Header
  * Added linda overrides

 -- Martin Meredith [EMAIL PROTECTED]  Fri, 23 Nov 2007 20:41:34 +

No ubuntu specific changes.

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

-- 
Please sync rar 3.7.1-1 from debian
https://bugs.launchpad.net/bugs/164959
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 164953] Add/remove applications close immediatly when i do a search

2007-11-25 Thread Fabio Colombo
Public bug reported:

Hi guys, i'm testing Hardy Heron 64bit on my AMD64
The problem is that when i made a research on add/remove applications, program 
immediatly close!
I would like to made a backtrace now.

** Affects: gnome-app-install (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Add/remove applications close immediatly when i do a search
https://bugs.launchpad.net/bugs/164953
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 164952] Firefox won't start under compiz fusion

2007-11-25 Thread waterpie
Public bug reported:

Binary package hint: firefox

I am not sure if it is a firefox, X system or fusion bug.

When I try to run firefox under kubuntu 7.10, when compiz fusion is running, 
firefox 
won't start. It shows the dialog to select the profile I want, and when I 
choose one and tell it to load, it crashes 
with: 

The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 4279 error_code 3 request_code 20 minor_code 0)
  (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.)

When I run firefox --sync it starts ok, with no message at all. This seems to 
be an ok workaround, 
but I suppose most users start firefox without -sync, and suddenly not being 
able to start the web browser 
is a big turn off.

The option firefox menu fix in fusion's workarounds plugin, doesn't do
any difference.

I have installed every update in kubuntu 7.10

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

-- 
Firefox won't start under compiz fusion
https://bugs.launchpad.net/bugs/164952
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 164957] Macro doesn't paste on the right place in Calc

2007-11-25 Thread denzoil
Public bug reported:

Binary package hint: openoffice.org

I registered a macro that copies cells from a sheet and pastes it into other 
sheets, in specific places I have selected.
The first time it worked well but the second time the cells were pasted on 
wrong places: decaled on the right on one sheet, down on another, up and right 
on another one and as it ought to be in another sheets.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Macro doesn't paste on the right place in Calc
https://bugs.launchpad.net/bugs/164957
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 164956] RealPlayer crashed both times I tried to access this BBC url: http://news.bbc.co.uk/player/nol/newsid_7090000/newsid_7094000/7094025.stm?bw=bbmp=rmnews=1

2007-11-25 Thread nigelj
Public bug reported:

Binary package hint: realplay

RealPlayer crashed both times I tried to access this BBC url:
http://news.bbc.co.uk/player/nol/newsid_709/newsid_7094000/7094025.stm?bw=bbmp=rmnews=1
(found on http://news.bbc.co.uk/1/hi/programmes/breakfast/7091097.stm )

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

-- 
RealPlayer crashed both times I tried to access this BBC url: 
http://news.bbc.co.uk/player/nol/newsid_709/newsid_7094000/7094025.stm?bw=bbmp=rmnews=1
https://bugs.launchpad.net/bugs/164956
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 164951] graphic window outside the screen when compiz is turned on

2007-11-25 Thread Iron Rat
Public bug reported:

Binary package hint: scilab

When desktop effects are turned off scilab graphic window appears at the
upper-left corner of the screen, but when desktop effects are turned on
it appears under the screen, only window title can be seen at the
bottom of the screen, so user has to drag it up to see the graph.

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

-- 
graphic window  outside the screen when compiz is turned on
https://bugs.launchpad.net/bugs/164951
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 164950] Gnome Power Preferences partially inaccessible

2007-11-25 Thread Carlo Capocasa
Public bug reported:

Binary package hint: gnome-power-manager

This is using Gutsy Gibbon, release version.

Gnome power preferences can be configured quite
neatly from the within Screensaver configuration,
which is great.

However, no matter what settings, the screen still
turns off after a certain amount of time.

WORKAROUND:

gnome-power-preferences displays the same screen
as in the screen saver preferences.

The setting regarding turning off the screen is actually
saved in the root user's preferences and can be
accessed by running

gksudo gnome-power-preferences

FIX:

All power settings should be accessible to the user, IE
the root user's settings should not matter when not logged
in as root.

RELEVANCE:

When working around a buggy proprietary NVIDIA
driver implementation where turning off the screen
by ACPI means it doesn't turn on again, in my
case on a Dell Inspiron 2650.

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

-- 
Gnome Power Preferences partially inaccessible
https://bugs.launchpad.net/bugs/164950
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 164949] Please sync from Debian experimental

2007-11-25 Thread Timo Aaltonen
Public bug reported:

Binary package hint: xserver-xorg-video-radeonhd
Version: 0.0.4~git20071124-1
From: Debian experimental main

The only change in gutsy was to drop the xorg-server build-dep, so it's
a safe sync for hardy.

** Affects: xserver-xorg-video-radeonhd (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: xserver-xorg-video-radeonhd (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Confirmed

** Changed in: xserver-xorg-video-radeonhd (Ubuntu)
   Target: None = hardy-alpha-1

-- 
Please sync xserver-xorg-video-radeonhd 0.0.4~git20071124-1 from Debian 
experimental
https://bugs.launchpad.net/bugs/164949
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 164949] Re: Please sync xserver-xorg-video-radeonhd 0.0.4~git20071124-1 from Debian experimental

2007-11-25 Thread Tormod Volden
** Summary changed:

- Please sync from Debian experimental
+ Please sync xserver-xorg-video-radeonhd 0.0.4~git20071124-1 from Debian 
experimental

** Description changed:

  Binary package hint: xserver-xorg-video-radeonhd
+ Version: 0.0.4~git20071124-1
+ From: Debian experimental main
  
  The only change in gutsy was to drop the xorg-server build-dep, so it's
  a safe sync for hardy.

-- 
Please sync xserver-xorg-video-radeonhd 0.0.4~git20071124-1 from Debian 
experimental
https://bugs.launchpad.net/bugs/164949
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 164947] update-manager fails to compile with python 2.4 on hardy

2007-11-25 Thread Rich
Public bug reported:

Binary package hint: update-manager

I received the following error on attempting to upgrade to update-manager 
1:0.85.3:
Errors were encountered while processing:
 update-manager
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up update-manager (1:0.85.3) ...
Compiling /usr/lib/python2.4/site-packages/DistUpgrade/DistUpgradeCache.py ...
  File /usr/lib/python2.4/site-packages/DistUpgrade/DistUpgradeCache.py, line 
452
finally:
  ^
SyntaxError: invalid syntax

pycentral: pycentral pkginstall: error byte-compiling files (32)
pycentral pkginstall: error byte-compiling files (32)
dpkg: error processing update-manager (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 update-manager

The issue is that, in Python 2.4, you don't get try-except-finally - you
get try(try-except)-finally, but that's not what's in this file.

Changing the try-except-finally block to be a try-finally block with the
try-except as its contents (starting at line 414, ending at line 451)
fixes this problem.

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

-- 
update-manager fails to compile with python 2.4 on hardy
https://bugs.launchpad.net/bugs/164947
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 164946] Amarok slow/hangs on launch when unable to connect to db

2007-11-25 Thread sfunk1x
Public bug reported:

Binary package hint: amarok

Observed:

Amarok is very slow to launch, acting as if it hangs, when unable to
connect to an unresponsive MySQL server (remote).

Expected:

There should be some short default timeout if unable to successfully
connect, or at least the ability to change the timeout to connect.

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

-- 
Amarok slow/hangs on launch when unable to connect to db
https://bugs.launchpad.net/bugs/164946
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

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


[Bug 164942] ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720

2007-11-25 Thread Lambros Lambrou
Public bug reported:

Binary package hint: ekiga

This is happening quite often for me: when I run Ekiga, it segfaults
during startup.  This seemed to start happening after I tried to make a
video call to another Ekiga account, connected on the same LAN behind a
NAT router.  This action caused Ekiga to crash, and I noticed that if I
restarted Ekiga shortly afterwards, it would crash on startup.

Prior to this crashing behaviour, I successfully made several test calls
to sip:[EMAIL PROTECTED] without incident.  It was only after attempting to
call another Ekiga SIP account that this problem started happening.

Ubuntu version is 7.10, x86_64, freshly installed on a Dell Inspiron 1720 
laptop.
Software is up-to-date as of Sat 24 Nov, with all repositories enabled 
(including proposed-updates and backports).
Ekiga version is 2.0.11-1ubuntu1

In order to get sound working on this laptop, I installed 
linux-backports-modules-generic.
In an attempt to fix webcam issues with Skype, I compiled and installed (from 
latest svn trunk) the uvcvideo kernel module.
In order to get my webcam to work in Ekiga, I have to choose the V4L2 video 
plugin - the default V4L does not work at all on this system.

This problem appears to be very similar to Bug #128481, which is
reportedly fixed.  I will attach more detailed info, including
backtraces which I got by following the instructions found here:
https://wiki.ubuntu.com/DebuggingProgramCrash

ProblemType: Bug
Architecture: amd64
Date: Sun Nov 25 01:14:03 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/ekiga
NonfreeKernelModules: nvidia
Package: ekiga 2.0.11-1ubuntu1
PackageArchitecture: amd64
ProcCmdline: ekiga
ProcCwd: /home/ll
ProcEnviron:
 
PATH=/home/ll/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: ekiga
Uname: Linux ll-laptop 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007 
x86_64 GNU/Linux

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


** Tags: apport-bug

-- 
ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720
https://bugs.launchpad.net/bugs/164942
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 164942] Re: ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720

2007-11-25 Thread Lambros Lambrou

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

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

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

-- 
ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720
https://bugs.launchpad.net/bugs/164942
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 164942] Re: ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720

2007-11-25 Thread Lambros Lambrou

** Attachment added: Backtraces
   http://launchpadlibrarian.net/10550082/gdb-ekiga

-- 
ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720
https://bugs.launchpad.net/bugs/164942
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 164943] php-image-canvas is missing a dependancy on image-color

2007-11-25 Thread Don Picken
Public bug reported:

Binary package hint: php-image-canvas

A workroud is to load the missing image-color using pear

apt-get install php5-gd
pear install Image_Color
apt-get install php-Image-Graph

this loads version image-color-0.2.2,
however if it is loaded via pear it sugests that version 0.3.1 should be used.

as far as my limited testing goes both versions appear to work

** Affects: php-image-canvas (Ubuntu)
 Importance: Undecided
 Status: New

-- 
php-image-canvas is missing a dependancy on image-color
https://bugs.launchpad.net/bugs/164943
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 164942] Re: ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720

2007-11-25 Thread Lambros Lambrou

** Attachment added: Valgrind report
   http://launchpadlibrarian.net/10550095/valgrind.log.9717

-- 
ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720
https://bugs.launchpad.net/bugs/164942
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 164942] Re: ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720

2007-11-25 Thread Lambros Lambrou

** Attachment added: Output of sudo lspci -vv
   http://launchpadlibrarian.net/10550118/lspci-vv.txt

-- 
ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720
https://bugs.launchpad.net/bugs/164942
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 164942] Re: ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720

2007-11-25 Thread Lambros Lambrou
Webcam, according to lsusb:
Bus 007 Device 003: ID 05a9:2640 OmniVision Technologies, Inc.

-- 
ekiga crashes in tinyjpeg_idct_float, dell inspiron 1720
https://bugs.launchpad.net/bugs/164942
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 164941] Re: ALSA does not correctly mix channels on Dell Inspiron 9300

2007-11-25 Thread Saïvann Carignan
*** This bug is a duplicate of bug 113862 ***
https://bugs.launchpad.net/bugs/113862

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 113862, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 113862
   Volume and quality problems with dell inspiron 9300 laptop

-- 
ALSA does not correctly mix channels on Dell Inspiron 9300
https://bugs.launchpad.net/bugs/164941
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdemultimedia in ubuntu (via bug
113862).

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


[Bug 164899] Re: libao.conf in gutsy is wrong. (alsa09 is set as default)

2007-11-25 Thread Emmet Hikory
Looking through the rdepends, the following applications do not appear
to have a supplementary dependency on another sound library: waon,
shell-fm, pytone (and likely other python-pyao rdeps), mpg321, mpc123,
liquidsoap (unless you count icecast as a fallback), possibly libao-
ruby1.8 clients, possibly libao-ocaml clients, gnomoradio, flac123, d4x,
aldo, cdrdao

So, of the 27 affected applications, at least 11 do not appear capable
of sound output with the current /etc/libao.conf

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

-- 
libao.conf in gutsy is wrong. (alsa09 is set as default)
https://bugs.launchpad.net/bugs/164899
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 164880] Re: Candidate revision easycrypt_0.2.1.14-0ubuntu1

2007-11-25 Thread Cesare Tirabassi
Uploaded.

** Changed in: easycrypt (Ubuntu)
 Assignee: Steven Harper (stevenharperuk) = (unassigned)
   Status: In Progress = Fix Committed

-- 
Candidate revision easycrypt_0.2.1.14-0ubuntu1
https://bugs.launchpad.net/bugs/164880
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 164630] Re: RTL8139 fails after 7.10 upgrade

2007-11-25 Thread Luka Renko
Do you dual-boot this system with Windows? If yes, can you check
suggestion from bug 156496?

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.22
 Assignee: (unassigned) = Luka Renko (lure)
   Status: New = Incomplete

-- 
RTL8139 fails after 7.10 upgrade
https://bugs.launchpad.net/bugs/164630
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 164561] Re: EOG window size exceeds screen size

2007-11-25 Thread HeWhoE
I've had the same problem ever since I started using beryl.  I now use
compiz and the problem persists.

-- 
EOG window size exceeds screen size
https://bugs.launchpad.net/bugs/164561
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 164379] Re: please merge linux-wlan-ng 0.2.8+svn1839+dfsg-2 from Debian unstable

2007-11-25 Thread Tormod Volden
linux-wlan-ng (0.2.8+svn1839+dfsg-2ubuntu1) hardy; urgency=low

  * Merge from Debian unstable (LP: #164379), remaining changes:
- Ubuntu maintainer fields in control*
- debian/control: comment on Ubuntu kernel modules
- debian/control.firmware: drop recommends on -modules package
  * Dropped Ubuntu patches which went upstream:
- etc/Makefile: no hotplug agent in Ubuntu
- etc/rc.wlan: say p80211.ko instead of p80211.o
- wlan-udev.sh: remove dbus-send call
- debian/rules: rename local TMPDIR variable which clashes with the 
  environment variable of the same name


** Attachment added: debdiff from Debian version
   
http://launchpadlibrarian.net/10550422/linux-wlan-ng_0.2.8%2Bsvn1839%2Bdfsg-2ubuntu1.debdiff

** Changed in: linux-wlan-ng (Ubuntu)
 Assignee: Tormod Volden (tormodvolden) = (unassigned)
   Status: In Progress = New

-- 
please merge linux-wlan-ng 0.2.8+svn1839+dfsg-2 from Debian unstable
https://bugs.launchpad.net/bugs/164379
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 164359] Re: [hardy] cannot install xubuntu-desktop

2007-11-25 Thread servaas-xubuntu-user
He Lionel Le Folgoc about your work around fix ... it works thank you
very much !

-- 
[hardy] cannot install xubuntu-desktop
https://bugs.launchpad.net/bugs/164359
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 164117] Re: cannot connect to windows network

2007-11-25 Thread Reagan
yeap... i've solved the problem... turns out i hadn't set the samba
password... worked like a charm once i did...

-- 
cannot connect to windows network
https://bugs.launchpad.net/bugs/164117
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 130571] Re: Corrupted data when copying photos from a Secure Digital media card on a laptop

2007-11-25 Thread Saïvann Carignan
** Also affects: dell
   Importance: Undecided
   Status: New

** Summary changed:

- Corrupted data when copying photos from a Secure Digital media card on a 
laptop
+ Corrupted data when copying photos from a Secure Digital media card on a Dell 
inspiron 9300

-- 
Corrupted data when copying photos from a Secure Digital media card on a Dell 
inspiron 9300
https://bugs.launchpad.net/bugs/130571
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 113862] Re: Volume and quality problems with dell inspiron 9300 laptop

2007-11-25 Thread Saïvann Carignan
** Summary changed:

- Volume and quality problems with ICH6 audio cards
+ Volume and quality problems with dell inspiron 9300 laptop

** Changed in: alsa-driver (Ubuntu)
   Importance: Undecided = Low
   Status: New = Confirmed

-- 
Volume and quality problems with dell inspiron 9300 laptop
https://bugs.launchpad.net/bugs/113862
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 127595] Re: [needs-packaging] woodstox

2007-11-25 Thread Matvey Kozhev
The Debian version has sun-java6-jdk as a build dependency, so I
modified it to build with icedtea instead. Here is the debdiff.

It builds properly, as does libhiglayout-java (see
https://bugs.launchpad.net/ubuntu/+bug/127595). Haven't tested freecol
yet.

** Attachment added: libwoodstox-java_4.0~svn20070930-1ubuntu1.debdiff
   
http://launchpadlibrarian.net/10550424/libwoodstox-java_4.0%7Esvn20070930-1ubuntu1.debdiff

** Summary changed:

- [needs-packaging] woodstox
+ Please sync libwoodstox-java 1.0-1 from Debian unstable (contrib)

** Tags added: sync

** Tags removed: needs-packaging

** Changed in: ubuntu
   Status: Triaged = In Progress

-- 
Please sync libwoodstox-java 1.0-1 from Debian unstable (contrib)
https://bugs.launchpad.net/bugs/127595
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 126369] Re: kernel disables irq after 10 minutes

2007-11-25 Thread Pascal d'Hermilly
I've hadn't had any problem like that. I've been booting with irqpoll for 2 
days and mostly been using the touchpad.
Got a T61

-- 
kernel disables irq after 10 minutes
https://bugs.launchpad.net/bugs/126369
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 110391] Re: fan does not slow down

2007-11-25 Thread Stefan Wagner
My problem disappeared when changing the graphics-driver.

I have an ati mobility radeon 9700 and often I install updates, without 
rebooting for multiple days - sometimes weeks.
And since I didn't update the graphics driver with synaptic/apt-get, I wasn't 
sure about that being the real source of problems.
Unfortunately, I made some mistakes by using the radeon-driver, so I excluded  
the graphics driver from the list of possible sources.

I'm now using the fglrx-driver, and the fan slows down nice again.

-- 
fan does not slow down
https://bugs.launchpad.net/bugs/110391
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 164328] Re: [Gutsy] My screen resolution is no longer available when I switch to a lower resolution

2007-11-25 Thread François Ingelrest
The only refresh rate available both before and after changing the
resolution is 60Hz.

-- 
[Gutsy] My screen resolution is no longer available when I switch to a lower 
resolution
https://bugs.launchpad.net/bugs/164328
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 163432] Re: x turns backlight off, freezes keyboard, post 7.04-7.10 upgrade

2007-11-25 Thread Timo Aaltonen
** Changed in: xserver-xorg-video-radeonhd (Ubuntu)
   Status: New = Invalid

-- 
x turns backlight off, freezes keyboard, post 7.04-7.10 upgrade
https://bugs.launchpad.net/bugs/163432
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 163308] Re: ciso fail memory allocation on amd64

2007-11-25 Thread Gaëtan Petit
** Changed in: ciso (Ubuntu)
 Assignee: (unassigned) = Gaëtan Petit (tenshu)
   Status: New = In Progress

-- 
ciso fail memory allocation on amd64
https://bugs.launchpad.net/bugs/163308
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 99508] Re: Window titlebar displayed not right with compiz enabled

2007-11-25 Thread ashish
yeah this bug bugs me too. i am using Ubuntu 7.10 x86_64 (64-bit). i
have installed compiz and also i use nvidia proprietary drivers. my
graphics card is GeForce 7300 Go. this happens to me using firefox
generally. but interestingly yet i don't think this bug is restricted to
title bar only. i' have attached a screen shot of an another problem
(screen shot will make it clear). and this happens only to Firefox
during maximization. also the latter bug isn't seen always (but most of
the time it is).

PS: during viewing pdf in full screen using the default viewer shipped
with ubuntu if i hover the mouse over leave full screen button the
screen flickers* twice before displaying the description of the button.

*complete screen goes black for a millisecond

hope this helps. i don't think its limited to the title bar only. and
neither is it related to i386 only.

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/10550438/Screenshot.png

-- 
Window titlebar displayed not right with compiz enabled
https://bugs.launchpad.net/bugs/99508
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 98717] Re: Kernel module 8139too in MMIO mode freezes system on Intel 945GM chipsets

2007-11-25 Thread Luka Renko
*** This bug is a duplicate of bug 90271 ***
https://bugs.launchpad.net/bugs/90271

This looks like bug 90271 - marking as duplicate (as there are more
duplicate reports there).

** This bug has been marked a duplicate of bug 90271
   Regression: RealTek 8139 hard-locks system on installation/modprobe (affects 
Averatec, Philips laptops)

-- 
Kernel module 8139too in MMIO mode freezes system on Intel 945GM chipsets
https://bugs.launchpad.net/bugs/98717
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 81725] Re: Moving KPDF menu entry to Office instead of Graphics?

2007-11-25 Thread Alejandro Díaz-Caro
I agree with that. KPDF should be placed in the menu Office. Furthermore, 
Acrobat Reader is placed in the menu Office, so, any new user, if he has 
installed both readers, he will find Acrobat first and probably he never will 
use KPDF.
Cheers.

-- 
Moving KPDF menu entry to Office instead of Graphics?
https://bugs.launchpad.net/bugs/81725
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdegraphics in ubuntu.

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


[Bug 76931] Re: Can't do a console login

2007-11-25 Thread Matthew Flaschen
This has been fixed for me in the latest releases.

** Changed in: ubuntu
   Status: Incomplete = Fix Released

-- 
Can't do a console login
https://bugs.launchpad.net/bugs/76931
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 74362] Re: usb wireless device zd1211rw 5-2:1.0: zd_chip_control_leds error -19

2007-11-25 Thread cmpn76
Hi,
I have the same bug under gutsy.
The strange think is that I noticed that after I bought a usb keyboard and 
connected it.
Before I remember that sometime the network stop to work but it was not so 
frequent.

At the moment I have the following devices connected via usb

[EMAIL PROTECTED]:~$ lsusb
Bus 004 Device 006: ID 05ac:0221 Apple Computer, Inc. 
Bus 004 Device 004: ID 0586:3410 ZyXEL Communications Corp. 
Bus 004 Device 002: ID 05ac:1006 Apple Computer, Inc. 
Bus 004 Device 001: ID :  
Bus 003 Device 002: ID 0a5c:200a Broadcom Corp. 
Bus 003 Device 001: ID :  
Bus 002 Device 001: ID :  
Bus 001 Device 003: ID 04b3:310b IBM Corp. Red Wheel Mouse
Bus 001 Device 001: ID :  

The error in my case is this:

Nov 24 23:13:06 marco-desktop kernel: [ 8561.165840] usb 4-1: USB disconnect, 
address 2
Nov 24 23:13:07 marco-desktop kernel: [ 8561.165850] usb 4-1.2: USB disconnect, 
address 6
Nov 24 23:13:07 marco-desktop kernel: [ 8561.435521] usb 4-1: new high speed 
USB device using ehci_hcd and address 7
Nov 24 23:13:08 marco-desktop kernel: [ 8562.303008] zd1211rw 4-4:1.0: 
zd_chip_control_leds error -110
Nov 24 23:13:10 marco-desktop kernel: [ 8564.301648] zd1211rw 4-4:1.0: 
zd_chip_control_leds error -110
Nov 24 23:13:12 marco-desktop kernel: [ 8566.300300] zd1211rw 4-4:1.0: 
zd_chip_control_leds error -110

-- 
usb wireless device zd1211rw 5-2:1.0: zd_chip_control_leds error -19
https://bugs.launchpad.net/bugs/74362
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 164963] Please sync unrar-nonfree 1:3.7.8-1 (multiverse) from Debian unstable (non-free )

2007-11-25 Thread Martin Meredith
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/unrar-nonfree
 status confirmed
 subscribe ubuntu-archive

Please sync unrar-nonfree 1:3.7.8-1  (multiverse) from Debian unstable 
(non-free ).
Changelog since current hardy version 1:3.7.3-1.1:

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2 Final//EN
html
 head
  titleIndex of /changelogs/pool/non-free/title
 /head
 body
h1Index of /changelogs/pool/non-free/h1
tabletrthimg src=/icons/blank.gif alt=[ICO]/ththa 
href=?C=N;O=DName/a/ththa href=?C=M;O=ALast 
modified/a/ththa href=?C=S;O=ASize/a/ththa 
href=?C=D;O=ADescription/a/th/trtrth colspan=5hr/th/tr
trtd valign=topimg src=/icons/back.gif alt=[DIR]/tdtda 
href=/changelogs/pool/Parent Directory/a/tdtdnbsp;/tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=3/3//a/tdtd align=right10-Mar-2006 09:54  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=a/a//a/tdtd align=right15-Jul-2007 10:56  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=b/b//a/tdtd align=right25-Jun-2006 10:18  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=c/c//a/tdtd align=right07-Jan-2007 10:22  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=d/d//a/tdtd align=right22-Nov-2007 13:01  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=e/e//a/tdtd align=right04-Jun-2007 11:31  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=f/f//a/tdtd align=right29-Jul-2006 08:24  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=g/g//a/tdtd align=right20-Nov-2007 01:39  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=h/h//a/tdtd align=right12-May-2007 10:43  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=i/i//a/tdtd align=right12-Nov-2007 21:56  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=j/j//a/tdtd align=right30-Oct-2007 00:34  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=k/k//a/tdtd align=right20-Nov-2006 14:32  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=l/l//a/tdtd align=right09-Dec-2006 09:14  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=liba/liba//a/tdtd align=right10-Mar-2006 09:37  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libc/libc//a/tdtd align=right10-Mar-2006 09:40  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libf/libf//a/tdtd align=right10-Mar-2006 09:38  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libg/libg//a/tdtd align=right09-Oct-2007 00:02  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libj/libj//a/tdtd align=right19-Nov-2007 01:05  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libl/libl//a/tdtd align=right24-Sep-2007 00:18  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libs/libs//a/tdtd align=right27-Jun-2006 14:10  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libt/libt//a/tdtd align=right28-May-2007 11:18  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=m/m//a/tdtd align=right29-Sep-2007 23:44  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=n/n//a/tdtd align=right03-Jul-2007 14:58  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=o/o//a/tdtd align=right20-Nov-2006 14:34  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=p/p//a/tdtd align=right04-Sep-2007 01:35  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=q/q//a/tdtd align=right10-Mar-2006 09:38  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=r/r//a/tdtd align=right20-Nov-2006 14:34  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=s/s//a/tdtd align=right20-Oct-2007 01:11  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=t/t//a/tdtd align=right16-Jul-2007 11:07  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=u/u//a/tdtd align=right11-Nov-2006 01:50  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=v/v//a/tdtd align=right10-Mar-2006 09:56  /tdtd 
align=right  - /td/tr
trtd valign=topimg 

[Bug 164962] Please sync rar 1:3.7b1-2 (multiverse) from Debian unstable (non-free )

2007-11-25 Thread Martin Meredith
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/rar
 status confirmed
 subscribe ubuntu-archive

Please sync rar 1:3.7b1-2  (multiverse) from Debian unstable (non-free ).
Changelog since current hardy version 1:3.7b1-2:

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2 Final//EN
html
 head
  titleIndex of /changelogs/pool/non-free/title
 /head
 body
h1Index of /changelogs/pool/non-free/h1
tabletrthimg src=/icons/blank.gif alt=[ICO]/ththa 
href=?C=N;O=DName/a/ththa href=?C=M;O=ALast 
modified/a/ththa href=?C=S;O=ASize/a/ththa 
href=?C=D;O=ADescription/a/th/trtrth colspan=5hr/th/tr
trtd valign=topimg src=/icons/back.gif alt=[DIR]/tdtda 
href=/changelogs/pool/Parent Directory/a/tdtdnbsp;/tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=3/3//a/tdtd align=right10-Mar-2006 09:54  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=a/a//a/tdtd align=right15-Jul-2007 10:56  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=b/b//a/tdtd align=right25-Jun-2006 10:18  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=c/c//a/tdtd align=right07-Jan-2007 10:22  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=d/d//a/tdtd align=right22-Nov-2007 13:01  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=e/e//a/tdtd align=right04-Jun-2007 11:31  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=f/f//a/tdtd align=right29-Jul-2006 08:24  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=g/g//a/tdtd align=right20-Nov-2007 01:39  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=h/h//a/tdtd align=right12-May-2007 10:43  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=i/i//a/tdtd align=right12-Nov-2007 21:56  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=j/j//a/tdtd align=right30-Oct-2007 00:34  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=k/k//a/tdtd align=right20-Nov-2006 14:32  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=l/l//a/tdtd align=right09-Dec-2006 09:14  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=liba/liba//a/tdtd align=right10-Mar-2006 09:37  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libc/libc//a/tdtd align=right10-Mar-2006 09:40  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libf/libf//a/tdtd align=right10-Mar-2006 09:38  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libg/libg//a/tdtd align=right09-Oct-2007 00:02  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libj/libj//a/tdtd align=right19-Nov-2007 01:05  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libl/libl//a/tdtd align=right24-Sep-2007 00:18  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libs/libs//a/tdtd align=right27-Jun-2006 14:10  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=libt/libt//a/tdtd align=right28-May-2007 11:18  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=m/m//a/tdtd align=right29-Sep-2007 23:44  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=n/n//a/tdtd align=right03-Jul-2007 14:58  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=o/o//a/tdtd align=right20-Nov-2006 14:34  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=p/p//a/tdtd align=right04-Sep-2007 01:35  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=q/q//a/tdtd align=right10-Mar-2006 09:38  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=r/r//a/tdtd align=right20-Nov-2006 14:34  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=s/s//a/tdtd align=right20-Oct-2007 01:11  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=t/t//a/tdtd align=right16-Jul-2007 11:07  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=u/u//a/tdtd align=right11-Nov-2006 01:50  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif alt=[DIR]/tdtda 
href=v/v//a/tdtd align=right10-Mar-2006 09:56  /tdtd 
align=right  - /td/tr
trtd valign=topimg src=/icons/folder.gif 

[Bug 164952] Re: Firefox won't start under compiz fusion

2007-11-25 Thread waterpie
Firefox in kubuntu 7.10 under compiz fusion, won't start without the --
sync flag.

-- 
Firefox won't start under compiz fusion
https://bugs.launchpad.net/bugs/164952
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 164880] Re: Candidate revision easycrypt_0.2.1.14-0ubuntu1

2007-11-25 Thread Steven Harper
IS there anything I need to do now?

Or will 0.2.1.14 get uploaded now?

steve

On Nov 25, 2007 12:42 AM, Steven Harper [EMAIL PROTECTED]
wrote:

 no thats fine, I will change my code to match

 I will also Zip my next submission, just so you know the command I used
 was

 interdiff -z easycrypt_$OLDVERSION-0ubuntu1.diff.gz easycrypt_$NEWVERSION-
 0ubuntu1.diff.gz  easycrypt_$OLDVERSION-$NEWVERSION.interdiff

 thanks

 Steve


 On Nov 24, 2007 11:02 PM, Cesare Tirabassi [EMAIL PROTECTED] 
 wrote:

  I see a little problem, there is a packaging change (the translation)
  which is not shown when working with your interdiff.
  You have added this change in the changelog of 0.2.1.13-0ubuntu1 which
  has not been submitted I guess?
  To solve this I added the * Added Italian translation entry to
  changelog as follows:
 
  easycrypt (0.2.1.14-0ubuntu1) hardy; urgency=low
 
   * New Upstream Version
   * Added Italian translation
 
   -- Steven Harper [EMAIL PROTECTED]   Sat, 10 Nov 2007 18:36:00
  +0100
 
  easycrypt (0.2.1.11-0ubuntu1) hardy; urgency=low
 
   * initial release
 
   -- Steven Harper  [EMAIL PROTECTED]  Mon, 05 Nov 2007 12:02:00
  +0100
 
  If you want to do it differently  please resubmit another interdiff
  (this time please also zipped with gzip --best -c).
 
  Thanks.
 
  ** Changed in: easycrypt (Ubuntu)
  Assignee: Cesare Tirabassi (norsetto) = Steven Harper
  (stevenharperuk)
 
  --
  Candidate revision easycrypt_0.2.1.14-0ubuntu1
  https://bugs.launchpad.net/bugs/164880
  You received this bug notification because you are a direct subscriber
  of the bug.
 



-- 
Candidate revision easycrypt_0.2.1.14-0ubuntu1
https://bugs.launchpad.net/bugs/164880
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 164096] Re: file-roller doesn't view the content in a .zip file

2007-11-25 Thread RobG
I can't send to you the file, because is personal.
I can say on windows the programs could view the content, but file-roller on
Ubuntu doesn't.

-- 
file-roller doesn't view the content in a .zip file
https://bugs.launchpad.net/bugs/164096
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 164230] Re: update-manager crash 'could not initilize package info.

2007-11-25 Thread Clive Rodeo
Sure Koen,
I am a noob though. How do I get to the list?

Darrell (aka Clive)

Koen Beek [EMAIL PROTECTED] wrote: Hi Clive,

  could you attach your /etc/apt/sources.list file to this bug please ?

   thanks,

 Koen


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

-- 
update-manager crash 'could not initilize package info.
https://bugs.launchpad.net/bugs/164230
You received this bug notification because you are a direct subscriber
of the bug.


   
-
Make the switch to the world's best email. Get the new Yahoo!7 Mail now.

-- 
update-manager crash 'could not initilize package info.
https://bugs.launchpad.net/bugs/164230
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 156496] Re: Realtek 8139 ethernet interface fails in Ubuntu (and several other Linux distros) after changes made to interface by Windows Update

2007-11-25 Thread Luka Renko
This workaround with Windows driver setting also worked for my no-name desktop 
with RTL-8100B/8139D chipset.
Changing package to Linux kernel (7.10 version) as Linux kernel should properly 
initialize HW even if Windows sets some strange settings.

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.22
   Importance: Undecided = Medium
   Status: New = Confirmed

-- 
Realtek 8139 ethernet interface fails in Ubuntu (and several other Linux 
distros) after changes made to interface by Windows Update
https://bugs.launchpad.net/bugs/156496
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 127773] Re: A/C Status, CPU Temp, and Battery no longer recognized as present after upgrade to Gutsy in Dell Latitude L400

2007-11-25 Thread DJ Saltarelli
i wouldn't really fault the software here too much b/c there's no doubt
in my mind that there are bugs in the acpi bios on this machine.  they
just weren't evident under feisty. if i upgraded to the lastest bios
under feisty, i would see acpi suspend button events every 30 secs.
reverting to the earlier bios fixed that, so maybe i'll try the latest
bios under gutsy and see what happens.

DJ

Scott Kitterman [EMAIL PROTECTED] wrote: Well it worked fine in Feisty and 
non-HAL using software can find it if ACPI 
is disabled, so I don't think that's the issue.

-- 
A/C Status, CPU Temp, and Battery no longer recognized as present after upgrade 
to Gutsy in Dell Latitude L400
https://bugs.launchpad.net/bugs/127773
You received this bug notification because you are a direct subscriber
of a duplicate bug.


   
-
Never miss a thing.   Make Yahoo your homepage.

-- 
A/C Status, CPU Temp, and Battery no longer recognized as present after upgrade 
to Gutsy in Dell Latitude L400
https://bugs.launchpad.net/bugs/127773
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 164964] Open Office 2.3 graphics

2007-11-25 Thread excalibur1491
Public bug reported:

Open Office 2.3 (spanish):
In Assistan for make graphics, when you choose names for differnet axes (X,Y,Z) 
it appears:
Title:
Subtitle:
Axe X:
Axe X:
Axe Z:

But the second Axe X: should be Axe Y.


Sorry for my english, I'm spanish.

Thaks
excalibur1491

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Open Office 2.3 graphics
https://bugs.launchpad.net/bugs/164964
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 164961] LOCK_SCREEN=false is ignored

2007-11-25 Thread schmolch
Public bug reported:

I tried both commenting lock_screen=true and setting it to false, in both 
cases i also rebooted.
It is still asking for the password though.

Im using a pretty fresh install of Ubuntu-7.10 on a Thinkpad X60T.

I was reading the 2 other bug-reports about this but they are pretty old and i 
didn't quite understand the one talking about desktop-policies.
Does this mean that lock_screen is not relevant if you use kde or gnome?
In this case, i also disabled screen_locking in gnome's screensaver preferences 
but it's still asking for the password.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
LOCK_SCREEN=false is ignored
https://bugs.launchpad.net/bugs/164961
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 164953] Re: Add/remove applications close immediatly when i do a search

2007-11-25 Thread Fabio Colombo
I can't do the backtrace in the conventional why, what i cane do?

I attached a little video about that problem

** Attachment added: gnome-app-install
   http://launchpadlibrarian.net/10550581/gnome-app-install

-- 
Add/remove applications close immediatly when i do a search
https://bugs.launchpad.net/bugs/164953
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 127597] Re: Please sync libhiglayout-java 1.0-1 from Debian unstable (contrib)

2007-11-25 Thread Matvey Kozhev
The Debian version has sun-java6-jdk as a build dependency, so I
modified it to build with free-java-sdk instead. Here is the debdiff.

It builds properly, as does libwoodstox-java (see
https://bugs.launchpad.net/ubuntu/+bug/127595). Haven't tested freecol
yet.

** Attachment added: libhiglayout-java_1.0-1ubuntu1.debdiff
   http://launchpadlibrarian.net/10550421/libhiglayout-java_1.0-1ubuntu1.debdiff

-- 
Please sync libhiglayout-java 1.0-1 from Debian unstable (contrib)
https://bugs.launchpad.net/bugs/127597
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 159190] Re: hardy cannot mount internal drives from places/computer

2007-11-25 Thread sojourner
This one has been fixed by an update on 11/23 or 11/24 you can mark it
closed.

-- 
hardy cannot mount internal drives  from places/computer
https://bugs.launchpad.net/bugs/159190
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 136549] Re: Powertop suggest to add usbcore.autosuspend=1 to grub's kernel line, doesn't work

2007-11-25 Thread schmolch
There is something wrong here though.

Before i enable usb autosuspension with powertop my CPU (coreduo) is stuck in 
C2 75% of the time.
Only after pressing U to enable it the CPU stays in C3 97% of the time and the 
power-usage drops significantly.

-- 
Powertop suggest to add usbcore.autosuspend=1 to grub's kernel line, doesn't 
work
https://bugs.launchpad.net/bugs/136549
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 164967] Compiz Fusion Tabs

2007-11-25 Thread excalibur1491
Public bug reported:

When you merge some windows in tabs, and you close one of them, Compiz Fusion 
crash down. (- I mean it stops working, and Metacity starts.)
I've tried it lot of times, with only 2 windows.


Sorry for my english, I'm spanish

Thaks
excalibur1491

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Compiz Fusion Tabs
https://bugs.launchpad.net/bugs/164967
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 164965] Various segfaults with librsvg in mutlithreaded enivronments.

2007-11-25 Thread Wolfgang Glas
Public bug reported:

I've filed a details bug reports on segfaults in librsvg connected to
multithreading on gnome's bugzilla:

   http://bugzilla.gnome.org/show_bug.cgi?id=499514

Maybe other reported desktop crashes are related to this, so I open this
launpad bug in oder to better track the problem.

  Best regards,

   Wolfgang

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

-- 
Various segfaults with librsvg in mutlithreaded enivronments.
https://bugs.launchpad.net/bugs/164965
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 164963] Re: Please sync unrar-nonfree 1:3.7.8-1 (multiverse) from Debian unstable (non-free )

2007-11-25 Thread Emmet Hikory
*** This bug is a duplicate of bug 164962 ***
https://bugs.launchpad.net/bugs/164962

** This bug has been marked a duplicate of bug 164962
   Please sync rar 1:3.7b1-2  (multiverse) from Debian unstable (non-free )

-- 
Please sync unrar-nonfree 1:3.7.8-1  (multiverse) from Debian unstable 
(non-free )
https://bugs.launchpad.net/bugs/164963
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 161760] Re: Please merge vips 7.12.5-1 from Debian unstable

2007-11-25 Thread Marco Rodrigues
Now it can be synced ?

http://packages.qa.debian.org/v/vips/news/20071117T180214Z.html

-- 
Please merge vips 7.12.5-1 from Debian unstable
https://bugs.launchpad.net/bugs/161760
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 155775] Re: nip2 menu item wants to start non-existant /usr/bin/run-nip2.sh

2007-11-25 Thread Marco Rodrigues
It will be fixed in Hardy with release 7.12.5 :-)

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

** Changed in: nip2 (Ubuntu)
 Assignee: (unassigned) = Marco Rodrigues (gothicx)

-- 
nip2 menu item wants to start non-existant /usr/bin/run-nip2.sh
https://bugs.launchpad.net/bugs/155775
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 153132] Re: Openoffice splash screen includes Ubuntu logo

2007-11-25 Thread Chris Cheney

** Attachment added: openoffice.org_2.3.0-1ubuntu5.2.debdiff
   
http://launchpadlibrarian.net/10550294/openoffice.org_2.3.0-1ubuntu5.2.debdiff

-- 
Openoffice splash screen includes Ubuntu logo
https://bugs.launchpad.net/bugs/153132
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 153702] Re: Dell Inspiron 530 SATA drive not detected in IDE mode on Gutsy

2007-11-25 Thread Saïvann Carignan
I can confirm that Dell inspiron 530 and Dell Vostro 200 Desktop
computers, half of the time, doesn't boot at all when they use the IDE
mode rather than the RAID mode ( which always works flawlessly ). When
trying to install with the live CD, I get a busybox shell half of the
time too. It seems to be a matter of SATA/IDE Controller. Tested on
Gutsy final release.

-- 
Dell Inspiron 530 SATA drive not detected in IDE mode on Gutsy
https://bugs.launchpad.net/bugs/153702
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 153132] Re: Openoffice splash screen includes Ubuntu logo

2007-11-25 Thread Chris Cheney
I am attaching a debdiff for 1:2.3.0-1ubuntu5.2 that properly corrects
the splash screen to the right bitmap format and fixes several other
high visibility bugs.

Chris

** Changed in: openoffice.org (Ubuntu Gutsy)
   Status: Fix Committed = In Progress

-- 
Openoffice splash screen includes Ubuntu logo
https://bugs.launchpad.net/bugs/153132
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 144076] Re: NVidia Quadro NVS 140M not recognised by nvidia driver

2007-11-25 Thread Vegar
Yes, read the last couple of lines in the description. However, newer
versions of the restricted modules package seem to have this line, so
the bug should closed.

-- 
NVidia Quadro NVS 140M not recognised by nvidia driver
https://bugs.launchpad.net/bugs/144076
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 138325] Re: Unable to mount root fs after upgrade to 2.6.22-11.32

2007-11-25 Thread Vertago1
I had this same problem when doing an update via the internet. My update
process kept closing after it downloaded the packages without applying
them. I ended up applying them using adept updater, since the
repositories had been changed. Adept crashed about halfway through and I
had to run dpkg --configure -a. Afterwards I rebooted and kernel 2.6.22
wouldn't boot with the same error above. I ended up running kernel
2.6.20 then I installed the generic kernel modules for 2.6.22 from gutsy
universe which hadn't been installed and rebooted with no problem.

I came to this solution after trying the solutions other people had
posted involving initrd-tools with no effect.

-- 
Unable to mount root fs after upgrade to 2.6.22-11.32
https://bugs.launchpad.net/bugs/138325
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 131526] Re: [gutsy] OpenOffice crashes/hangs with some Gtk themes (e.g. Crux)

2007-11-25 Thread Guido Cauli
Greetings.

I also can report this bug using non-Human GTK2 themes.  The complete
tracing is into the attachment.

I will try the gtkrc workaround proposed here.

Thank you all.



** Attachment added: oo_error.log
   http://launchpadlibrarian.net/10550451/oo_error.log

-- 
[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 157340] Re: Gutsy: USB drive not assigned device

2007-11-25 Thread alp3t
Looks like all that was required was to reload the usb_storage module,
i.e.:

sudo modprobe -r usb_storage

// try to mount the thecus

sudo modprobe usb_storage

Hope that helps anyone that encounters a similar issue.

-- 
Gutsy: USB drive not assigned device 
https://bugs.launchpad.net/bugs/157340
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 164945] cups is broken after upgrade

2007-11-25 Thread Mark
Public bug reported:

Just installed all upgrades and it seems cups is acting up.  Having alot
of trouble network printing.  In the printing applet, i keep having to
go to the policies tab and check the enabled box to get printing to
work.

I will keep playing with it and report back any more details.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
cups is broken after upgrade
https://bugs.launchpad.net/bugs/164945
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 164968] OpenOffice.org doesn't sends an User Agent

2007-11-25 Thread Matteo
Public bug reported:

When opening a web page by doing: MenuFileOpen... and entering an http URL 
some sites, most notably Wikipedia, won't work due to missing User-Agent 
string.

See http://pastebin.ca/796776 for a full connection dump

Upstream bug report:
http://www.openoffice.org/issues/show_bug.cgi?id=83949

Cheers,
Matteo

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  When opening a web page by doing: MenuFileOpen... and entering an http URL 
  some sites, most notably Wikipedia, won't work due to missing User-Agent 
  string.
  
  See http://pastebin.ca/796776 for a full connection dump
  
+ Upstream bug report:
+ http://www.openoffice.org/issues/show_bug.cgi?id=83949
+ 
  Cheers,
  Matteo

-- 
OpenOffice.org doesn't sends an User Agent
https://bugs.launchpad.net/bugs/164968
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 164964] Re: Open Office 2.3 graphics

2007-11-25 Thread Marco Rodrigues
** Changed in: openoffice.org (Ubuntu)
Sourcepackagename: None = openoffice.org

-- 
Open Office 2.3 graphics
https://bugs.launchpad.net/bugs/164964
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 150846] Re: Quit button freezes screen but does not present Log out etc. options dialog

2007-11-25 Thread malex
I had the same problem and I fixed it enabling the power manager on my session.
It happened after upgrading from feisty to gutsy.

-- 
Quit button freezes screen but does not present Log out etc. options dialog
https://bugs.launchpad.net/bugs/150846
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 151861] Re: emacs22-common-non-dfsg fails to install

2007-11-25 Thread Siep Kroonenberg
I experienced the same thing. I forced installation with

dpkg -i --force-overwrite /var/cache/apt/archives/emacs22-common-non-
dfsg_version.deb

After this, neither `apt-get check' nor synaptic complained about
inconsistencies or broken packages.

-- 
emacs22-common-non-dfsg fails to install
https://bugs.launchpad.net/bugs/151861
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 147083] Re: Can’t write more than a f ew words

2007-11-25 Thread Lorenzo J. Lucchini
After inputting The quick brown fox, the program consistently stops
scrolling towards new letters. Erasing text is still possible.

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

-- 
Can’t write more than a few words
https://bugs.launchpad.net/bugs/147083
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 152258] Re: nvidia driver doesn't work with linux-rt on gutsy

2007-11-25 Thread interim descriptor
I'm experiencing this, too, and it's quite a show-stopper for my audio
work.

The linux-restricted-modules-2.6.22-12-rt package doesn't seem to be
available in the gutsy repositories.

If I really needed realtime + nvidia, how would I go about installing
2.6.22-12-rt and its associated modules, and other files?

-- 
nvidia driver doesn't work with linux-rt on gutsy
https://bugs.launchpad.net/bugs/152258
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 162800] Re: RTL-8139/8139C/8139C+ Network card, seen but not being used

2007-11-25 Thread Luka Renko
Do you dual-boot this system with Windows? If yes, can you check
suggestion from bug 156496?

Can you attach output of dmesg and lscpi -vv commands?

** Changed in: ubuntu
 Assignee: (unassigned) = Luka Renko (lure)
   Status: New = Incomplete

-- 
RTL-8139/8139C/8139C+ Network card, seen but not being used
https://bugs.launchpad.net/bugs/162800
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 164230] Re: update-manager crash 'could not initilize package info.

2007-11-25 Thread Koen Beek
Hi,

   if you're using launchpad you can attach the file by entering 
/etc/apt/sources.list in the Attachment: box just below the comment box then 
click Save Changes
   to use launchpad browse to https://bugs.launchpad.net/ubuntu/+bug/164230

  Koen

** Attachment added: sources.list
   http://launchpadlibrarian.net/10551125/sources.list

-- 
update-manager crash 'could not initilize package info.
https://bugs.launchpad.net/bugs/164230
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 164963] Re: Please sync unrar-nonfree 1:3.7.8-1 (multiverse) from Debian unstable (non-free )

2007-11-25 Thread Emmet Hikory
*** This bug is a duplicate of bug 164958 ***
https://bugs.launchpad.net/bugs/164958

** This bug is no longer a duplicate of bug 164962
   Please sync rar 1:3.7b1-2  (multiverse) from Debian unstable (non-free )

-- 
Please sync unrar-nonfree 1:3.7.8-1  (multiverse) from Debian unstable 
(non-free )
https://bugs.launchpad.net/bugs/164963
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 164969] Monitor out of frequency in Live CD Enviroment

2007-11-25 Thread Riptr
Public bug reported:

I searched the Launchpad bug centre for any signs of this problem; I
seen similar ones but they weren't too similar.

I just recieved my new Ubuntu Gutsy and Kubuntu Gutsy 7.10 CD's from
Shipit and I just wanted to try out the Live CD enviroment again, and it
managed to boot into the Install or Start Ubuntu screen and I just
told it to load the Live CD enviroment; everything was going fine until
the bar filled up and the screen started to refresh constantly (I think
that was it trying to start X -I'm a Linux noob; so kill me if I'm
wrong-) and then I was greeted with Incorrect Frequency: 60Hz.
Required: 70Hz

I cannot tell my monitor what frequency to pick through its menu, can
anyone help me get around this?

And yes; everything worked fine in 7.04

CPU: AMD Athlon 2800+ 2.08 GHz
RAM: 1GB
Video Card: Sapphire ATI Radeon X1950 GT 256MB

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Monitor out of frequency in Live CD Enviroment
https://bugs.launchpad.net/bugs/164969
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 162313] Re: Cannot change the resize button

2007-11-25 Thread Bartek Celary
Will this patch be included in the official release? It is something
that should have been done ages ago... (IMHO).

-- 
Cannot change the resize button
https://bugs.launchpad.net/bugs/162313
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 132701] Re: Genius Webcam Not Recognized

2007-11-25 Thread GustavoNarea
The webcam was recognized in one of the beta releases of Gutsy, but I
didn't have enough time to let you know. It's however not recognized in
the stable release. What can I do?

-- 
Genius Webcam Not Recognized
https://bugs.launchpad.net/bugs/132701
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 164971] Gnome freezes after moving or deleting many files

2007-11-25 Thread Max-Ulrich Farber
Public bug reported:

After moving, deleting or renaming at least twenty or somtimes more big
files (most of them mp3-files of 10 to 30 MB), Gnome begins to refuse
normal function. The character of the files is not recognized any more,
and it is no more possible to open any file. Then nautilus freezes with
the error message too many open files, even if there are no open files
at all. After shutting down and restarting the X-Server everything works
fine again for some time.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Gnome freezes after moving or deleting many files
https://bugs.launchpad.net/bugs/164971
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 164963] Re: Please sync unrar-nonfree 1:3.7.8-1 (multiverse) from Debian unstable (non-free )

2007-11-25 Thread Martin Meredith
*** This bug is a duplicate of bug 164958 ***
https://bugs.launchpad.net/bugs/164958

** This bug has been marked a duplicate of bug 164958
   Please sync unrar-nonfree 3.7.8-1 from debian unstable

-- 
Please sync unrar-nonfree 1:3.7.8-1  (multiverse) from Debian unstable 
(non-free )
https://bugs.launchpad.net/bugs/164963
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 164962] Re: Please sync rar 1:3.7b1-2 (multiverse) from Debian unstable (non-free )

2007-11-25 Thread Martin Meredith
Closed - not picked up the right version

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

-- 
Please sync rar 1:3.7b1-2  (multiverse) from Debian unstable (non-free )
https://bugs.launchpad.net/bugs/164962
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 164958] Re: Please sync unrar-nonfree 3.7.8-1 from debian unstable

2007-11-25 Thread Martin Meredith
** Changed in: unrar-nonfree (Ubuntu)
   Status: New = Confirmed

-- 
Please sync unrar-nonfree 3.7.8-1 from debian unstable
https://bugs.launchpad.net/bugs/164958
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 164957] Re: Macro doesn't paste on the right place in Calc

2007-11-25 Thread denzoil
** Description changed:

  Binary package hint: openoffice.org
  
- I registered a macro that copies cells from a sheet and pastes it into other 
sheets, in specific places I have selected.
+ I registered a macro that copies cells from a sheet and pastes them into 
other sheets, in specific places I have selected.
  The first time it worked well but the second time the cells were pasted on 
wrong places: decaled on the right on one sheet, down on another, up and right 
on another one and as it ought to be in another sheets.

** Description changed:

  Binary package hint: openoffice.org
  
  I registered a macro that copies cells from a sheet and pastes them into 
other sheets, in specific places I have selected.
  The first time it worked well but the second time the cells were pasted on 
wrong places: decaled on the right on one sheet, down on another, up and right 
on another one and as it ought to be in another sheets.
+ (The macro is in the sheet named Integration in the file attached.)

-- 
Macro doesn't paste on the right place in Calc
https://bugs.launchpad.net/bugs/164957
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 132833] Jürgen's patch works

2007-11-25 Thread Infodroid
Sebastian:

I am confused by your comments: Could people stop to apply such
workaround? you are breaking next upgrades this way but will probably
not notice for some time until the configuration change in the package
and then you will wondering why the upgrades are broken

Which workarounds are you talking about? The reason is there are two
sets of solutions people are proposing. One is simply to set the value
of BACKCOLOR, and the second one is Jürgen's fix.

Isn't the gdmflexiserver the problem? Jürgen's fix @
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/132833/comments/11
replaces every gdmflexiserver with gdmflexiserver -a.

I confirm that this works.

-- 
login background color is hardcoded
https://bugs.launchpad.net/bugs/132833
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 160104] Re: iscsitarget kernel module compile fails in event.c:98

2007-11-25 Thread Alvin Cura
Hi Brendan,

Further up in this bug, I attached a diff of event.c.  Changing line
98 of event.c in accordance with the diff will do the trick.

This will be fixed in the future, I'm working that out now (learning
pbuilder and experimenting with doing things properly).  But if you're
in patient, you can try to fix it the same way I have.

Procedurally, the following:

# apt-get install iscsitarget-source
# cd /usr/src
# tar jxvf iscsitarget.tar.bz2
# vi modules/iscsitarget-module/kernel/event.c
make the change to line 98
# mv iscsitarget.tar.bz2 iscsitarget.tar.bz2.ORIG
# tar jcvf iscsitarget.tar.bz2 modules/

After this, module assistant will work.

# m-a a-i iscsitarget

Best regards,
- alvinc

-- 
iscsitarget kernel module compile fails in event.c:98
https://bugs.launchpad.net/bugs/160104
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 161791] Re: Gparted starts very very slow and buggy

2007-11-25 Thread AkumA
@ Andrea: eccotelo qua :)

Here it is:
==
libparted : 1.7.1
==
Unable to open /dev/fd0 read-write (Read-only file system).  /dev/fd0 has been 
opened read-only.
Unable to open /dev/fd0 - unrecognised disk label.

-- 
Gparted starts very very slow and buggy
https://bugs.launchpad.net/bugs/161791
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 164972] upgrade feisty gutsy ati radeaon 9200 problem

2007-11-25 Thread Denis_AeC
Public bug reported:

My PC works perfectly with Feisty and win XP. I started a graphical upgrade to 
Gutsy that was performed in 3h without problem. At reboot, grub was OK and so 
was the (splash ?) screen while Ubuntu starts (with the progress bar). Then my 
session started ... and the screen became messy : vertical sync was there, as I 
can see top and bottom menu bars (but not the icons), but horiz sync was not 
there : my background image, icons and all are mixed and video lines are 
running through the screen ...
When I boot from grub to windows, it's OK, win is there and my screen is 
perfect.
I tried in recovery session dpkg-reconfigure xserver-xorg : no enhancement. 
I tried then to boot on Gutsy Livecd, using different screen resolutions 
(including 640*480 !) : same problem as soon as the session is started.

My video card is ATI RV280 Radeon 9200 SE
Flat screen is Hyundai L70S+ 1280*1024

I am now back on Feisty, using partimage file (after having done a Gutsy
partimage).

Any idea of the problem, a solution ?

Thanks in advance

Denis

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
upgrade feisty gutsy ati radeaon 9200 problem
https://bugs.launchpad.net/bugs/164972
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 164117] Re: cannot connect to windows network

2007-11-25 Thread Koen Beek
Hi,

  I'm closing this bug report as it was a configuration problem.

  To get support on ubuntu you can start with the following sites :

  http://help.ubuntu.com
  http://ubuntuforums.org
  http://answers.launchpad.net/ubuntu

   thanks,

 Koen

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
cannot connect to windows network
https://bugs.launchpad.net/bugs/164117
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 96536] Re: [apport] nedit crashed with SIGSEGV in XtAppNextEvent()

2007-11-25 Thread Erik de Castro Lopo
I have seen exactly the same problem (and many other nedit problems
since moving to Gutsy).

The Fiesty version of nedit was linked against lesstif, while the Gutsy
version is linked against OpenMotif.

As an experiment I grabbed the sources (apt-get source nedit), and
edited the debian/control file to make nedit depend on lesstof2-dev
rather than libmotif and then build and installed the resulting package.

This new package is an order of magnitude more stable than the binary in
the Gutsy repository.

-- 
[apport] nedit crashed with SIGSEGV in XtAppNextEvent()
https://bugs.launchpad.net/bugs/96536
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 132701] Re: Genius Webcam Not Recognized

2007-11-25 Thread GustavoNarea
I don't know if this has something to do, but I've just installed
camstream and now at least Kopete recognizes the webcam. Cheese doesn't
recognizes it.

-- 
Genius Webcam Not Recognized
https://bugs.launchpad.net/bugs/132701
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 152265] Re: Splash screen doesn't appear under Gutsy after installation

2007-11-25 Thread Sarah Hobbs
Marking as fix released based on original reporter's comment.

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

-- 
Splash screen doesn't appear under Gutsy after installation
https://bugs.launchpad.net/bugs/152265
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 157917] Re: nedit: glibc detected munmap_chunk(): invalid pointer: 0x08344f08

2007-11-25 Thread Erik de Castro Lopo
I have found a solution, linking against lesstif instead od openmotif:

https://bugs.launchpad.net/ubuntu/+source/nedit/+bug/96536/comments/2

-- 
nedit: glibc detected munmap_chunk(): invalid pointer: 0x08344f08
https://bugs.launchpad.net/bugs/157917
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 149371] Re: nedit needs to be re-linked

2007-11-25 Thread Erik de Castro Lopo
The solution is here:

https://bugs.launchpad.net/ubuntu/+source/nedit/+bug/96536/comments/2

-- 
nedit needs to be re-linked
https://bugs.launchpad.net/bugs/149371
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 152452] Re: Wireless signal strength always at 0%

2007-11-25 Thread Rodney Lorrimar

** Attachment added: The contents of my /proc/net/wireless
   http://launchpadlibrarian.net/10551203/wireless.log

-- 
Wireless signal strength always at 0%
https://bugs.launchpad.net/bugs/152452
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 164973] amd64 Notebook sound issue

2007-11-25 Thread Henja
Public bug reported:

I have a new Targa Traveller 1524 X2 Notebook, installed with Ubuntu Gutsy 
(amd64 architecture). I had to fix a couple of issues which make me satisfied 
with working on Ubuntu. Yet there's one issue I haven't found a solution so far:
I cannot listen to music or any other sound over headphones or speakers without 
having my laptop speakers turned on. It's a High Definition Audio sound system 
(hwinfo says: ATI Audio device).
Do you know how to solve this?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
amd64 Notebook sound issue
https://bugs.launchpad.net/bugs/164973
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   >