[Bug 192594] Re: unplug - plug again network cable

2008-09-26 Thread Thierry Carrez
** Changed in: likewise-open (Ubuntu)
 Assignee: Thierry Carrez (tcarrez) = (unassigned)

-- 
unplug - plug again network cable
https://bugs.launchpad.net/bugs/192594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open in ubuntu.

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


[Bug 271777] Re: Exit status 127 when starting openvpn when its already started.

2008-09-26 Thread wayne
Thanks for the info. I'll follow that up.

The heartbeat scenario goes as follows. 
In a simple v1 config setup where server A has resources and server B dies. 
Server A re-runs all the resources allocated to it. 
When openvpn is re-run the exit code is non-zero and heartbeat thinks its 
resources have failed. 
When this non-zero exit code is detected the Server A thinks its resources have 
failed and then passes them over to Server B. 
Since server B is dead all the resources are now turned off and I'm up at 2am 
fixing it. 
You can then understand why I feel so strongly about this seemingly minor issue.

-- 
Exit status 127 when starting openvpn when its already started.
https://bugs.launchpad.net/bugs/271777
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


Re: [Bug 89364] Re: Apache2 default site contains only the words It works!

2008-09-26 Thread Soren Hansen
On Thu, Sep 25, 2008 at 09:02:00PM -, Loye Young wrote:
 quote
 
 IT WORKS!
 
 This is the default web page for this server.
 
 The fact that you see this page means that the host computer is booted up,
 the web server software is running, and the networking between your computer
 and the host computer is functioning properly.
 
 If this page is not what you expected, there are many possible causes. Check
 with the owner or administrator of the server for more information.
 
 /quote

Hm... I kind of like that, actually :)

Does anyone feel like forwarding this suggestion to Debian?

-- 
Apache2 default site contains only the words It works!
https://bugs.launchpad.net/bugs/89364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 252686] Re: Reload action on init script kills daemon

2008-09-26 Thread Martin Pitt
Copied to hardy-updates.

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

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

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


Re: [Bug 89364] Re: Apache2 default site contains only the words It works!

2008-09-26 Thread Noah Slater
How about forwarding to Apache, where the bug is still WONTFIX.

On Fri, Sep 26, 2008 at 11:36:09AM -, Soren Hansen wrote:
 On Thu, Sep 25, 2008 at 09:02:00PM -, Loye Young wrote:
  quote
 
  IT WORKS!
 
  This is the default web page for this server.
 
  The fact that you see this page means that the host computer is booted up,
  the web server software is running, and the networking between your computer
  and the host computer is functioning properly.
 
  If this page is not what you expected, there are many possible causes. Check
  with the owner or administrator of the server for more information.
 
  /quote

 Hm... I kind of like that, actually :)

 Does anyone feel like forwarding this suggestion to Debian?


-- 
Noah Slater, http://bytesexual.org/nslater

-- 
Apache2 default site contains only the words It works!
https://bugs.launchpad.net/bugs/89364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-09-26 Thread Martin Pitt
Copied to hardy-updates.

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

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

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


[Bug 47438] Re: Dnsmasq crashes when renewing non-existent lease

2008-09-26 Thread Jamie Strandboge
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-3214

-- 
Dnsmasq crashes when renewing non-existent lease
https://bugs.launchpad.net/bugs/47438
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in ubuntu.

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


[Bug 274939] [NEW] 8=8 = false

2008-09-26 Thread frycake
Public bug reported:

Binary package hint: php5

The result of a suite of operation between float and integer make a
misstake when I try to compare the result with a static value

OS : hardy
Description: Ubuntu 8.04.1
Release: 8.04
PHP : 5.2.4-2ubuntu5.3


// CODE //
$frequency_total = 75;
$displayed_total = 36;
$frequency_tmp = 50;
$displayed = 24;

$frequency_ratio = 100/$frequency_total; // 1.333
$frequency = $frequency_tmp * $frequency_ratio / 100; // 0.6667
$high_display_limit = $frequency*$displayed_total;

if ($displayed = $high_display_limit) // 24 == 24
  echo 'ok';
else
  echo 'not ok'; // This case is thrown


// EXPECTED
OK

// HAPPENED
NOT OK

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

-- 
8=8 = false 
https://bugs.launchpad.net/bugs/274939
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 180672] [NEW] samba share contents wiped erroneously

2008-09-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

cavaet :
not sure if this is a bug or configuration issue

summary :
all the contents and sub folders of a folder shared over samba were removed in 
error. 

environment :
server running 7.04
client running 7.10
wireless network

software involved :
stock pdf viewer
samba
nautilus

steps to reproduce (with our configuration) :
this was a little strange, however we hava managed to reproduce it twice.

1) establish a folder in a user home directory (/home/user/Networkshare)

2) share over samba with this config :
[UserArea]
comment = User's Documents
path = /home/user/NetworkShare
writeable = yes
create mask = 0700
directory mask = 0700
force user = user
force group = user
valid users = user

3) on client machine, open a PDF and attempt to save to network

4) enter 'smb://[EMAIL PROTECTED]/UserArea' and press RETURN

5) enventually, a message 'Operation denied' will be displayed

6) check the folder [ /home/user/NetworkSharer], it will now be empty

user comments :
at step 4, we expected to be displayed with the network share folder, and from 
there navigate to the appropriate place to save to file.

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

-- 
samba share contents wiped erroneously
https://bugs.edge.launchpad.net/bugs/180672
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in ubuntu.

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


[Bug 180672] Re: samba share contents wiped erroneously

2008-09-26 Thread Luke Faraone
** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba
   Status: New = Incomplete

-- 
samba share contents wiped erroneously
https://bugs.launchpad.net/bugs/180672
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 275035] [NEW] Installing MythTV

2008-09-26 Thread Gary Mayer
Public bug reported:

/var/cache/apt/archives/mysql-server_5.0.51a-3ubuntu5.1_all.deb:
subprocess pre-installation script returned error exit status 1

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess pre-installation script returned error exit status 1
Package: mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list]
PackageArchitecture: all
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server None [modified: 
/var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-package

-- 
Installing MythTV
https://bugs.launchpad.net/bugs/275035
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 275035] Re: Installing MythTV

2008-09-26 Thread Gary Mayer

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/17993406/DpkgTerminalLog.txt

-- 
Installing MythTV
https://bugs.launchpad.net/bugs/275035
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 274796] [NEW] Spread sheet bug in sequence of mathematical operators

2008-09-26 Thread Peter M. Clausen
Public bug reported:

Binary package hint: openoffice.org

Spread sheet bug in sequence of mathematical operators. The operators () ^ * / 
should be executed before + and -. This is not always the case. Formula:
A1 = 3
B1 = - A1^2  result: 9 !!!WRONG!!!
B1 = -( A1)^2  result: 9 !!!WRONG!!!

To get the correct result one must:
C1= - (A1^2)  result: -9 !!! correct !!!

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

-- 
Spread sheet bug in sequence of mathematical operators
https://bugs.launchpad.net/bugs/274796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274792] Re: Meaningless output when removing package

2008-09-26 Thread Caspar Clemens Mierau
I hereby confirm this bug as I can reproduce it on Hardy. It needs to be
tested against Intrepid

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

-- 
Meaningless output when removing package
https://bugs.launchpad.net/bugs/274792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274766] Re: Install fails to/ S-ATA harddisk from S-ATA CDRom

2008-09-26 Thread w.hamra1987
*** This bug is a duplicate of bug 269652 ***
https://bugs.launchpad.net/bugs/269652

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 269652, 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.

** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux

** This bug has been marked a duplicate of bug 269652
   Worrying message  ata4: EH pending after 5 tries, giving up from dmesg

-- 
Install fails to/ S-ATA harddisk from S-ATA CDRom
https://bugs.launchpad.net/bugs/274766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274688] Re: intrepid network down after boot

2008-09-26 Thread Andi Hechtbauer
Do you happen to have an e1000 ethernet card? those have been disabled
due to a chance the intrepid kernel might damage the firmware. (Bug
#263555)

just a wild guess, though.

-- 
intrepid network down after boot  
https://bugs.launchpad.net/bugs/274688
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 252731] Re: [kdelibs] tlacidlo Pomocnik

2008-09-26 Thread Pavol Klačanský
preklad bol prestaveny na  taky aky je v upstream

-- 
[kdelibs] tlacidlo Pomocnik
https://bugs.launchpad.net/bugs/252731
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 239734] Re: [Freeze Exception] python-httplib2 should be upgraded to 0.4.0

2008-09-26 Thread James Westby
Hi,

Here's a .diff.gz to go with

  http://httplib2.googlecode.com/files/httplib2-0.4.0.tar.gz

to update this.

Thanks,

James


** Attachment added: python-httplib2_0.4.0-0ubuntu1.diff.gz
   http://launchpadlibrarian.net/17978366/python-httplib2_0.4.0-0ubuntu1.diff.gz

-- 
[Freeze Exception] python-httplib2 should be upgraded to 0.4.0
https://bugs.launchpad.net/bugs/239734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


re: [Bug 233917] Re: update-manager crashed, while upgrading to Kubuntu 8.04 Hardy amd64, no-ip package

2008-09-26 Thread pierrot66
*** This bug is a duplicate of bug 221023 ***
https://bugs.launchpad.net/bugs/221023


Merci de me répondre,mais je ne parle que le françcais et je n'y connais rien 
en informatique.
Pouvez-vous me faire parvenir un tutoriel en français.
Merci

 Message du 26/09/08 13:41
 De : Chris Coulson [EMAIL PROTECTED]
 A : [EMAIL PROTECTED]
 Copie à : 
 Objet : [Bug 233917] Re: update-manager crashed,  while upgrading to 
 Kubuntu 8.04 Hardy amd64, no-ip package
 
 
 *** This bug is a duplicate of bug 221023 ***
 https://bugs.launchpad.net/bugs/221023
 
 Thanks.
 
 The crashing problem is actually a duplicate of bug 221023 (which now
 appears to be fixed), so I'm marking it as such.
 
 ** Changed in: update-manager (Ubuntu)
Status: Incomplete = Invalid
 
 ** This bug has been marked a duplicate of bug 221023
update manager crashes when there are no updates
 
 -- 
 update-manager crashed, while upgrading to Kubuntu 8.04 Hardy amd64, no-ip 
 package
 https://bugs.launchpad.net/bugs/233917
 You received this bug notification because you are subscribed to update-
 manager in ubuntu.
 
 Status in “update-manager” source package in Ubuntu: Invalid
 
 Bug description:
 Binary package hint: update-manager
 
 While upgrading to Kubuntu 8.04 Hardy amd64, i get this message:
 
 package noip2 None [modified: /var/lib/dpkg/info/noip2.list] failed to 
 install/upgrade: subprocess post-installation script returned error exit 
 status 1
 
 then the whole upgrade crashed.
 Then i tied to run again after removing no-ip packages, crash again:
 
 Traceback (most recent call last):
   File /tmp/tmp.ELxgo12324/hardy, line 60, in module
 app.run()
   File /tmp/tmp.ELxgo12324/DistUpgradeController.py, line 1550, in run
 self.fullUpgrade()
   File /tmp/tmp.ELxgo12324/DistUpgradeController.py, line 1513, in 
 fullUpgrade
 if not self.askDistUpgrade():
   File /tmp/tmp.ELxgo12324/DistUpgradeController.py, line 818, in 
 askDistUpgrade
 self.cache.requiredDownload)
   File /tmp/tmp.ELxgo12324/DistUpgradeViewKDE.py, line 631, in 
 confirmChanges
 msg = unicode(self.confirmChangesMessage, 'UTF-8')
 AttributeError: 'DistUpgradeViewKDE' object has no attribute 
 'confirmChangesMessage'
 


-- 
update-manager crashed, while upgrading to Kubuntu 8.04 Hardy amd64, no-ip 
package
https://bugs.launchpad.net/bugs/233917
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 183274] Re: Evince fails to open a pdf with an uninformative error message

2008-09-26 Thread Ville Ranki
Here's a document that gives error 3:

http://blog.haerwu.biz/download/presentations/20080920-maemo-summit
/Maemo-in-QEMU.pdf

If the document is broken, this is both usability issue and a loading bug.
Evince 2.22.2 on Ubuntu Hardy.

-- 
Evince fails to open a pdf with an uninformative error message
https://bugs.launchpad.net/bugs/183274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274799] [NEW] xchat freezes when trying to connect to a server

2008-09-26 Thread unf
Public bug reported:

Binary package hint: xchat

When I try to connect to a network, gets frozen. If I choose to skip the
Network List dialog and retry to open it, it freezes too. Here's the ps
line for the process:

unf   7543  0.1  0.5  21960  9724 pts/0S+   15:36   0:00 xchat

Distro  package info:

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10

