[Bug 383725] Re: [upstream] OOo 3.0 Calc most right of 60 tilted words cut off in printing and preview

2009-06-21 Thread Bug Watch Updater
** Changed in: openoffice
   Status: Unknown => New

-- 
[upstream] OOo 3.0 Calc most right of 60 tilted words cut off in printing and 
preview
https://bugs.launchpad.net/bugs/383725
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 378496] Re: USB Modem ZTE MF626 does not work fine sometimes

2009-06-21 Thread Santiago
sometimes, network manager shows only one device... and sometimes shows
2. If i unplug the modem and plug it back, it is not detected well and
the device cant connect. when unplug and wait like 30 sec and replug it
back the device is detected and i can connect... this is strange
behaviour... is this device fully supported by the kernel?

-- 
USB Modem ZTE MF626 does not work fine sometimes
https://bugs.launchpad.net/bugs/378496
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 359392] Re: [i965] X freezes starting on April 3rd

2009-06-21 Thread Oded Arbel
I got the same freeze again (with laptop screen closed) but without the
syslog messages, so its probably not related.

My problem is not an immediate lockup like it seems that Jithin Emmanuel
reported (though I haven't looked at the Xorg log yet) - if I just close
the lid and leave it for a few minutes and open it again then its
usually still ok. For me the freeze happens when I have the screen
closed for a long time - several hours.

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 301593] Re: network-manager-pptp lacks refuse-eap option in advanced ... dialog

2009-06-21 Thread Olaf
Confirming that ir is fixed in Jaunty.
I skipped Intrepid because of this and related bugs regarding PPTP VPN.
Thanks for the work.

-- 
network-manager-pptp lacks refuse-eap option in advanced ... dialog
https://bugs.launchpad.net/bugs/301593
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 330811] Re: Can't connect to a hidden network

2009-06-21 Thread Scott Testerman
Verifying that the new release does now work for WPA1/TKIP hidden
networks.  I'll test others as I run across them.

For those who cannot get it to work, it may be worth noting that the fix did 
NOT work for me until I 
1) went into the plasmoid's Manage Connections screen, on the Wireless tab, and 
deleted ALL instances of the hidden network,
2) disabled wireless, 
3) logged out and back in, and finally 
4) attempted to connect as normal (using the new "Connect to hidden network" 
button -- hooray!).

It's worked flawlessly since, and the negotiation speed seems to be just
a tiny bit faster than before.

-- 
Can't connect to a hidden network
https://bugs.launchpad.net/bugs/330811
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 335777] Re: (Jaunty) plasmoid-network-manager does not remember configured connection

2009-06-21 Thread Klaus Layer
With the latest Jaunty updates this issue seems to be fixed in the
network managment plasmoid. I no longer experience this problem.

-- 
(Jaunty) plasmoid-network-manager does not remember configured connection
https://bugs.launchpad.net/bugs/335777
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 390155] [NEW] Inconsistent server IP: 192.168.0.[1-or-254]

2009-06-21 Thread Alkis Georgopoulos
Public bug reported:

While installing from the Jaunty alternate CD, the server "internal" NIC is 
assigned a static IP of 192.168.0.254 in /etc/network/interfaces.
But /etc/ltsp/dhcpd.conf assumes an IP of 192.168.0.1.
This difference is also present in some of the ltsp scripts.
This makes it impossible to do NATting on the server for the clients to 
directly access the Internet (e.g. for the TIMESERVER lts.conf directive to 
work, of for localapps-firefox to work), unless one of those two files are 
manually modified.

Here are the results of a search for "192.168.0." in the source code:
client/initscripts/Gentoo/ltsp-client-setup.initd:  
SERVER="${SERVER:-192.168.0.254}"
client/screen.d/telnet:# the default of '192.168.0.254'
client/ltsp_config:SERVER="${server:-192.168.0.254}"
debian/dhcpd.conf:subnet 192.168.0.0 netmask 255.255.255.0 {
debian/dhcpd.conf:range 192.168.0.20 192.168.0.250;
debian/dhcpd.conf:option domain-name-servers 192.168.0.1;
debian/dhcpd.conf:option broadcast-address 192.168.0.255;
debian/dhcpd.conf:option routers 192.168.0.1;
debian/dhcpd.conf:#next-server 192.168.0.1;
server/doc/QuickInstall:IP 192.168.0.1, then run command below:
server/doc/examples/get_host_random:HOSTS="192.168.0.254 192.168.0.253 
192.168.0.252 192.168.0.251"
server/doc/examples/dhcpd-dnsmasq:dhcp-range=192.168.0.20,192.168.0.250,1h
server/configs/dhcpd.conf:subnet 192.168.0.0 netmask 255.255.255.0 {
server/configs/dhcpd.conf:range 192.168.0.20 192.168.0.250;
server/configs/dhcpd.conf:option domain-name-servers 192.168.0.1;
server/configs/dhcpd.conf:option broadcast-address 192.168.0.255;
server/configs/dhcpd.conf:option routers 192.168.0.1;
server/configs/dhcpd.conf:next-server 192.168.0.1;
server/configs/ALTLinux/dhcpd.conf.in:next-server 192.168.0.1;
server/configs/ALTLinux/dhcpd.conf.in:subnet 192.168.0.0 netmask 255.255.255.0 {
server/configs/ALTLinux/dhcpd.conf.in:range 192.168.0.20 192.168.0.250;
server/configs/ALTLinux/dhcpd.conf.in:option domain-name-servers 
192.168.0.1;
server/configs/ALTLinux/dhcpd.conf.in:option broadcast-address 
192.168.0.255;
server/configs/ALTLinux/dhcpd.conf.in:option routers 192.168.0.1;
server/configs/ALTLinux/dhcpd.conf.in:option root-path 
"192.168.0.1:/var/lib/ltsp/@ARCH@";
server/configs/k12linux/mkinitrd/sysconfig-mkinitrd:rootdev="192.168.0.254:/opt/ltsp/i386"
server/scripts/k12linux/dhcpd-update:$origserver="192.168.0.254";
server/scripts/k12linux/dhcpd-update:$orignetwork="192.168.0.0";
server/scripts/k12linux/dhcpd-update:$server="192.168.0.254";
server/scripts/k12linux/dhcpd-update:$network="192.168.0.0";
server/scripts/k12linux/ltsp-server-initialize:DEFAULTIP="192.168.0.254"
server/plugins/ltsp-build-client/Debian/035-create-fs-image:
NBD_ROOT_SERVER=${NBD_ROOT_SERVER:-"192.168.0.1"}

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

-- 
Inconsistent server IP: 192.168.0.[1-or-254]
https://bugs.launchpad.net/bugs/390155
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 390154] Re: i was downloading some software (a bunch) and postfix crashed after it asked me to verify my hostname during the software install thru synaptic

2009-06-21 Thread MattFinck21

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28163906/Dependencies.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/28163907/DpkgTerminalLog.gz

-- 
i was downloading some software (a bunch) and postfix crashed after it asked me 
to verify my hostname during the software install thru synaptic
https://bugs.launchpad.net/bugs/390154
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 390154] [NEW] i was downloading some software (a bunch) and postfix crashed after it asked me to verify my hostname during the software install thru synaptic

2009-06-21 Thread MattFinck21
Public bug reported:

Binary package hint: postfix

im not shure.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 75
Package: postfix 2.5.5-1.1
SourcePackage: postfix
Title: package postfix 2.5.5-1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 75
Uname: Linux 2.6.28-13-generic x86_64

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


** Tags: amd64 apport-package

-- 
i was downloading some software (a bunch) and postfix crashed after it asked me 
to verify my hostname during the software install thru synaptic
https://bugs.launchpad.net/bugs/390154
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 389836] Re: after update to xkb-data_1.6-1 modifier keys (left and right ALT) dont work in gtk apps anymore

2009-06-21 Thread Chris
Apparently no bug.
After creating a new user, the problem vanished.
xkb-data 1.6 and my kxkbrc configuration file conflicted.

Sorry for reporting!


** Changed in: xkeyboard-config (Ubuntu)
   Status: New => Invalid

-- 
after update to xkb-data_1.6-1 modifier keys (left and right ALT) dont work in 
gtk apps anymore 
https://bugs.launchpad.net/bugs/389836
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 335777] Re: (Jaunty) plasmoid-network-manager does not remember configured connection

2009-06-21 Thread Scott Testerman
New version of plasma-widget-network-manager is
0.0+svn966653-0ubuntu0.1.

Please check to see if the same problems still exist.  This update has
fixed numerous annoyances for me.  If you have existing wireless
connections defined, you may need to delete them, then log out and back
in, before testing.