[EMAIL PROTECTED]:~$ apt-cache policy xchat
xchat:
  Instalados: 2.8.6-2ubuntu1
  Candidato: 2.8.6-2ubuntu1
  Tabla de versión:
 *** 2.8.6-2ubuntu1 0
500 http://archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

Ask me for further information. I don't know what else can be useful.

** Affects: xchat (Ubuntu)
 Importance: Medium
 Status: Incomplete

-- 
xchat freezes when trying to connect to a server
https://bugs.launchpad.net/bugs/274799
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 274798] [NEW] please build against newer libdb

2008-09-26 Thread Chad Waters
Public bug reported:

Binary package hint: postman

postman is one of a very few packages dependent on libdb4.4. Please
build against libdb4.6 or libdb4.7

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

-- 
please build against newer libdb
https://bugs.launchpad.net/bugs/274798
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274389] Re: Intrepid installer unmount problem with Unetbootin

2008-09-26 Thread fabb
ps: i wanted to add it to the intrepid installer package, but i don't
know which this is.

** Summary changed:

- first ntfs partition recognized as cdrom in livecd Intrepid Alpha 6
+ Intrepid installer unmount problem with Unetbootin

** Description changed:

+ edit: this actually consists of two problems. the first one is old, the
+ second breaks Unetbootin support /
+ 
  I'm on Intrepid Alpha 6 here. booting from the live cd via Unetbootin works 
fine, but the first ntfs partition on sda1 is recognized and mounted in /CDROM. 
i can access it though, but that is not the problem.
+ edit: this also happend with 8.04. /
+ 
  when i start the ubuntu installer, at the last step it shouts that it can't 
unmount /CDROM, whyever this is needed. but i can't unmount /CDROM, as the 
ubuntu livecd is booted from there via Unetbootin.
+ edit: this did NOT happen in 8.04. /
  
  my harddrive has got 3 partitions: first is ntfs, second linux swap and
- third ext3.
+ third ext3. in the setup i did not change the partition table, just tell
+ the installer to use the last partition as root. (un)checking the format
+ checkbox doesn't make a difference.

** Tags added: fuse installer intrepid unetbootin

** Attachment added: this is what the installer says
   http://launchpadlibrarian.net/17978406/unmountfail.png

-- 
Intrepid installer unmount problem with Unetbootin
https://bugs.launchpad.net/bugs/274389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 260492] Re: opening a directory using an application change associations incorrectly

2008-09-26 Thread Nxx
Similar issues:

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

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

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 247469] Re: nautilus loads the contents of a directory and sorts them at the same time makes it slow and unstable

2008-09-26 Thread Sebastien Bacher
thank you for sending the bug to GNOME

** Changed in: nautilus (Ubuntu)
   Status: New = Triaged

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

-- 
nautilus loads the contents of a directory and sorts them at the same time 
makes it slow and unstable
https://bugs.launchpad.net/bugs/247469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 244877] Re: Libopensync-plugin google doesn't sync contacts

2008-09-26 Thread James Westby
*** This bug is a duplicate of bug 220583 ***
https://bugs.launchpad.net/bugs/220583

** This bug has been marked a duplicate of bug 220583
   python 2.5 crashes when running opensync-plugin-google-calendar

-- 
Libopensync-plugin google doesn't sync contacts
https://bugs.launchpad.net/bugs/244877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220583] Re: python 2.5 crashes when running opensync-plugin-google-calendar

2008-09-26 Thread James Westby
Hi,

Thanks for reporting the bug. This bug has already been reported
to the developers of the software at

  http://www.opensync.org/ticket/750

Please send any non-Ubuntu specifc comments there.

Thanks,

James


** Changed in: libopensync-plugin-google-calendar (Ubuntu)
   Status: New = Triaged

** Bug watch added: Opensync bug tracker #750
   http://www.opensync.org/ticket/750

** Also affects: opensync via
   http://www.opensync.org/ticket/750
   Importance: Unknown
   Status: Unknown

-- 
python 2.5 crashes when running opensync-plugin-google-calendar
https://bugs.launchpad.net/bugs/220583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274799] Re: xchat freezes when trying to connect to a server

2008-09-26 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace of the
freeze http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file
to the bug report. This will greatly help us in tracking down your
problem.

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

-- 
xchat freezes when trying to connect to a server
https://bugs.launchpad.net/bugs/274799
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274797] [NEW] Upgrade makes thunderbird unable to open compose message window

2008-09-26 Thread urtext
Public bug reported:

Binary package hint: thunderbird

Just did the automatic update (Ubuntu 8.04) and now clicking the
Write, Reply, Reply All and Forward buttons does nothing, nor
does selecting Reply to Sender, Reply to All, Forward, or Edit as
New from the context menu.  Selecting Address Book from the tool menu
gives the following error:

XML Parsing Error: syntax error
Location: chrome://messenger/content/addressbook/addressbook.xul
Line Number 1, Column 3:  url += SendChatInvite?listofscreennames= + 
screennames;
--^

selecting anything else from the tool menu returns similar errors, with
different XULs and XML extracts.  About Us under Help does the same
thing.  I cannot find any XUL files in the Thunderbird profile tree.

The problem is likely with the profile for this set up being kept in a
non-standard location -- the .mozilla-thunderbird/profile.ini is set to

[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=0
Path=/home/x/profile/thunderbird/xxx.default

This is in the local filesystem.  I've had Thunderbird configured this
way for the better part of a year, and have successfully sent email as
recently as last night.

I'm going to try to uninstall and reinstall, see if it fixes the
problem.

ProblemType: Bug
Architecture: amd64
Date: Fri Sep 26 10:24:18 2008
Dependencies:
 
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: fglrx
Package: mozilla-thunderbird None [modified: 
/var/lib/dpkg/info/mozilla-thunderbird.list]
PackageArchitecture: all
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: thunderbird
Uname: Linux 2.6.24-19-generic x86_64

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


** Tags: apport-bug

-- 
Upgrade makes thunderbird unable to open compose message window
https://bugs.launchpad.net/bugs/274797
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274797] Re: Upgrade makes thunderbird unable to open compose message window

2008-09-26 Thread urtext
PS: Get Mail works fine, as well as viewing mail and opening messages
in new windows.

-- 
Upgrade makes thunderbird unable to open compose message window
https://bugs.launchpad.net/bugs/274797
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274797] Re: Upgrade makes thunderbird unable to open compose message window

2008-09-26 Thread urtext
Standard uninstall/reinstall doesn't work.  Will try uninstalling,
clearing the profile.ini, and moving existing mail.

-- 
Upgrade makes thunderbird unable to open compose message window
https://bugs.launchpad.net/bugs/274797
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274485] Re: libgdl-gnome-1-0 no longer built but still has rdepends

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

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

-- 
libgdl-gnome-1-0 no longer built but still has rdepends
https://bugs.launchpad.net/bugs/274485
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267501] Re: [kde4] systemsettings freezing during configuration of kdm login manager

2008-09-26 Thread Jonathan Thomas
Issue in sudo, not kde - invalidating kdebase-workspace task.

** Changed in: kdebase-workspace (Ubuntu)
   Status: Triaged = Invalid

** Changed in: kdesudo (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Fix Committed

-- 
[kde4] systemsettings freezing during configuration of kdm login manager
https://bugs.launchpad.net/bugs/267501
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 267311] Re: Date Time freezes when changing time zone

2008-09-26 Thread Jonathan Thomas
Issue in kdesudo, not kde - invalidating kdebase-workspace task.

** Changed in: kdebase-workspace (Ubuntu)
   Status: Triaged = Invalid

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

** Changed in: kdesudo (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Fix Committed

-- 
Date  Time freezes when changing time zone
https://bugs.launchpad.net/bugs/267311
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 239734] Re: [Freeze Exception] python-httplib2 should be upgraded to 0.4.0

2008-09-26 Thread James Westby
Hi,

And here is one with update-maintainer as well.

Thanks,

James


** Attachment removed: python-httplib2_0.4.0-0ubuntu1.diff.gz

   http://launchpadlibrarian.net/17978366/python-
httplib2_0.4.0-0ubuntu1.diff.gz

** Attachment added: python-httplib2_0.4.0-0ubuntu1.diff.gz
   http://launchpadlibrarian.net/17978500/python-httplib2_0.4.0-0ubuntu1.diff.gz

-- 
[Freeze Exception] python-httplib2 should be upgraded to 0.4.0
https://bugs.launchpad.net/bugs/239734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220583] Re: python 2.5 crashes when running opensync-plugin-google-calendar

2008-09-26 Thread Bug Watch Updater
** Changed in: opensync
   Status: Unknown = New

-- 
python 2.5 crashes when running opensync-plugin-google-calendar
https://bugs.launchpad.net/bugs/220583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 156041] Re: [kde4] synaptic does get when dpkg terminates when run with kdesudo

2008-09-26 Thread Jonathan Thomas
Next kdesudo release should fix SIGCHLD misbehavior.

** Changed in: kdesudo (Ubuntu)
   Status: Triaged = Fix Committed

-- 
[kde4] synaptic does get when dpkg terminates when run with kdesudo
https://bugs.launchpad.net/bugs/156041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274776] Re: xorg.conf overwritten at gdm startup

2008-09-26 Thread w.hamra1987
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please attach your X server configuration file
(/etc/X11/xorg.conf) and X server log file (/var/log/Xorg.0.log) to the
bug report as individual uncompressed file attachments using the
Attachment: box below. Could you please also try to run without any
/etc/X11/xorg.conf and let Xorg autodetect your display and video card?
Please also attach the /var/log/Xorg.0.log from this attempt. Thanks in
advance.

** Changed in: xorg (Ubuntu)
Sourcepackagename: None = xorg
   Status: New = Incomplete

-- 
xorg.conf overwritten at gdm startup
https://bugs.launchpad.net/bugs/274776
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274764] Re: UI is partially translucent. Inconsistent with the rest of GNOME

2008-09-26 Thread Michael Basil
*** This bug is a duplicate of bug 274461 ***
https://bugs.launchpad.net/bugs/274461

I have the same problem which goes away when I disable compiz.

** This bug has been marked a duplicate of bug 274461
   gnome-system-monitor window is semi-transparent when using compiz

-- 
UI is partially translucent. Inconsistent with the rest of GNOME
https://bugs.launchpad.net/bugs/274764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274709] Re: f-spot crashes when exporting to PicasaWeb (empty Picasa album collection ?)

2008-09-26 Thread Bug Watch Updater
** Changed in: f-spot
   Status: Unknown = Fix Released

-- 
f-spot crashes when exporting to PicasaWeb (empty Picasa album collection ?)
https://bugs.launchpad.net/bugs/274709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274532] Re: rhythmbox crashed with SIGSEGV in rhythmdb_entry_set_internal()

2008-09-26 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Unknown = New

-- 
rhythmbox crashed with SIGSEGV in rhythmdb_entry_set_internal()
https://bugs.launchpad.net/bugs/274532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 274124] [NEW] Sound no longer working after kernel upgrade to 2.6.27-4

2008-09-26 Thread hudnix
Tried it. The patch doesn't seem to help. I've rebooted, and tried
pretty much every possible combination of alsa/pulseaudio/oss sound
settings. Still no sound.


-- 
Many are stubborn in pursuit of the path they have chosen, few in
pursuit of the goal. - Nietzsche
To the man who only has a hammer in the toolkit, every problem looks
like a nail. -Maslow
Strategy without tactics is the slowest route to victory. Tactics
without strategy is the noise before defeat. - Sun Tzu

-- 
Sound no longer working after kernel upgrade to 2.6.27-4
https://bugs.launchpad.net/bugs/274124
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 273147] Re: Usb stick (flash drive) does not pop up on the Gnome desktop

2008-09-26 Thread Stéphane Graber
The attached patch fixes the problem at least for USB keys. (Sort of
workaround it in fact)

** Attachment added: 50-ltspfsd.rules
   http://launchpadlibrarian.net/17978562/udev.patch

-- 
Usb stick (flash drive) does not pop up on the Gnome desktop
https://bugs.launchpad.net/bugs/273147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272854] Re: Gedit blocks logout even if document is saved

2008-09-26 Thread Bug Watch Updater
** Changed in: gnome-session
   Status: Unknown = New

-- 
Gedit blocks logout even if document is saved
https://bugs.launchpad.net/bugs/272854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 273147] Re: Usb stick (flash drive) does not pop up on the Gnome desktop

2008-09-26 Thread Stéphane Graber
Not a ltsp but a ltspfs bug.

** Changed in: ltsp (Ubuntu)
   Status: New = Invalid

** Changed in: ltspfs (Ubuntu)
   Importance: Undecided = High
   Status: New = Triaged

-- 
Usb stick (flash drive) does not pop up on the Gnome desktop
https://bugs.launchpad.net/bugs/273147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272506] Re: Special Proc Files are displyed as empity