-- 
(Jaunty) plasmoid-network-manager does not remember configured connection
https://bugs.launchpad.net/bugs/335777
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 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-06-21 Thread kikl
There is no location to display when you are doing a search? How about
displaying the location/folder, in which you are searching? If you use
the search field, the search should be conducted by default in the
folder, which is open. In the current implementation, the search bar
replaces the location bar and a new location bar is displayed below
search results indicating the location of search. That's just too
complicated.

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
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 335777] Re: (Jaunty) plasmoid-network-manager does not remember configured connection

2009-06-21 Thread Salze
I no longer experience this problem, too, using the same version Scott
states.

-- 
(Jaunty) plasmoid-network-manager does not remember configured connection
https://bugs.launchpad.net/bugs/335777
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-network-manager in ubuntu.

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


[Bug 389485] Re: DONT work h323 by niif hungary

2009-06-21 Thread Yannick Defais
Hi,

What is this number "h323: 00361002081" ? Is it a landline phone? If you
use h323, you must register ekiga to an h323 provider. Default providers
in Ekiga (ekiga.net and diamond card for call out do not work with h323)
are SIP only providers.

Best regards,
Yannick

-- 
DONT work h323 by niif hungary
https://bugs.launchpad.net/bugs/389485
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 347487] Re: starting virtual machine in virtualbox-ose freezes system

2009-06-21 Thread darthanubis
I solved this for me. The cause, garbage BIOS (ver. P08)from XFX for my
680iLT. I had to use the BIOS for the board above mine (ver P33). Once I
flashed to P33 BIOS for this board, ALL is well. P07 does not have the
best Wolfdale support. P33 has the best support. I had no idea I had to
use a BIOS that was NOT designed for my board in order to solve this
issue for me.

-- 
starting virtual machine in virtualbox-ose freezes system
https://bugs.launchpad.net/bugs/347487
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 390158] Re: [MSI MS-7329] suspend/resume failure [non-free: nvidia]

2009-06-21 Thread Stefan Pappalardo

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/28164049/BootDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28164050/Dependencies.txt

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/28164051/HalComputerInfo.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/28164052/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/28164053/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/28164054/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/28164055/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/28164056/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/28164057/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/28164058/ProcStatus.txt

** Attachment added: "SleepLog.txt"
   http://launchpadlibrarian.net/28164059/SleepLog.txt

-- 
[MSI MS-7329] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/390158
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 390158] [NEW] [MSI MS-7329] suspend/resume failure [non-free: nvidia]

2009-06-21 Thread Stefan Pappalardo
Public bug reported:

escription: Ubuntu 9.04
Release:9.04
linux:
  Installiert: (keine)
  Kandidat: 2.6.28.13.17
  Versions-Tabelle:
 2.6.28.13.17 0
500 http://de.archive.ubuntu.com jaunty-updates/restricted Packages
 2.6.28.11.15 0
500 http://de.archive.ubuntu.com jaunty/restricted Packages

System freezes completely after suspend. There is no way to get a resume from 
the system.
Only a power off (pushed 5 seconds) let's system reboot.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: amd64
CurrentDmesg: [  114.500017] Clocksource tsc unstable (delta = -199467789 ns)
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=0d5fed77-a7a0-4fbf-99a7-d670aaf4e00d
InterpreterPath: /usr/bin/python2.6
MachineType: MSI MS-7329
NonfreeKernelModules: nvidia
Package: linux-image-2.6.28-13-generic 2.6.28-13.44
ProcAttrCurrent: unconfined
ProcCmdLine: root=UUID=f2f3665b-3fb7-4a77-9634-baebaa71e4e7 ro quiet splash 
locale=de_DE
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-13.44-generic
SourcePackage: linux
Tags: resume suspend
Title: [MSI MS-7329] suspend/resume failure [non-free: nvidia]
UserGroups:

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[MSI MS-7329] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/390158
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 390157] [NEW] [upgrade] New upstream release 0.132

2009-06-21 Thread Cesare Falco
Public bug reported:

A new upstream release is available.

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

-- 
[upgrade] New upstream release 0.132
https://bugs.launchpad.net/bugs/390157
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 390160] [NEW] Ogre3D programs crash with intel driver

2009-06-21 Thread mumismo
Public bug reported:

Binary package hint: xserver-xorg-video-intel


Using Ubuntu 9.04 
I have tried the intel driver 2.6.3 that comes with Ubuntu 9.04 and the 2.7.1 
that comes from the X-updated PPA

Both gives a segmentation fault with running a Ogre3D program:

#0  0x7f18588cea8b in ?? () from /usr/lib/dri/i915_dri.so
#1  0x7f18588e6d8a in ?? () from /usr/lib/dri/i915_dri.so
#2  0x7f18588dc8ef in _tnl_run_pipeline () from /usr/lib/dri/i915_dri.so
#3  0x7f18588357c4 in ?? () from /usr/lib/dri/i915_dri.so
#4  0x7f18588dceb0 in _tnl_draw_prims () from /usr/lib/dri/i915_dri.so
#5  0x7f18588d588e in ?? () from /usr/lib/dri/i915_dri.so
#6  0x7f18588025d1 in intel_clear_tris () from /usr/lib/dri/i915_dri.so
#7  0x7f1858802a67 in ?? () from /usr/lib/dri/i915_dri.so
#8  0x7f1859103845 in Ogre::GLRenderSystem::clearFrameBuffer 
(this=0x7f1862e34d28, buffers=, colour=, depth=1, stencil=0) at OgreGLRenderSystem.cpp:3099
#9  0x7f18627695a7 in Ogre::SceneManager::_renderScene 
(this=0x7f1862e38fb8, camera=0x7f1862edae10, vp=0x7f1862eba470, 
includeOverlays=) at OgreSceneManager.cpp:1343
#10 0x7f186274005c in Ogre::RenderTarget::updateImpl (this=0x7f1862e36998) 
at OgreRenderTarget.cpp:113
#11 0x7f186273f96c in Ogre::RenderTarget::update (this=0x12291a8, swap=224) 
at OgreRenderTarget.cpp:501


This can be reproduced with the ogre3D demos.
I am using a integrated intel G33/G31

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-video-intel 2:2.7.1-0ubuntu1~xup~1
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-11-generic (bui...@crested) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.28-11-generic x86_64
UnreportableReason: This is not a genuine Ubuntu package

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Ogre3D programs crash with intel driver
https://bugs.launchpad.net/bugs/390160
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 390160] Re: Ogre3D programs crash with intel driver

2009-06-21 Thread mumismo

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28164178/Dependencies.txt

** Attachment added: "LsHal.txt"
   http://launchpadlibrarian.net/28164179/LsHal.txt

** Attachment added: "LsMod.txt"
   http://launchpadlibrarian.net/28164180/LsMod.txt

** Attachment added: "LsPci.txt"
   http://launchpadlibrarian.net/28164181/LsPci.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/28164182/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/28164183/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/28164184/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/28164185/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/28164186/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/28164187/setxkbmap.txt

** Attachment added: "system.txt"
   http://launchpadlibrarian.net/28164188/system.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/28164189/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/28164191/xkbcomp.txt

-- 
Ogre3D programs crash with intel driver
https://bugs.launchpad.net/bugs/390160
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 387576] Re: Cannot use LDAP accounts on armel build; has incorrect symlink or /lib/nss_ldap.so incorrectly supplied

2009-06-21 Thread Bug Watch Updater
** Changed in: debian
   Status: Unknown => New

-- 
Cannot use LDAP accounts on armel build; has incorrect symlink or 
/lib/nss_ldap.so incorrectly supplied
https://bugs.launchpad.net/bugs/387576
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 385173] Re: Package linux-image-generic has broken dep on linux-image-2.6.28-13-generic

2009-06-21 Thread Dave Bull
I selected "openERP-client" to install from Synaptic. I expected it to
install and close. At the end of the install, the following error come
up ina window:

E: linux-image-2.6.28-13-generic: subprocess post-installation script returned 
error exit status 1
E: linux-restricted-modules-2.6.28-13-generic: dependency problems - leaving 
unconfigured
E: linux-image-generic: dependency problems - leaving unconfigured
E: linux-restricted-modules-generic: dependency problems - leaving unconfigured
E: linux-generic: dependency problems - leaving unconfigured

This same message occurs on an install or re-install I attempt from both
Synaptic and Adept.

-- 
Package linux-image-generic has broken dep on linux-image-2.6.28-13-generic
https://bugs.launchpad.net/bugs/385173
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 311076] Re: hang on BOGUS LENGTH in write keyboard desc