2008-09-26 Thread G. Arena
I am able to open and read the file /proc/bus/usb/devices with Mozilla Firefox 
also. Onli with Nautilus and Gedit i get a blank page.
Yours,
Gaetano Arena

-- 
Special Proc Files are displyed as empity 
https://bugs.launchpad.net/bugs/272506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272324] Re: non clear error when trying to connect to a server and not specifying a directory

2008-09-26 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

-- 
non clear error when trying to connect to a server and not specifying a 
directory
https://bugs.launchpad.net/bugs/272324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 268701] Re: creates incorrect launchers to open directories

2008-09-26 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

-- 
creates incorrect launchers to open directories
https://bugs.launchpad.net/bugs/268701
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263433] Re: rhythmbox crashes on closing prior to copying a disk in Gnome

2008-09-26 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Unknown = New

-- 
rhythmbox crashes on closing prior to copying a disk in Gnome
https://bugs.launchpad.net/bugs/263433
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 247469] Re: nautilus loads the contents of a directory and sorts them at the same time makes it slow and unstable

2008-09-26 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

-- 
nautilus loads the contents of a directory and sorts them at the same time 
makes it slow and unstable
https://bugs.launchpad.net/bugs/247469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 243163] Re: Please update glom to 1.6.17

2008-09-26 Thread Murray Cumming
Out of interest, how you decide that there are no regressions?

-- 
Please update glom to 1.6.17
https://bugs.launchpad.net/bugs/243163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209355] Re: gvfs-ftp crashes when using text-based location bar in nautilus

2008-09-26 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown = New

-- 
gvfs-ftp crashes when using text-based location bar in nautilus
https://bugs.launchpad.net/bugs/209355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274731] Re: weather radar picture doesn't show up

2008-09-26 Thread Philipp Dreimann
As I never see a picture I think it is reproducible.

The steps are:

1. Add the weather applet to you panel.
2. Go to the settings and activate the radar.
3. Choose any location you'd like to. ( I tried several including e.g. Budapest)
4. Open the detailed view and switch to the radar tab.

-- 
weather radar picture doesn't show up
https://bugs.launchpad.net/bugs/274731
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274714] Re: System Cleaner Has No Icon

2008-09-26 Thread Dean Loros
** Changed in: system-cleaner (Ubuntu)
   Status: New = Confirmed

-- 
System Cleaner Has No Icon
https://bugs.launchpad.net/bugs/274714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274461] Re: gnome-system-monitor window is semi-transparent when using compiz

2008-09-26 Thread Emmanuel Pacaud
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)
Subsystem: Dell Device 0182
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at dff0 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at ec38 [size=8]
Region 2: Memory at c000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at dfec (32-bit, non-prefetchable) [size=256K]
Capabilities: access denied
Kernel modules: intelfb

ii  xserver-xorg-video-intel   2:2.4.1-1ubuntu6   X.Org X 
server -- Intel i8xx, i9xx display driver
ii  compiz 1:0.7.7+git20080807-0ubuntu10  OpenGL window 
and compositing manager


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

-- 
gnome-system-monitor window is semi-transparent when using compiz
https://bugs.launchpad.net/bugs/274461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269504] Re: Suspend icon is black rectangle in Shut Down dialog

2008-09-26 Thread Kenneth Wimer
Ok, I have submitted a new human icon theme package (0.30) with the
necessary icons. Should be fixed in Intrepid soon. You can test it from
my PPA

-- 
Suspend icon is black rectangle in Shut Down dialog
https://bugs.launchpad.net/bugs/269504
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269500] Re: Log Out and Switch User are misaligned

2008-09-26 Thread Kenneth Wimer
Ok, I have submitted a new human icon theme package (0.30) with the
necessary icons. Should be fixed in Intrepid soon. You can test it from
my PPA

-- 
Log Out and Switch User are misaligned
https://bugs.launchpad.net/bugs/269500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 268781] Re: blocky green and purple bars showing all over 3D accelerated effects with nVidia drivers

2008-09-26 Thread Alberto Milone
Either way I suggest you to ask NVIDIA directly as they have a forum for this 
kind of problems:
http://www.nvnews.net/vbulletin/forumdisplay.php?f=14

-- 
blocky green and purple bars showing all over 3D accelerated effects with 
nVidia drivers
https://bugs.launchpad.net/bugs/268781
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267295] Re: The 2.6.27-2.3 kernel fails to boot

2008-09-26 Thread Jonathan Thomas

** Attachment added: Scan of the backtrace
   http://launchpadlibrarian.net/17978597/backtrace.jpg

-- 
The 2.6.27-2.3 kernel fails to boot
https://bugs.launchpad.net/bugs/267295
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246087] Re: Quirk with Make CapsLock and additional Ctrl option

2008-09-26 Thread Timo Aaltonen
Please provide the output of 'setxkbmap -print'.

** Changed in: xkeyboard-config (Ubuntu)
Sourcepackagename: gnome-control-center = xkeyboard-config
   Status: New = Incomplete

-- 
Quirk with Make CapsLock and additional Ctrl option
https://bugs.launchpad.net/bugs/246087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 153394] Re: Shortkey conflict gnome Gimp/Inkscape

2008-09-26 Thread Timo Aaltonen
** Changed in: compiz (Ubuntu)
Sourcepackagename: gnome-control-center = compiz

-- 
Shortkey conflict gnome Gimp/Inkscape
https://bugs.launchpad.net/bugs/153394
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 110608] Re: ltspfsd does not install

2008-09-26 Thread Stéphane Graber
Edgy eft is no longer supported, this issue is fixed in newer release.
Closing the report.

** Changed in: ltspfs (Ubuntu)
   Status: New = Invalid

-- 
ltspfsd does not install 
https://bugs.launchpad.net/bugs/110608
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274803] [NEW] Allow shutdown to be started as root on thin clients (localapps)

2008-09-26 Thread Stéphane Graber
Public bug reported:

Currently localapps support allows the user to start softwares installed in the 
thin client chroot, these are then started as the user and not as root.
In order to remotely trigger a reboot or shutdown, the attached patch on 
/etc/sudoers allows the user to start /sbin/shutdown as root. It may also be 
interesting to alow the user to eject the cdrom remotely (we could then find a 
way to make use of it from gnome).

** Affects: ltsp (Ubuntu)
 Importance: Wishlist
 Status: Triaged