2009-06-21 Thread Philip Aston
I agree - this bug is a major stability issue for Ubuntu, and affects me
on a near daily basis. The importance of this bug should be changed from
Undecided to High.

-- 
hang on BOGUS LENGTH in write keyboard desc
https://bugs.launchpad.net/bugs/311076
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 390161] [NEW] Imported photos not saved in user defined folder

2009-06-21 Thread Hashimoto
Public bug reported:

I have defined a specific folder in F-spot (edit - preferences) to which
photos should be imported . The folder is in my DNS-323 network drive.
Despite the specified folder F-spot  saves all imported photos in ~/ .

This problem seems to concern only Ubuntu 9.04. because it has worked
fine before (8.04, 8.10).

Package: F-spot 0.5.0.3-1ubuntu6
Distro: Ubuntu 9.04

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Imported photos not saved in user defined folder
https://bugs.launchpad.net/bugs/390161
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 130235] Re: Autohide Not At All -- stays up

2009-06-21 Thread Launchpad Bug Tracker
** Branch linked: lp:awn

-- 
Autohide Not At All -- stays up
https://bugs.launchpad.net/bugs/130235
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 130235] Re: Autohide Not At All -- stays up

2009-06-21 Thread Mark Lee
I've committed the latest patch to trunk (r566). I'm leaving it as
assigned to Michal, so he can make sure that this bug doesn't occur with
the rewritten autohide subsystem.

** Changed in: awn
   Status: Confirmed => Fix Committed

-- 
Autohide Not At All -- stays up
https://bugs.launchpad.net/bugs/130235
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 390163] [NEW] [regression] no thumbnails for cbr in karmic

2009-06-21 Thread Taylor "Ripps" L-Wren
Public bug reported:

Binary package hint: evince

In Jaunty, both my cbz and cbr comic archives were correctly
thumbnailed, but in Karmic, only my cbz's are thumbnailed.

ProblemType: Bug
Architecture: i386
Date: Sun Jun 21 02:46:21 2009
DistroRelease: Ubuntu 9.10
Package: evince 2.27.3-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
SourcePackage: evince
Uname: Linux 2.6.30-9-generic i686

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


** Tags: apport-bug i386

-- 
[regression] no thumbnails for cbr in karmic
https://bugs.launchpad.net/bugs/390163
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 390163] Re: [regression] no thumbnails for cbr in karmic

2009-06-21 Thread Taylor "Ripps" L-Wren

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28164438/Dependencies.txt

-- 
[regression] no thumbnails for cbr in karmic
https://bugs.launchpad.net/bugs/390163
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 310817] Re: after re-login the firefox web page screen broken!

2009-06-21 Thread m45smg
I attach the Xorg.0.log!

Tks for reply!


** Attachment added: "Xorg0log"
   http://launchpadlibrarian.net/28164407/Xorg0log

-- 
after re-login the firefox web page screen broken!
https://bugs.launchpad.net/bugs/310817
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 368631] Re: High CPU usage

2009-06-21 Thread chochis
After some days of my machine working it also happened to me.
(sorted top)

top - 09:34:28 up 10 days,
[...]
2614 root  20   0  334m  43m 7756 S 14.9  5.0 269:54.61 Xorg
[...]
3171 chochis   20   0 46728  27m 3088 S  0.3  3.1 366:35.31 indicator-apple

How this can use much more cpu that Xorg?
I have noticed before too:
I have pidgin working all day but sometimes my internet connection crashes, so, 
it has problemas reconnecting, when this happens, notification applet goes with 
the envelope and a green dot and after that it starts to be cpu greedy and 
never returns to normal behavior.

Regards

-- 
High CPU usage 
https://bugs.launchpad.net/bugs/368631
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 318249] Re: does not handle updated file images with changed md5sums

2009-06-21 Thread charles
** Bug watch added: Transmission Trac #2228
   http://trac.transmissionbt.com/ticket/2228

** Also affects: transmission via
   http://trac.transmissionbt.com/ticket/2228
   Importance: Unknown
   Status: Unknown

-- 
does not handle updated file images with changed md5sums
https://bugs.launchpad.net/bugs/318249
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 318249] Re: does not handle updated file images with changed md5sums

2009-06-21 Thread charles
When upstream ticket  was
filed yesterday with the summary "transmission should learn to truncate
files on updating torrents" it reminded me of this ticket.  IMO #2228's
summary describes what's happening here.

What's happening is that when the updated iso is smaller than the
earlier version, Transmission wasn't truncating the file, so the file
checksum fails.  However, the BitTorrent *piece* checksums are still
correct, so you were *not* sharing bad data to the rest of the world.

At any rate, since upstream #2228 spelled out what was going on and how
to fix it, this is fixed in upstream svn trunk in
 for 1.73.

-- 
does not handle updated file images with changed md5sums
https://bugs.launchpad.net/bugs/318249
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 365269] Re: Kubuntu 9.04 cannot create swap file when installing from inside windows

2009-06-21 Thread Agostino Russo
*** This bug is a duplicate of bug 376120 ***
https://bugs.launchpad.net/bugs/376120

** This bug has been marked a duplicate of bug 376120
   installing ubuntu stoped on "installing system" on 0% without any progress 
for half an hour

-- 
Kubuntu 9.04 cannot create swap file when installing from inside windows
https://bugs.launchpad.net/bugs/365269
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 384344] Re: [3G] NetworkManager does not detect ZTE AC8710 CDMA/EVDO 3G USB Modem

2009-06-21 Thread Tim Cole
Ive noticed that your device shows 4 ttys and i will assume that ttyUSB0
is the cdma modem since you say you can connect with wvdial on that tty.

These are the steps I followed to get my modem recognized by
NetworkManager.

The clue here is the line that says:
"Jun 6 23:06:13 xxx NetworkManager:  (ttyUSB0): found serial port (udev: 
hal:CDMA)"

In a working configuration I would expect it to say:
"Jun 6 23:06:13 xxx NetworkManager:  (ttyUSB0): found serial port 
(udev:CDMA hal:CDMA)" I'm guessing.

When you plug in your device, there are some udev rules that get run.
One of the rules that gets run, probes the modem to determine its capabilities. 
If this probe does not execute correctly, NM will not know that it can use your 
device.

The program that probes is /lib/udev/nm-modem-probe.

You can run this standalone to check that you modem is probed correctly.
try /lib/udev/nm-modem-probe --verbose --export /dev/ttyUSB0

You show get a bunch of output and ultimatleey two lines that read something 
like,
ID_NM_PROBED=1
ID_NM_CDMA=1 (just guessing here, mine is GSM).

Once you know the modem is being probed correctly, check that the rules are 
configured correctly.
In jaunty the live in
/lib/udev/rules.d/77-nm-probe-modem-capabilities.rules

for testing you could use something like

ACTION!="add|change", GOTO="nm_modem_probe_end"
SUBSYSTEM!="tty", GOTO="nm_modem_probe_end"
KERNEL!="tty*", GOTO="nm_modem_probe_end"

SUBSYSTEM=="tty", SUBSYSTEMS=="usb", DRIVERS=="?*", 
ENV{NM_MODEM_DRIVER}="$attr{driver}"
SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", 
ENV{NM_MODEM_USB_INTERFACE_NUMBER}="$attr{bInterfaceNumber}"
SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{idVendor}=="?*", 
ATTRS{idProduct}=="?*", IMPORT{program}="nm-modem-probe --vid 0x$attr{idVendor} 
--pid 0x$attr{idProduct} --usb-interface $env{NM_MODEM_USB_INTERFACE_NUMBER} 
--driver $env{NM_MODEM_DRIVER} --delay 3000 --export $tempnode", 
GOTO="nm_modem_probe_end"

LABEL="nm_modem_probe_end"

If this does not work, please attach the verbose output of nm-modem-probe.
Also attach the ouput of udevadm query all on the /sys/class/tty/ttyUSB0 path.

-- 
[3G] NetworkManager does not detect ZTE AC8710 CDMA/EVDO 3G USB Modem
https://bugs.launchpad.net/bugs/384344
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 362178] Re: wubi 9.04 installation hang up

2009-06-21 Thread Agostino Russo
*** This bug is a duplicate of bug 376120 ***
https://bugs.launchpad.net/bugs/376120

** This bug is no longer a duplicate of bug 365269
   Kubuntu 9.04 cannot create swap file when installing from inside windows
** This bug has been marked a duplicate of bug 376120
   installing ubuntu stoped on "installing system" on 0% without any progress 
for half an hour

-- 
wubi 9.04 installation hang up
https://bugs.launchpad.net/bugs/362178
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 318249] Re: does not handle updated file images with changed md5sums

2009-06-21 Thread Bug Watch Updater
** Changed in: transmission
   Status: Unknown => Fix Released

-- 
does not handle updated file images with changed md5sums
https://bugs.launchpad.net/bugs/318249
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 330573] Re: madfuload doesn't work on Jaunty

2009-06-21 Thread oudalrich
Thanks Neil for your reply, but I had already set the log priority to
"debug" in udev.conf before I generated the log attached to #6.

I don't know anything about how udev works, but looking through the log,
these lines look wrong to me:

Jun 20 11:46:25 EMACS-Keller udevd-event[4367]: '/sbin/modprobe' (stderr) 
'WARNING: All config files need .conf: /etc/modprobe.d/thinkpad_acpi.modprobe, 
it will be ignored in a future release.' 
Jun 20 11:46:25 EMACS-Keller udevd-event[4369]: no node name set, will use 
kernel name 'usbdev2.2_ep00' 
Jun 20 11:46:25 EMACS-Keller udevd-event[4367]: '/sbin/modprobe' (stderr) 
'FATAL: Module usb:v0763p2806d0100dcFEdsc01dp00icFEisc01ip00 not found.' 
Jun 20 11:46:25 EMACS-Keller udevd-event[4367]: '/sbin/modprobe' returned with 
status 1

-- 
madfuload doesn't work on Jaunty
https://bugs.launchpad.net/bugs/330573
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 243393] Re: dmesg is flooded with warnings in kvm/mmu.c

2009-06-21 Thread Tim 'Shaggy' Bielawa
Hey Dustin, Thanks for looking at this bugl

I'm running Hardy LSR version of KVM in an educational department and I
think the number of issues we've experienced with the LSR KVM version
require SRU addressing. I appreciate you working on backporting the more
up to date version of KVM more than a bug comment can express. :-D

At the same time I do not want to see this error message being removed
from /var/log/kern.log as it was instrumental to being able to discern
which virtual host was (we tested) the source of our virtual host
silicon and steel machines becoming unresponsive.

-- 
dmesg is flooded with warnings in kvm/mmu.c
https://bugs.launchpad.net/bugs/243393
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 61237] Re: Drag 'n Drop in list view doesn't work

2009-06-21 Thread Textureglitch
I second this bug, this has been a source of endless annoyance for
years!

I don't like to use the words Windows and Usability in the same
sentence, but they've actually solved this user interface idiocy very
easily by the DnD selecting the folder you're in (not any of the
subfolders) when you move the mouse to a column different from the
"name" one, i.e. every other column (type, date, permission, owner,
group, etc.) is treated as whitespace for DnD.

This makes sense because you're no longer pointing directly at a
directory where you want to drop the files. The error Nautilus makes is
to assume that there is an invisible row all the way across the
interface. Which means that when your DnD is pointing at for instance
the 'type' column, Nautilus is still going to drop your files in the
folder that the row corresponds to.

-- 
Drag 'n Drop in list view doesn't work
https://bugs.launchpad.net/bugs/61237
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 379761] Re: FF 3.5 font hinting

2009-06-21 Thread tankdriver
I can confirm that. (v3.5pre 
https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa)
Here is a workaround: http://ubuntuforums.org/showthread.php?p=7094387

-- 
FF 3.5 font hinting
https://bugs.launchpad.net/bugs/379761
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 306613] Re: Ubuntu 8.10 with HPT366 hangs while booting

2009-06-21 Thread DjMix
Now on jaunty it works for me too

-- 
Ubuntu 8.10 with HPT366 hangs while booting
https://bugs.launchpad.net/bugs/306613
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 389333] Re: [Mobility Radeon HD 3450][EEE 1000HV] fglrx does not work (EE Invalid Video Bios Signature)

2009-06-21 Thread Plinius
if it helps fixing the issue:
I've added a screenshot from GPU-Z, showing the Video Bios Number - hope this 
helps.

Oh, and by the way: I asked in the ubuntu-it forums and this seems to be
a 1000HV-general issue...so it's not a "plinius-only"-issue ;)

cheers =)

** Attachment added: "Video Bios #"
   http://launchpadlibrarian.net/28164772/1000HVGPUZ.jpg

** Tags added: 1000hv video-bios
** Tags removed: 1000he

-- 
[Mobility Radeon HD 3450][EEE 1000HV] fglrx does not work (EE Invalid Video 
Bios Signature)
https://bugs.launchpad.net/bugs/389333
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 390157] Re: [upgrade] New upstream release 0.132

2009-06-21 Thread Cesare Falco
This is the .diff file for the new upstream release - sdlmame 0.132.

To build the source package use

zcat sdlmame_0.132-0ubuntu1.diff.gz | patch -p0
cd sdlmame-0.132
chmod +x debian/rules
debian/rules get-orig-source
mv sdlmame_0.132.orig.tar.gz ../
cd ..
tar xvfz sdlmame_0.132.orig.tar.gz

and the source tree should be in
sdlmame-0.132

Compiled binaries are available on my PPA as well:
https://edge.launchpad.net/~c.falco/+archive


** Attachment added: "sdlmame_0.132-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/28164898/sdlmame_0.132-0ubuntu1.diff.gz

** Changed in: sdlmame (Ubuntu)
   Status: New => Confirmed

-- 
[upgrade] New upstream release 0.132
https://bugs.launchpad.net/bugs/390157
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 389643] Re: gnome-power-preferences do not show lid close actions etc

2009-06-21 Thread Andreas Schildbach
It seems gnome-power-bugreport.sh has been removed from the distribution
since Jaunty.

$ gnome-power-bugreport.sh
The program 'gnome-power-bugreport.sh' is currently not installed.  You can 
install it by typing:
sudo apt-get install gnome-power-manager
bash: gnome-power-bugreport.sh: command not found

-- 
gnome-power-preferences do not show lid close actions etc
https://bugs.launchpad.net/bugs/389643
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 388089] Re: nautilus loses too much space on screen

2009-06-21 Thread Textureglitch
*** This bug is a duplicate of bug 386150 ***
https://bugs.launchpad.net/bugs/386150

** This bug has been marked a duplicate of bug 386150
   Nautilus file browser toolbar is complicated, redundant, and ugly

-- 
nautilus loses too much space on screen
https://bugs.launchpad.net/bugs/388089
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu (via bug 386150).

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


Re: [Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-06-21 Thread Jithin Emmanuel
Oded For me the lock up in instantaneously. So we might be having different
issues. I am using packages from xorg-edgers PPA.
And for me also there is no messages in syslog its only in Xorg log

On Sun, Jun 21, 2009 at 12:24 PM, Oded Arbel  wrote:

> I got the same freeze again (with laptop screen closed) but without the
> syslog messages, so its probably not related.
>
> My problem is not an immediate lockup like it seems that Jithin Emmanuel
> reported (though I haven't looked at the Xorg log yet) - if I just close
> the lid and leave it for a few minutes and open it again then its
> usually still ok. For me the freeze happens when I have the screen
> closed for a long time - several hours.
>
> --
> [i965] X freezes starting on April 3rd
> https://bugs.launchpad.net/bugs/359392
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Thanks
Jithin Emmanuel

Henny Youngman
- "I told the doctor I broke my leg in two places. He told me to quit
going
to those places."

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 237811] Re: Kbluetooth crashes after resume on suspend

2009-06-21 Thread scoopex
Same here on a thinkpad t500 and thinkpad z61m.

-- 
Kbluetooth crashes after resume on suspend
https://bugs.launchpad.net/bugs/237811
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 335777] Re: (Jaunty) plasmoid-network-manager does not remember configured connection

2009-06-21 Thread Jithin Emmanuel
Yes its fixed in the latest version.

On Sun, Jun 21, 2009 at 12:44 PM, Salze  wrote:

> I no longer experience this problem, too, using the same version Scott
> states.
>
> --
> (Jaunty) plasmoid-network-manager does not remember configured connection
> https://bugs.launchpad.net/bugs/335777
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Thanks
Jithin Emmanuel

P. J. O'Rourke
- "If government were a product, selling it would be illegal."

-- 
(Jaunty) plasmoid-network-manager does not remember configured connection
https://bugs.launchpad.net/bugs/335777
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 227907] Re: using compiz' enhanced zoom plugin corrupts mouse pointers

2009-06-21 Thread EspeonEefi
** Bug watch added: freedesktop.org Bugzilla #20736
   https://bugs.freedesktop.org/show_bug.cgi?id=20736

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=20736
   Importance: Unknown
   Status: Unknown