-- 
Allow shutdown to be started as root on thin clients (localapps)
https://bugs.launchpad.net/bugs/274803
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274803] Re: Allow shutdown to be started as root on thin clients (localapps)

2008-09-26 Thread Stéphane Graber

** Attachment added: /etc/sudoers
   http://launchpadlibrarian.net/17978631/sudo.patch

** Changed in: ltsp (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Triaged

-- 
Allow shutdown to be started as root on thin clients (localapps)
https://bugs.launchpad.net/bugs/274803
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274717] Re: System Cleaner Cleanup Button Is Always Enabled

2008-09-26 Thread Dean Loros
Also see forum thread: http://ubuntuforums.org/showthread.php?p=5859353

** Changed in: system-cleaner (Ubuntu)
   Status: New = Confirmed

-- 
System Cleaner Cleanup Button Is Always Enabled
https://bugs.launchpad.net/bugs/274717
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274715] Re: System Cleaner Does Not Refresh Following Cleaning

2008-09-26 Thread Dean Loros
Noted the same behavior--user is not sure that anything was really
done.

** Changed in: system-cleaner (Ubuntu)
   Status: New = Confirmed

-- 
System Cleaner Does Not Refresh Following Cleaning
https://bugs.launchpad.net/bugs/274715
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274715] Re: System Cleaner Does Not Refresh Following Cleaning

2008-09-26 Thread Dean Loros
Also see forum thread: http://ubuntuforums.org/showthread.php?p=5859353

-- 
System Cleaner Does Not Refresh Following Cleaning
https://bugs.launchpad.net/bugs/274715
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274461] Re: gnome-system-monitor window is semi-transparent when using compiz

2008-09-26 Thread Chris Jones
I don't think this is a compiz issue or a video driver issue, it's the theme or 
application explicitly choosing to be transparent by using RGBA colours.
Adding gnome-system-monitor back, because my guess is that it lies there since 
nothing else is doing this.

** Changed in: compiz (Ubuntu)
   Status: Incomplete = Confirmed

-- 
gnome-system-monitor window is semi-transparent when using compiz
https://bugs.launchpad.net/bugs/274461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274398] Re: Depends on no-longer-built libgdl-gnome-1-0 package

2008-09-26 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-python-extras - 2.19.1-0ubuntu9

---
gnome-python-extras (2.19.1-0ubuntu9) intrepid; urgency=low

  * debian/patches/80_use_new_gdl.dpatch:
- correctly build using the gdl version (lp: #274398)

 -- Sebastien Bacher [EMAIL PROTECTED]   Fri, 26 Sep 2008 15:43:55
+0200

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

-- 
Depends on no-longer-built libgdl-gnome-1-0 package
https://bugs.launchpad.net/bugs/274398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 247469] Re: nautilus loads the contents of a directory and sorts them at the same time makes it slow and unstable

2008-09-26 Thread Sebastien Bacher
could be similar to bug #159042

-- 
nautilus loads the contents of a directory and sorts them at the same time 
makes it slow and unstable
https://bugs.launchpad.net/bugs/247469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227882] Re: hardy random freeze

2008-09-26 Thread Leann Ogasawara
*** This bug is a duplicate of bug 141551 ***
https://bugs.launchpad.net/bugs/141551

** This bug is no longer a duplicate of bug 227806
   system crash with hardy

** This bug has been marked a duplicate of bug 141551
   DRI lockup with AGP on ati (mobility radeon rv350)

-- 
hardy random freeze
https://bugs.launchpad.net/bugs/227882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227806] Re: system crash with hardy

2008-09-26 Thread Leann Ogasawara
Thanks Joe.  I'm going to go ahead an undup your original bug from this
report and mark it as a duplicate of bug 141551 instead.

zity, since you are the original bug reporter, would you be able to test
Intrepid to verify if this is still an issue?  Thanks.

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

-- 
system crash with hardy
https://bugs.launchpad.net/bugs/227806
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 273801] Re: Failed to load module nvidia

2008-09-26 Thread Alberto Milone
According to the 1st log which you attached, you tried to use nvidia-glx-71:
(II) NVIDIA GLX Module  71.86.04  Mon Jan 21 11:12:04 PST 2008

This driver doesn't with Intrepid yet:
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
dlopen: /usr/lib/xorg/modules/drivers//nvidia_drv.so: undefined symbol: 
miZeroLineScreenIndex

See bug 251107: 
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-71/+bug/251107


The 2nd log reports this failure:
Parse error on line 12 of section Files in file /etc/X11/xorg.conf
RgbPath is not a valid keyword in this section.

which was caused by nvidia-xconfig which put these (now invalid) lines
in your /etc/X11/xorg.conf:

Section Files
RgbPath /usr/X11R6/lib/X11/rgb
EndSection


My suggestion is:
1) use driver nvidia-glx-173 (do not use nvidia-xconfig but rely on either 
EnvyNG or Jockey)
2) remove the Files section (the three lines posted above)
3) restart either the Xserver or your computer.

-- 
Failed to load module nvidia
https://bugs.launchpad.net/bugs/273801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272674] Re: NVIDIA 173 and 177 driver doesn't go on my 9300M GS

2008-09-26 Thread Alberto Milone
please attach the following files:
/var/log/Xorg.0.log
/var/log/Xorg.0.log.old
/etc/X11/xorg.conf

-- 
NVIDIA 173 and 177 driver doesn't go on my 9300M GS
https://bugs.launchpad.net/bugs/272674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 256994] Re: Please update bluez-gnome to 0.28 and rebase off Debian

2008-09-26 Thread Matti Lindell
Hi,

I've been using bluez-gnome (0.28-0ubuntu1~ppa3) from your ppa and I
haven't spotted any regressions. The current package in Intrepid
(0.25-0ubuntu2) doesn't display Services right for me, but this works
OK with your ppa package.

I've tested functionality with Nokia 6230i phone. Browse Device...
feature works without regressions and I'm able to receive files from the
phone using Receive files from remote devices as well.

Thanks.

-- 
Please update bluez-gnome to 0.28 and rebase off Debian
https://bugs.launchpad.net/bugs/256994
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 132701] Re: Genius Webcam Not Recognized

2008-09-26 Thread Gustavo Narea
On Hardy (64-bit) it works at least with Ekiga. (I don't have the 32-bit
machine to test 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 subscribed to Ubuntu.

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


[Bug 274806] [NEW] My Visuals don't show up ...

2008-09-26 Thread Icewall
Public bug reported:

Binary package hint: rhythmbox

my distro is Ubuntu 7.10 (Gutsy)
I'm running Gnome 2.2
I have an ATI X300 graphics card ... 
2048 MB dedicated RAM (2GB)
AMD Athalon 64 (Although I'm running a 32bit ver of Ubuntu)
Rhythmbox 0.11.2
I also have compiz-fusion installed and running fine.

When I select the the visualization (Goom , Monoscope)
it does not mater if it is in window, fullscreen, or embedded.
It's like the visuals show for just a mil sec and then go away.

I attached a screenshot of the window mode.

Any help would be appreciated.

[EMAIL PROTECTED]

ProblemType: Bug
Architecture: i386
Date: Fri Sep 26 06:58:54 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/rhythmbox
NonfreeKernelModules: fglrx
Package: rhythmbox 0.11.2-0ubuntu4
PackageArchitecture: i386
ProcCmdline: rhythmbox /home/kevin/Desktop/lush.pls
ProcCwd: /home/kevin
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux linux1 2.6.22-15-generic #1 SMP Wed Aug 20 18:39:13 UTC 2008 i686 
GNU/Linux

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


** Tags: apport-bug

-- 
My Visuals don't show up ... 
https://bugs.launchpad.net/bugs/274806
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274806] Re: My Visuals don't show up ...

2008-09-26 Thread Icewall

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

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

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

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

-- 
My Visuals don't show up ... 
https://bugs.launchpad.net/bugs/274806
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274792] Re: Meaningless output when removing package

2008-09-26 Thread Ori Avtalion
I *am* using intrepid, so it's confirmed :)

-- 
Meaningless output when removing package
https://bugs.launchpad.net/bugs/274792
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274461] Re: gnome-system-monitor window is semi-transparent when using compiz

2008-09-26 Thread Michael Basil
Happens when using the intel video driver on Intrepid Alpha 6 and
problem disappears when compiz is disabled.

Even setting opacity to 100% for System Monitor in the opacify,
brightness, and saturation options in Compiz Settings Manager doesn't
stop it being slightly transparent.

-- 
gnome-system-monitor window is semi-transparent when using compiz
https://bugs.launchpad.net/bugs/274461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274461] Re: gnome-system-monitor window is semi-transparent when using compiz

2008-09-26 Thread Pedro Villavicencio
indeed, it seems that it's a design desicion rather than a bug
http://bugzilla.gnome.org/show_bug.cgi?id=515907 added RGBA to system
monitor so it can use the transparency capabilities of the Murrine GTK+
theme and yep it's only showed with a composite manager in this case
compiz, you can probably also see it with metacity with the composite
manager enabled, not a bug but a design desicion.

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

-- 
gnome-system-monitor window is semi-transparent when using compiz
https://bugs.launchpad.net/bugs/274461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 264435] Re: MP3 codec installation hangs

2008-09-26 Thread Jussi
** Description changed:

  I'm using Ubuntu 8.04 live-cd.
  When I install codec to play MP3 files with Totem,
  every once and while install hangs (waited for hour).
  Windows that are left open are gnome-codec-install and top of it synaptic 
  (information gathered with command xprop | grep WM_CLASS).
- CPU usage raises to 100% (most of load is from processes dd and 
idconfig.real). 
+ CPU usage raises to 100% (most of load is from processes dd and 
ldconfig.real). 
  Top window (synaptic) says that installation is completed.

-- 
MP3 codec installation hangs
https://bugs.launchpad.net/bugs/264435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241156] Re: Evolution crashes when saving a recurring appointment from single day view

2008-09-26 Thread Bug Watch Updater
** Changed in: evolution
   Status: In Progress = Fix Released

-- 
Evolution crashes when saving a recurring appointment from single day view
https://bugs.launchpad.net/bugs/241156
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274461] Re: gnome-system-monitor window is semi-transparent when using compiz

2008-09-26 Thread Emmanuel Pacaud
It looks like I'm not using the intel driver, but i810.

I'm going to deinstall i810 and try the intel driver.

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/17981388/Xorg.0.log

-- 
gnome-system-monitor window is semi-transparent when using compiz
https://bugs.launchpad.net/bugs/274461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274461] Re: gnome-system-monitor window is semi-transparent when using compiz

2008-09-26 Thread Michael Basil
Only happens with Human and NewHuman themes.

Seems odd for one application to decide to be transparent when others
aren't and no way to change it.

-- 
gnome-system-monitor window is semi-transparent when using compiz
https://bugs.launchpad.net/bugs/274461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274389] Re: Intrepid installer unmount problem with Unetbootin

2008-09-26 Thread fabb
the first problem, that the unetbootin partition (in my case the first ntfs 
partition) is recognized as cdrom, has got further impact:
after installing, the ntfs partition will be inserted as cdrom into /etc/fstab 
and NO MORE BE ACESSIBLE as the filesystem now isn't recognized automatically 
any more.

the line in fstab will be as for every other cdrom device:
/dev/sda1   /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0   0

-- 
Intrepid installer unmount problem with Unetbootin
https://bugs.launchpad.net/bugs/274389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274102] Re: black screen with arrow cursor during login

2008-09-26 Thread manishmahabir

** Attachment added: current /etc/X11/xorg.conf file
   http://launchpadlibrarian.net/17981372/xorg.conf

-- 
black screen with arrow cursor during login
https://bugs.launchpad.net/bugs/274102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274102] Re: black screen with arrow cursor during login

2008-09-26 Thread manishmahabir

** Attachment added: current X server log file (/var/log/Xorg.0.log)
   http://launchpadlibrarian.net/17981386/Xorg.0.log

-- 
black screen with arrow cursor during login
https://bugs.launchpad.net/bugs/274102
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269483] Re: KDE4 guidance-power-manager tooltip allways shows top left of icon

2008-09-26 Thread Murillo Fernandes Bernardes
Looks like it was fixed. It's working fine in my top panel now.

guidance-power-manager4:4.1.1-0ubuntu1

$ guidance-power-manager --version
Qt: 4.4.2
KDE: 4.1.1 (KDE 4.1.1)
Guidance Power Manager: 4.1.1

-- 
KDE4 guidance-power-manager tooltip allways shows top left of icon
https://bugs.launchpad.net/bugs/269483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267141] Re: suspend button disappears after pm-utils upgraded to 1.1.2.4-1ubuntu2

2008-09-26 Thread hyperair
I'm personally against dropping the patch, for the following reasons:
1. This won't stop people who want to use uswsusp from using uswsusp.
2. If the user has installed uswsusp, then, since it's in universe, it should 
mean that the user has explicitly chosen to use it
3. Dropping the patch would make people who need/want to use uswsusp to rebuild 
pm-utils with the patch