-- 
using compiz' enhanced zoom plugin corrupts mouse pointers
https://bugs.launchpad.net/bugs/227907
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 389322] Re: Yahoo server authentication changed: Pidgin =<2.5.6 will not connect to Yahoo! servers.

2009-06-21 Thread bogdanctt
done that..it works ...thanks a lot

-- 
Yahoo server authentication changed: Pidgin =<2.5.6 will not connect to Yahoo! 
servers.
https://bugs.launchpad.net/bugs/389322
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 299642] Re: Microphone Capture ALWAYS muted

2009-06-21 Thread Hardik Dalwadi
In my case it is happening to all buttons as shown in image.

** Attachment added: "capture_toggle"
   http://launchpadlibrarian.net/28165114/capture_toggle.png

-- 
Microphone Capture ALWAYS muted
https://bugs.launchpad.net/bugs/299642
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 227907] Re: using compiz' enhanced zoom plugin corrupts mouse pointers

2009-06-21 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Unknown => Confirmed

-- 
using compiz' enhanced zoom plugin corrupts mouse pointers
https://bugs.launchpad.net/bugs/227907
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 377970] Re: webcam Genesys gl860 not works with Ekiga but works on cheese & Camorama

2009-06-21 Thread Yannick Defais
Closing this bug as it just a matter of configuration.

** Changed in: ekiga (Ubuntu)
   Status: New => Invalid

-- 
webcam Genesys gl860 not works with Ekiga but works on cheese & Camorama
https://bugs.launchpad.net/bugs/377970
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 227907] Re: using compiz' enhanced zoom plugin corrupts mouse pointers

2009-06-21 Thread EspeonEefi
I just tested this on a Jaunty live CD, and animated cursors are still
disappearing after activating zoom with the GConf key
/apps/compiz/plugins/ezoom/screen0/options/hide_original_mouse set to
true. bgruber, are you sure you turned hide_original_mouse on when you
tested it?

It looks like this bug has been reported upstream. There's also a
"naive" patch there which seems to fix things, but I don't know enough
about the X.Org internals to know whether it's a good long-term patch.

** Changed in: xorg-server (Ubuntu)
   Status: Fix Released => Confirmed

-- 
using compiz' enhanced zoom plugin corrupts mouse pointers
https://bugs.launchpad.net/bugs/227907
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 389992] Re: failing to connect using sierra aircard 880e

2009-06-21 Thread Shahar Or
Dear friends,

sef also tried creating a mobile broadband connection in the connection
manager plasmoid but it didn't succeed in connecting, nor it gave any
messages on the desktop.

I think that there are suspicious lines in CurrentDmesg like
[  510.688395] usb 5-1: USB disconnect, address 3
and
[  510.691337] sierra 5-1:1.0: device disconnected
and
[  513.753392] sierra ttyUSB0: Sierra USB modem converter now disconnected from 
ttyUSB0
[  513.753483] sierra ttyUSB1: Sierra USB modem converter now disconnected from 
ttyUSB1
[  513.753565] sierra ttyUSB2: Sierra USB modem converter now disconnected from 
ttyUSB2
and eventually
[  795.856694] usb 5-1: USB disconnect, address 4
[  795.859832] sierra 5-1:1.0: device disconnected
[  796.321506] sierra ttyUSB3: Sierra USB modem converter now disconnected from 
ttyUSB3
[  796.321650] sierra ttyUSB4: Sierra USB modem converter now disconnected from 
ttyUSB4
[  796.321784] sierra ttyUSB5: Sierra USB modem converter now disconnected from 
ttyUSB5

Are these normal disconnect messages, please? Perhaps this is a physical
problem. sef said to me that socket was quite dusty at some point.
Perhaps try to clean it with air pressure, sef?

Many blessings.

-- 
failing to connect using sierra aircard 880e
https://bugs.launchpad.net/bugs/389992
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 355998] Re: usb-storage: waiting for device to settle before scanning

2009-06-21 Thread Matthijs De Smedt
Thanks Amr. Installing those packages fixed my Sansa e280 too.

-- 
usb-storage: waiting for device to settle before scanning
https://bugs.launchpad.net/bugs/355998
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 390170] [NEW] System randomly restarts

2009-06-21 Thread Clive Rodeo
Public bug reported:

The system restarts after a random period of time. It doesn't seem to be
associated with any particular software.

SYSTEM INFO:

2.24.1 (Ubuntu 2008-10-24)
2.6.27-14-generic (#1 SMP Wed Apr 15 18:59:16 UTC 2009)

CPU

Intel(R) Core(TM)2 Quad CPUQ9550  @ 2.83GHz
Freq:2003.000 MHz
L2 cache: 6144kb

HARDWARE

Intel Corp. 4 Series Chipset DRAM Controller (rev 03)
Subsystem: ASUSTek Computer Inc. Device 82d3

PCI bridges

Intel Corp. 4 Series Chipset PCI Express Root Port (rev 3)
Intel Corp. 82801JI (Ich10 family) PCI Express Port 1
Intel Corp. 82801JI (Ich10 family) PCI Express Port 5
Intel Corp. 82801JI (Ich10 family) PCI Express Port 6
Intel Corp. 82801 PCI Bridge (rev 90) (prog-if 01)

USB controllers
Intel Corp. 8280JI (ICH10 Family) USB UHCI Controller #4
Intel Corp. 8280JI (ICH10 Family) USB UHCI Controller #5
Intel Corp. 8280JI (ICH10 Family) USB UHCI Controller #6
Intel Corp. 8280JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20)
Intel Corp. 8280JI (ICH10 Family) USB UHCI Controller #1
Intel Corp. 8280JI (ICH10 Family) USB UHCI Controller #2
Intel Corp. 8280JI (ICH10 Family) USB UHCI Controller #3
Intel Corp. 8280JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20)

ISA Bridge
Intel Corp. 8280JIR (ICH10R) LPC Interface Controller
Subsystem: AsusTek Computer Inc. Device 82d4

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: random restart system

-- 
System randomly restarts
https://bugs.launchpad.net/bugs/390170
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 390171] [NEW] gitk should depend on 'meld'

2009-06-21 Thread Nexos
Public bug reported:

Binary package hint: gitk

On Ubuntu Jaunty i386

In the default gitk view, select a file in the "patch" view.
Select a file, and right-click + External diff 
=> it complains about not finding the 'meld' command

Hence, gitk should depend on 'meld' (or at least recommend it)

** Affects: git-core (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gitk should depend on 'meld'
https://bugs.launchpad.net/bugs/390171
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 48671] Re: Cannot rename by clicking on a file

2009-06-21 Thread Textureglitch
For the love of all that is holy, DO NOT IMPLEMENT THIS!

This was a stupid idea in Windows and it'll be a stupid idea in Ubuntu. When I 
click a file, 99.999% of times it's because I want to select it. Not rename it.
And the moment the UI is just slightly unresponsive, or when I have selected 
the file and then realize I want to drag and drop it so I click it again, or a 
million other situations where I accidentally click the file twice, the rename 
idiocy is going to be activated instead.

I think renaming a file is to be regarded as more intrusive an action
than selecting it and it's good to have to right-click or press F2 to
show that renaming it is actually what you want to do.

-- 
Cannot rename by clicking on a file
https://bugs.launchpad.net/bugs/48671
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 390169] Re: timer-applet crashed with SIGSEGV in g_type_check_is_value_type()

2009-06-21 Thread Apport retracing service
*** This bug is a duplicate of bug 288387 ***
https://bugs.launchpad.net/bugs/288387

** Attachment removed: "CoreDump.gz"
   http://launchpadlibrarian.net/28165276/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   http://launchpadlibrarian.net/28165277/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   http://launchpadlibrarian.net/28165278/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   http://launchpadlibrarian.net/28165279/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   http://launchpadlibrarian.net/28165280/ProcStatus.txt

** Attachment removed: "Registers.txt"
   http://launchpadlibrarian.net/28165281/Registers.txt

** Attachment removed: "Stacktrace.txt"
   http://launchpadlibrarian.net/28165282/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/28165283/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 288387
   timer-applet crashed with SIGSEGV in g_type_check_is_value_type()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
timer-applet crashed with SIGSEGV in g_type_check_is_value_type()
https://bugs.launchpad.net/bugs/390169
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 384270] Re: openoffice.org not fully translated

2009-06-21 Thread Guybrush88
** Changed in: openoffice.org-l10n (Ubuntu)
   Status: New => Confirmed

-- 
openoffice.org not fully translated
https://bugs.launchpad.net/bugs/384270
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 356827] Re: Rosegarden does not recognize sox installation

2009-06-21 Thread raboof
Someone on the ubuntu forums (at
http://ubuntuforums.org/showthread.php?t=1186716 ) suggested that
upgrading to a newer rosegarden-audiofile-importer (specifically,
http://rosegarden.svn.sourceforge.net/viewvc/rosegarden?view=rev&revision=9677
), might help, too.

-- 
Rosegarden does not recognize sox installation
https://bugs.launchpad.net/bugs/356827
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 390173] [NEW] slow respond

2009-06-21 Thread narayana wijaya
Public bug reported:

Binary package hint: firefox-3.0

it is slow when respond my mouse click, sometimes it not responding. It
seems that it use large amount of memory

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: wl
Package: firefox-3.0 3.0.11+build2+nobinonly-0ubuntu0.9.04.1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-bug i386

-- 
slow respond
https://bugs.launchpad.net/bugs/390173
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 390173] Re: slow respond

2009-06-21 Thread narayana wijaya

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28165750/Dependencies.txt

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/28165751/ExtensionSummary.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/28165752/profiles.ini.txt

-- 
slow respond
https://bugs.launchpad.net/bugs/390173
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 70521] Re: crash when 'get key' button is clicked and .xbindkeysrc does not exist

2009-06-21 Thread Hew McLachlan
** Bug watch added: Debian Bug tracker #268630
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268630

** Also affects: xbindkeys-config (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268630
   Importance: Unknown
   Status: Unknown

** Changed in: xbindkeys-config (Ubuntu)
   Status: Confirmed => Triaged

-- 
crash when 'get key' button is clicked and .xbindkeysrc does not exist
https://bugs.launchpad.net/bugs/70521
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 299739] Re: Liferea podcast player controls disappear after watching flash flick

2009-06-21 Thread Dimitrios Symeonidis
>1 reporter, -> switching to confirmed...

** Changed in: liferea (Ubuntu)
   Status: New => Confirmed

-- 
Liferea podcast player controls disappear after watching flash flick
https://bugs.launchpad.net/bugs/299739
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 390175] [NEW] irda-utils freeze all the computer on update

2009-06-21 Thread GaBoNa
Public bug reported:

Binary package hint: irda-utils

irda-utils package freeze the all of the computer while upgrading.

the first, the problem caused from the update-manager... totally freeze... no 
reaction, just power button
after restart 'dpkg --configure -a' freeze too... console messages cannot be 
copied here, 'cause computer freeze after 2 of following message: 'Aborting 
makedev invocation.'

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: irda-utils 0.9.18-8.1ubuntu1.1
ProcEnviron:
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: irda-utils
Uname: Linux 2.6.28-11-generic i686

** Affects: irda-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
irda-utils freeze all the computer on update
https://bugs.launchpad.net/bugs/390175
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 390175] Re: irda-utils freeze all the computer on update

2009-06-21 Thread GaBoNa

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28165895/Dependencies.txt

-- 
irda-utils freeze all the computer on update
https://bugs.launchpad.net/bugs/390175
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 390175] Re: irda-utils freeze all the computer on update

2009-06-21 Thread GaBoNa

** Attachment added: "dpkg.log"
   http://launchpadlibrarian.net/28165905/dpkg.log

-- 
irda-utils freeze all the computer on update
https://bugs.launchpad.net/bugs/390175
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 389508] Re: pidgin not work

2009-06-21 Thread warp
Mihai Capotă írta:
> What protocol are you using? There is a known problem with Yahoo, see
> bug #389322.
> 
> ** Changed in: pidgin (Ubuntu)
>Status: New => Incomplete
> 

I am useful: ICQ, msn, Yahoo, XMPP and IRC protocol.
The problem "was resolved" with the prohibition of the Yahoo protocol.

Thank you!

-- 
pidgin not work
https://bugs.launchpad.net/bugs/389508
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 70521] Re: crash when 'get key' button is clicked and .xbindkeysrc does not exist

2009-06-21 Thread Bug Watch Updater
** Changed in: xbindkeys-config (Debian)
   Status: Unknown => Confirmed

-- 
crash when 'get key' button is clicked and .xbindkeysrc does not exist
https://bugs.launchpad.net/bugs/70521
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 366397] Re: swapon hangs when using file on kernels 2.6.28-13 and 2.6.28-11 but works perfect on kernel 2.6.27.11

2009-06-21 Thread Luis Lumbreras Picazo
** Summary changed:

- swapon hangs when using file on kernel 2.6.28-11 but works perfect on kernel 
2.6.27.11
+ swapon hangs when using file on kernels 2.6.28-13 and 2.6.28-11 but works 
perfect on kernel 2.6.27.11

** Description changed:

  I have tested a lot, changing VFAT (FAT32) umask, uid and gid on /etc/fstab, 
allways happens the same:
- On kernel 2.6.28.11 swapon /media/SWAP/pagefile.sys hags, so at boot time it 
stops and Ctrl+Alt+Sup is only way to continue
+ On kernels 2.6.28.11 and 2.6.28.13 swapon /media/SWAP/pagefile.sys hags, so 
at boot time it stops and Ctrl+Alt+Sup is only way to continue
  On kernel 2.6.27-11 swapon /media/SWAP/pagefile.sys works perfectly.
  
- Since i can select what kernel to load thanks to grub i cold do the next test:
+ Since i can select what kernel to load thanks to grub i can do the next
+ test with this results:
+ 
+ -Boot selecting kernel 2.6.28-13 -> swapon hangs the PC at boot time when 
activating swap area on file.
+ -Reboot with Ctrl+Alt+Sup
+ -Boot selecting kernel 2.6.28-13 -> swapon hangs the PC at boot time when 
activating swap area on file.
+ -Reboot with Ctrl+Alt+Sup
+ ... so on as i select kernel 2.6.28-13 ...
+ 
  -Boot selecting kernel 2.6.28-11 -> swapon hangs the PC at boot time when 
activating swap area on file.
  -Reboot with Ctrl+Alt+Sup
  -Boot selecting kernel 2.6.28-11 -> swapon hangs the PC at boot time when 
activating swap area on file.
  -Reboot with Ctrl+Alt+Sup
  ... so on as i select kernel 2.6.28-11 ...
+ 
  -Boot selecting kernel 2.6.27-11 -> swapon works perfect at boot time and 
activate swap area on file.
  -Shutdown Ubuntu 9.04 normaly
+ 
  -Boot selecting kernel 2.6.28-11 -> swapon hangs the PC at boot time when 
activating swap area on file.
  -Reboot with Ctrl+Alt+Sup
  -Boot selecting kernel 2.6.28-11 -> swapon hangs the PC at boot time when 
activating swap area on file.
  -Reboot with Ctrl+Alt+Sup
  ... so on as i select kernel 2.6.28-11 ...
+ 
+ -Boot selecting kernel 2.6.28-11 -> swapon hangs the PC at boot time when 
activating swap area on file.
+ -Reboot with Ctrl+Alt+Sup
+ -Boot selecting kernel 2.6.28-11 -> swapon hangs the PC at boot time when 
activating swap area on file.
+ -Reboot with Ctrl+Alt+Sup
+ ... so on as i select kernel 2.6.28-11 ...
+ 
  -Boot selecting kernel 2.6.27-11 -> swapon works perfect at boot time and 
activate swap area on file.
  -Shutdown Ubuntu 9.04 normaly
  
- So i can see it only occurs when kernel 2.6.28-11 is selected.
+ So i can see it only occurs when kernel 2.6.28-11 is selected and also
+ when kernel 2.6.28-13 is selected.
  
- Also i have commented swapon line, so i can boot with kernel 2.6.28-11, then 
i go to a prompt and type:
+ Also i have commented swapon line, so i can boot with kernels 2.6.28-11
+ and 2.6.28-13, then i go to a prompt and type:
+ 
+ 
+ [Booting 2.6.28-13]
+ $uname -s -n -r -m
+ Linux ubuntu 2.6.28-13-generic i686
+ $sudo swapon -s
+ [sudo] password for usuario: 
+ Filename  TypeSizeUsedPriority
+ $sudo mkswap /media/SWAP/pagefile.sys
+ $sudo swapon /media/SWAP/pagefile.sys
+ <--< It hangs on swapon and console must be terminated, unable to kill swapon 
process, neither with kill -9
+ 
+ [Booting 2.6.28-11]
+ $uname -s -n -r -m
+ Linux ubuntu 2.6.28-11-generic i686
  $sudo swapon -s
  [sudo] password for usuario: 
  Filename  TypeSizeUsedPriority
  $sudo mkswap /media/SWAP/pagefile.sys
  $sudo swapon /media/SWAP/pagefile.sys
  <--< It hangs on swapon and console must be terminated, unable to kill swapon 
process, neither with kill -9
  
  If i do the same but selecting kernel 2.6.27-11 at boot time i get:
+ $uname -s -n -r -m
+ Linux ubuntu 2.6.27-11-generic i686
  $sudo swapon -s
  [sudo] password for usuario: 
  Filename  TypeSizeUsedPriority
  $sudo mkswap /media/SWAP/pagefile.sys
  $sudo swapon /media/SWAP/pagefile.sys
  $sudo swapon -s
  Filename  TypeSizeUsedPriority
  /media/SWAP/pagefile.sysfile  4186104 0   -1
  $
  
  Obviously /media/SWAP is mounted as on both cases as:
  /dev/sda1 on /media/SWAP type vfat (rw,utf8,umask=007,uid=0,gid=0)
  
  Also the file pagefile.sys is defragmented.
  
  I have also done the next just to avoid any possible of being the content of 
the file:
  $sudo umount /media/SWAP
  $sudo mkfs.vfat -F 32 -n PAGEFILE -v /dev/sda1
  $sudo mount /dev/sda1 /media/SWAP
  $sudo dd bs=1MB cont=4081 if=/dev/zero of=/media/SWAP/pagefile.sys
  $sudo mkswap /media/SWAP/pagefiles.sys
  $swapon /media/SWAP/pagefile.sys
- If i do this on kernel 2.6.27-11 works perfect but if done in kernel 
2.6.28-11 it hangs on swapon
+ If i do this on kernel 2.6.27-11 works perfect but if done in kernels 
2.6.28-13 and 2.6.28-11 it hangs on swapon
  
  I think it is a kernel bug.
  
  Also i had tried to put sync command between c

[Bug 390177] [NEW] karmic: login screen freezes after installing b43-fwcutter

2009-06-21 Thread Eduard Sanchez Biete
Public bug reported:

Binary package hint: b43-fwcutter

After some reinstallations and going step-by-step I've detected that
after installing b43-fwcutter-012-1 and rebooting, startup login screen
freezes after few seconds, usually not having time to enter the
username.

It's a fresh install and did not installed anything else. After
installing few times and obtaining same results I went step-by-step
installing or modifying only one thing at a time. After rebooting for
first time all went ok, changed to classic desktop and rebooted, all Ok.
I went to Hardware Assistant and activate the b43-fwcutter, and it
installed in system with no problems. Then I did reboot and the gnome
login screen freezed, also all systems. Only solution was shutting down
using the power button.

System is a HP2133. On previous installations (ubuntu 8.04LTS) I've been
able to use b43-fwcutter-011.

uname -a: Linux esbiete-laptop 2.6.30-8-generic #9-Ubuntu SMP Wed Jun 3 
15:23:55 UTC 2009 i686 GNU/Linux
lsb_release: Description:   Ubuntu karmic (development branch) Release: 
9.10

lspci & dpkg & apt-cache attached.

** Affects: b43-fwcutter (Ubuntu)
 Importance: Undecided
 Status: New

-- 
karmic: login screen freezes after installing b43-fwcutter
https://bugs.launchpad.net/bugs/390177
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 390177] Re: karmic: login screen freezes after installing b43-fwcutter

2009-06-21 Thread Eduard Sanchez Biete

** Attachment added: "lspci.txt"
   http://launchpadlibrarian.net/28165931/lspci.txt

** Branch linked: lp:ubuntu/karmic/b43-fwcutter

-- 
karmic: login screen freezes after installing b43-fwcutter
https://bugs.launchpad.net/bugs/390177
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 390177] Re: karmic: login screen freezes after installing b43-fwcutter

2009-06-21 Thread Eduard Sanchez Biete

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/28165958/dmesg.log

-- 
karmic: login screen freezes after installing b43-fwcutter
https://bugs.launchpad.net/bugs/390177
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 390177] Re: karmic: login screen freezes after installing b43-fwcutter

2009-06-21 Thread Eduard Sanchez Biete

** Attachment added: "dpkg.log"
   http://launchpadlibrarian.net/28165961/dpkg.log

-- 
karmic: login screen freezes after installing b43-fwcutter
https://bugs.launchpad.net/bugs/390177
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 390177] Re: karmic: login screen freezes after installing b43-fwcutter

2009-06-21 Thread Eduard Sanchez Biete

** Attachment added: "apt-cache_b43fwcutter.txt"
   http://launchpadlibrarian.net/28165975/apt-cache_b43fwcutter.txt

-- 
karmic: login screen freezes after installing b43-fwcutter
https://bugs.launchpad.net/bugs/390177
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 319053] Re: Bluetooth Mighty Mouse Left and Right Clicks do not register in 8.10

2009-06-21 Thread Samuel Abels
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
Bluetooth Mighty Mouse Left and Right Clicks do not register in 8.10
https://bugs.launchpad.net/bugs/319053
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 290935] Re: dual screen all panels end up on one screen at startup

2009-06-21 Thread TJ
I've cherry-picked the upstream patch and added it to the package and it
will be available from my PPA for testing.

-- 
dual screen all panels end up on one screen at startup
https://bugs.launchpad.net/bugs/290935
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 386130] Re: x startup failure

2009-06-21 Thread GreenSkol
I confirm fchurca comment : I have the exact same problem on a Dell Mini 10.
Everything worked fine with kernel 2.6.28-11, but the recent update to 
2.6.28-13 apparently broke Poulsbo video support.

-- 
x startup failure
https://bugs.launchpad.net/bugs/386130
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 31037] Re: Vino-server takes 90% of cpu when only listening for incoming connections

2009-06-21 Thread Martin Marek
I have the same problem in Jaunty. When vino-server is running, the CPU
load is about 60-70%.

PC: AMD Athlon processor, 790G chipset, Radeon HD graphics with latest
fglrx 9.6 driver

-- 
Vino-server takes 90% of cpu when only listening for incoming connections
https://bugs.launchpad.net/bugs/31037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 70521] Re: crash when 'get key' button is clicked and .xbindkeysrc does not exist

2009-06-21 Thread Hew McLachlan
This is still a problem on Karmic with xbindkeys-config 0.1.3-2 .
Backtrace attached.

** Attachment added: "gdb-xbindkeys-config.txt"
   http://launchpadlibrarian.net/28165992/gdb-xbindkeys-config.txt

-- 
crash when 'get key' button is clicked and .xbindkeysrc does not exist
https://bugs.launchpad.net/bugs/70521
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 390179] [NEW] RTL is printed in reverse

2009-06-21 Thread Shahar Or
Public bug reported:

Binary package hint: gnome-terminal

Dear friends,

Sentences which are supposed to be printed in right-to-left order in the
terminal like Hebrew, Farsi and Arabic are printed left-to-right.

I think that this makes the terminal unusable for RTL language users and
I think that it gives a very unprofessional impression to the system. It
even reminds me of the days when the WWW began to be widely adopted in
Israel and Hebrew pages in reverse were a common problem which people to
mess around with a lot to get working.

Can there be a simple fix for this, or does this need more serious
rewriting of code?

In any case, as impossible to fix as it might seem, I think that this
bug deserves to be confirmed and stay open until it is resolved or
worked around one way or another.

BTW, I know that this isn't specific to gnome-terminal. I think that
this happens in a deeper level so please change it properly.

Many blessings.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: gnome-terminal 2.26.0-0ubuntu2
ProcEnviron:
 LANG=he_IL.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-bug i386 rtl

-- 
RTL is printed in reverse
https://bugs.launchpad.net/bugs/390179
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 390179] Re: RTL is printed in reverse

2009-06-21 Thread Shahar Or

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28166077/Dependencies.txt

-- 
RTL is printed in reverse
https://bugs.launchpad.net/bugs/390179
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 390177] Re: karmic: login screen freezes after installing b43-fwcutter

2009-06-21 Thread Eduard Sanchez Biete
** Description changed:

  Binary package hint: b43-fwcutter
  
  After some reinstallations and going step-by-step I've detected that
  after installing b43-fwcutter-012-1 and rebooting, startup login screen
  freezes after few seconds, usually not having time to enter the
  username.
  
  It's a fresh install and did not installed anything else. After
  installing few times and obtaining same results I went step-by-step
  installing or modifying only one thing at a time. After rebooting for
  first time all went ok, changed to classic desktop and rebooted, all Ok.
  I went to Hardware Assistant and activate the b43-fwcutter, and it
  installed in system with no problems. Then I did reboot and the gnome
  login screen freezed, also all systems. Only solution was shutting down
  using the power button.
  
  System is a HP2133. On previous installations (ubuntu 8.04LTS) I've been
  able to use b43-fwcutter-011.
  
  uname -a: Linux esbiete-laptop 2.6.30-8-generic #9-Ubuntu SMP Wed Jun 3 
15:23:55 UTC 2009 i686 GNU/Linux
  lsb_release: Description: Ubuntu karmic (development branch) Release: 
9.10
  
  lspci & dpkg & apt-cache attached.
+ 
+ Note: apt-get remove b43-fwcutter doesn't solve the problem, the system
+ freezes on any restart.

-- 
karmic: login screen freezes after installing b43-fwcutter
https://bugs.launchpad.net/bugs/390177
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 390155] Re: Inconsistent server IP: 192.168.0.[1-or-254]

2009-06-21 Thread Oliver Grawert
this is not easy to change and initially these values were at such defaults on 
purpose because clients should not have access to any other networks, but we 
wanted to document the existance of the values ... 
for now proper documentation should be done, if you change it in the package 
for users that have touched their dhcpd.conf before that will cause debconf 
prompts on upgrades for each and every user, we have the same problem here as 
in Bug 203954 for which we still have no proper solution that doesnt break 
existing setups.

** Changed in: ltsp (Ubuntu)
   Importance: Undecided => Wishlist

-- 
Inconsistent server IP: 192.168.0.[1-or-254]
https://bugs.launchpad.net/bugs/390155
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 389308] Re: [tclxml and tcltk8.5] 'package require xml' fails

2009-06-21 Thread wim sturkenboom
** Description changed:

- Note: tclxml and tcltk8.4 don't give this issue
+ Notes: tclxml and tcltk8.4 don't give this issue
+ platform: PC
  
  ubuntu 8.04 (upgraded from 6.06)
  
  installed are both tcltk8.4 and tcltk8.5 from repositories
  tcllib1.10 from repositories installed
  tclxml3.1 from repositories installed
  in tclsh8.4, package require xml works
  in tclsh8.5, package require xml does not work
  
  fortyfourgal...@desktop1:~/progs/tcl/simpledb$ tclsh
  % puts $tcl_version
  8.4
  % package require xml
  3.1
  % exit
  
  fortyfourgal...@desktop1:~/progs/tcl/simpledb$ /usr/bin/tclsh8.5
  % puts $tcl_version
  8.5
  % package require xml
  attempt to provide package sgmlparser 1.1 failed: package sgmlparser 1.0 
provided instead
  % exit

-- 
[tclxml and tcltk8.5] 'package require xml' fails
https://bugs.launchpad.net/bugs/389308
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 388963] Re: Wishlist: Ability to open same file in multiple evince windows

2009-06-21 Thread Dimitrios Symeonidis
closing as invalid, then...

** Changed in: evince (Ubuntu)
   Status: Triaged => Invalid

-- 
Wishlist: Ability to open same file in multiple evince windows
https://bugs.launchpad.net/bugs/388963
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 290935] Re: dual screen all panels end up on one screen at startup

2009-06-21 Thread TJ
Debdiff for Jaunty

** Attachment added: "Use correct DISPLAY when using multiple screens"
   
http://launchpadlibrarian.net/28166071/glib2.0_2.20.1-0ubuntu3%7Etj%7Eppa1j.debdiff

-- 
dual screen all panels end up on one screen at startup
https://bugs.launchpad.net/bugs/290935
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 390180] [NEW] java installation crash

2009-06-21 Thread authentic
Public bug reported:

I don't know what the problem is. When I log in it says there is a crash
about java.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess pre-installation script returned error exit status 1
Package: sun-java6-jre 6-13-1
PackageArchitecture: all
SourcePackage: sun-java6
Title: package sun-java6-jre 6-13-1 failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
Uname: Linux 2.6.28-13-generic i686

** Affects: sun-java6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
java installation crash
https://bugs.launchpad.net/bugs/390180
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 390180] Re: java installation crash

2009-06-21 Thread authentic

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28166143/Dependencies.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/28166144/DpkgTerminalLog.txt

-- 
java installation crash
https://bugs.launchpad.net/bugs/390180
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 356768] Re: ath5k driver hangs periodically, please include trivial patch in kernel

2009-06-21 Thread aboaboit
I installed this version from the mainline builds:
Linux mila 2.6.30-020630-generic #020630 SMP Wed Jun 10 09:04:38 UTC 2009 x86_64

With it, I was at last able to complete an amdump run over wifi.
Preliminary impression is good, will keep you posted.

-- 
ath5k driver hangs periodically, please include trivial patch in kernel
https://bugs.launchpad.net/bugs/356768
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 330573] Re: madfuload doesn't work on Jaunty

2009-06-21 Thread Neil Wilson
OK, I've done a bit more work on this today with various combinations of
udev selectors and I think I might have cracked it.

Can you put

ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}="usb_device",
ATTRS{idVendor}=="0763", ATTRS{idProduct}=="2806",
RUN+="/usr/sbin/madfuload -l -3 -f /usr/share/usb/maudio/ma006100.bin -D
$ENV{DEVNAME}"

in place of the original Transit line in
/lib/udev/rules.d/42-madfuload.rules

I've tested this on a laptop and a netbook in both 32 and 64 bit and it
seems to work around the race condition - allowing the firmware to load.

Let me know if that helps.

-- 
madfuload doesn't work on Jaunty
https://bugs.launchpad.net/bugs/330573
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 390182] [NEW] Alt-tab on window from another workspace doesn't change active workspace to show window

2009-06-21 Thread lunch
Public bug reported:

I'm on 2nd workspace, put DVD in DVD drive and switch to 1st workspace. Window 
with DVD contents appears on 2nd workspace and I get it flashing on taskbar 
(while in 1st workspace).
Then when I click on flashing notification on taskbar I'm switched to 2nd 
taskbar (good).
But when I instead try to alttab to that window, I stay in current window and 
the dvd contents windows notification is still flashing (bad).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Alt-tab on window from another workspace doesn't change active workspace to 
show window
https://bugs.launchpad.net/bugs/390182
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 373765] Re: [g41] UXA - Test = broken, black screen after x11 start

2009-06-21 Thread Albert Damen
Kernel 2.6.28-13.44 with G41 support is now available in jaunty-updates.

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

-- 
[g41] UXA - Test = broken, black screen after x11 start
https://bugs.launchpad.net/bugs/373765
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 188741] Re: missing localities in weather applet

2009-06-21 Thread Guybrush88
this bug is still present

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

-- 
missing localities in weather applet
https://bugs.launchpad.net/bugs/188741
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 344228] Re: Deleting an image that's used as a desktop wallpaper removed it as a wallpaper without notice

2009-06-21 Thread Craig Hewetson
A copy should be fine, and if one remove's it from the Appearance window, then 
the copy is deleted. 
Disk space is cheap and background images are usually small.

-- 
Deleting an image that's used as a desktop wallpaper removed it as a wallpaper 
without notice
https://bugs.launchpad.net/bugs/344228
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 330573] Re: madfuload doesn't work on Jaunty

2009-06-21 Thread Neil Wilson
That cut at an awkward point and there is an = missing.

ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", 
ATTRS{idVendor}=="0763",
ATTRS{idProduct}=="2806", RUN+="/usr/sbin/madfuload -l -3 -f 
/usr/share/usb/maudio/ma006100.bin -D $ENV{DEVNAME}"

full file attached

** Attachment added: "42-madfuload.rules using DEVTYPE and DEVNAME"
   http://launchpadlibrarian.net/28166388/42-madfuload.rules

-- 
madfuload doesn't work on Jaunty
https://bugs.launchpad.net/bugs/330573
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 48671] Re: Cannot rename by clicking on a file

2009-06-21 Thread agro1986
@Textureglitch

>> or when I have selected the file and then realize I want to drag and drop it 
>> so I click it again,
Selecting a file (e.g., clicking once) and then dragging it (second click but 
hold it and drag around) won't activate the rename function. So no problem 
here, unless you aren't actually dragging it the second time around but instead 
clicking it (what for?!?).

Yes,when you click a file, 99.999% of times (your number) it's because
you want to select it But the second time you click a file, the chance
is that the user (read: user coming from a windows or mac background,
which would be a high number) WANTS to rename it. Why else would you
want to click it the second time on purpose if it has NO function???

It's not about Windows way or GNOME way... It's about finding a better
way.

-- 
Cannot rename by clicking on a file
https://bugs.launchpad.net/bugs/48671
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 384031] Re: Me TV crashes while scanning channels

2009-06-21 Thread Michael Lamothe
** Changed in: me-tv
   Status: In Progress => Fix Released

-- 
Me TV crashes while scanning channels
https://bugs.launchpad.net/bugs/384031
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   >