Matthew Garret disabled the s2ram build because many people decided to
use uswsusp instead of reporting bugs in Ubuntu's default suspend code.
This means that the rest of us who DO want to use s2ram cannot use it
without rebuilding uswsusp. I don't like to put things too harshly, but
my personal opinion about this is: this was a very stupid move, stepping
around the matter rather than fixing it. If uswsusp broke stuff for some
people, then ask them to remove it. Don't start messing up packages just
because you feel like fixing stuff for people who wrongly installed a
package that wasn't meant for them to begin with. I sincerely hope this
doesn't carry to disabling s2disk as well, or just removing the entire
uswsusp package altogether.

The way I see it, there are two (acceptable) ways to go about fixing this whole 
matter:
1. Re-enable s2ram. If people complain things break, tell them to remove s2ram, 
and mark their bugs invalid.
2. Hack pm-utils code into not looking at s2ram.
In both cases, I would recommend that uswsusp be dropped from Recommends to 
Suggests in pm-utils.

Method #1 would reverse Matthew Garret's change, and, I believe is the
right way to go about things. If we keep stepping around this matter,
we'll eventually encounter a greater problem than this. In fact, this
whole bug came from disabling s2ram in the first place.

Method #2 would bring things back to how they were before ubuntu2. I
wouldn't say it would bring things to how they were back in Hardy,
because in Hardy, pm-utils looked for s2disk and s2ram in the wrong
places (/usr/sbin instead of /sbin), and so uswsusp didn't work in Hardy
anyway.

-- 
suspend button disappears after pm-utils upgraded to 1.1.2.4-1ubuntu2 
https://bugs.launchpad.net/bugs/267141
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 264435] Re: MP3 codec installation hangs

2008-09-26 Thread Jussi
Argh... sorry, not idconfig, ldconfig! And now I can find more about this bug. 
I think this bug may be handled already!
https://bugs.launchpad.net/ubuntu/+source/gnome-app-install/+bug/156041

-- 
MP3 codec installation hangs
https://bugs.launchpad.net/bugs/264435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 262307] Re: www.meebo.com crashes firefox

2008-09-26 Thread FLiPS
Same bug here.

Firefox 3.0.3
 - Shockwave Flash 9.0 r124
 - Java(TM) Plug-in 1.6.0_06

-- 
www.meebo.com crashes firefox
https://bugs.launchpad.net/bugs/262307
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274680] Re: ATI Radeon HD 4850 fglrx fails to load

2008-09-26 Thread Mario Limonciello
*** This bug is a duplicate of bug 247376 ***
https://bugs.launchpad.net/bugs/247376

** This bug has been marked a duplicate of bug 247376
   undefined symbols when trying to load fglrx

-- 
ATI Radeon HD 4850 fglrx fails to load
https://bugs.launchpad.net/bugs/274680
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274642] Re: kde 4.1 bootsplash incomplete

2008-09-26 Thread w.hamra1987
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it, , because your description
didn't include enough information. You may find it helpful to read How
to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: ubuntu
   Status: New = Incomplete

-- 
kde 4.1 bootsplash incomplete
https://bugs.launchpad.net/bugs/274642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274468] Re: Have firefox ask user to exit firefox *BEFORE* updating.

2008-09-26 Thread Derek
First off, this has been happening for a very very long time in mozilla,
it seems unlikely the injection of ubuntu help will resolve things any
time soon (although I could be wrong - certainly sqllite has taken over
in other portions of the mozilla profile).

Secondly, I don't see this as just a localstore.rdf issue.  The fact of 
replacing mozilla behind its back does cause the running firefox to behave 
oddly (File-Quit may not work, weird error dialogs may pop up) which is 
disconcerting to the users.
And there may be other effects.  I don't see the harm in shutting it down 
beforehand instead of afterwards, and I see some immediate benefits.

-- 
Have firefox ask user to exit firefox *BEFORE* updating.
https://bugs.launchpad.net/bugs/274468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269504] Re: Suspend icon is black rectangle in Shut Down dialog

2008-09-26 Thread Martin Pitt
** Changed in: human-icon-theme (Ubuntu Intrepid)
   Status: Confirmed = Fix Committed

-- 
Suspend icon is black rectangle in Shut Down dialog
https://bugs.launchpad.net/bugs/269504
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269500] Re: Log Out and Switch User are misaligned

2008-09-26 Thread Martin Pitt
** Changed in: human-icon-theme (Ubuntu Intrepid)
   Status: Confirmed = Fix Committed

-- 
Log Out and Switch User are misaligned
https://bugs.launchpad.net/bugs/269500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 256994] Re: Please update bluez-gnome to 0.28 and rebase off Debian

2008-09-26 Thread Emmet Hikory
Has anyone been able to get keyboard and mouse working with this
version?  I can't, but I also can't with 0.25, so I'm not sure it's a
regression.

-- 
Please update bluez-gnome to 0.28 and rebase off Debian
https://bugs.launchpad.net/bugs/256994
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 179042] Re: [fglrx] fglrx, compiz and opengl conflict

2008-09-26 Thread Stefano Maioli
** Changed in: ezvisage
   Status: New = Invalid

** Changed in: compiz
   Status: New = Invalid

-- 
[fglrx] fglrx, compiz and opengl conflict
https://bugs.launchpad.net/bugs/179042
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 274812] [NEW] Firefox 3.0.3 (Beta?) pushed/installed through update manager

2008-09-26 Thread komputes
Public bug reported:

This is pretty low priority but thought I would report the incident. I
was prompted by update manager to update Firefox yesterday. While
updating, Firefox started coming up with error messages and was rendered
unusable, when I rebooted and used the newly installed Firefox, the
first page I am directed to is http://en-us.www.mozilla.com/en-
US/firefox/3.0.3/whatsnew/

This page says that I am beta testing Firefox. Will the entire Ubuntu
community be part of the Mozilla Beta Tester group and will be using a
beta release of Firefox? (again?) Or perhaps I don't understand
something here.

What was expected:
1) Firefox should not act differently if being used while updating (making the 
browser unusable).
2) Not to be brought to a page that says Thanks for helping us beta test 
Firefox 3.0.3 (stable releases - ff is everyday software)

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

-- 
Firefox 3.0.3 (Beta?) pushed/installed through update manager
https://bugs.launchpad.net/bugs/274812
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >