[Bug 83832] Re: [feisty] mounting LVM root broken

2007-08-22 Thread Travis Tabbal
I am also having this problem. Thanks for the bug report BTW, I was able
to boot my server finally with the info here. I have to boot with
break=mount then do the lvm vgscan/lvm vgchange -ay then CRTL-D and
bootup goes fine. If I don't break on the LILO boot, it freezes after
assembling the RAID arrays. That always seems to be the case, I haven't
had any problems with degraded arrays and the like. Just LVM.

Is there somewhere in the scripts I can put the lvm commands to get this
to at least boot automatically? I am not that familiar with the init
scripts for the initrd.

I am also an Edgy-Feisty upgrade, AMD64 running in 32-bit mode.

Running update-initramfs does not help.

Running LILO I get this error: (I noticed it because update-initramfs runs 
lilo) 
--
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/dm-0' - '/dev/.static/dev/vol1/swap'
The kernel was compiled without DEVFS, but the '/dev' directory structure
implements the DEVFS filesystem.
--

I don't know if it is related. LILO continues and seems to work fine
otherwise.

I did an apt-get update; apt-get upgrade and everything installed fine.

-- 
[feisty] mounting LVM root broken
https://bugs.launchpad.net/bugs/83832
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-08-22 Thread Fabio Massimo Di Nitto
This is the error I am getting when testing feisty:

INFO: Disabling pkgbinarymangler for commercial packages
WARNING: not running pkgbinarymangler for this package, as requested
dpkg-deb: building package `realplay' in `../realplay_10.0.9-0feisty1_i386.deb'.
 dpkg-genchanges -b
dpkg-genchanges: binary-only upload - not including any source code
dpkg-genchanges: failure: cannot open upload file 
../realplay_10.0.9-0feisty1_i386_translations.tar.gz for reading: No such file 
or directory
[EMAIL PROTECTED]:~/realplay-10.0.9$ echo $?
2

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133981] xmllint --path segfaults

2007-08-22 Thread Stefan Kost
Public bug reported:

Binary package hint: libxml2-utils

When I use --path option on xmllint (using libxml version 20627) it
segfaults. I tested the same on a gentoo box which is using libxml
version 20628 and there it works. It happens with any xml document.
Could you please check if bumping the libxml fixes it?


gtk-doc/help/manual/C$ gdb --args xmllint --noout --noent --xinclude --valid 
--path . gtk-doc-manual.xml; echo $?
(gdb) r
Starting program: /usr/bin/xmllint --noout --noent --xinclude --valid --path . 
gtk-doc-manual.xml

Program received signal SIGSEGV, Segmentation fault.
0x08051059 in xmllintExternalEntityLoader (URL=0x0, ID=0x8069c68 -//OASIS//DTD 
DocBook XML V4.1.2//EN, ctxt=0x8060268) at xmllint.c:256
256 xmllint.c: No such file or directory.
in xmllint.c
(gdb) bt
#0  0x08051059 in xmllintExternalEntityLoader (URL=0x0, ID=0x8069c68 
-//OASIS//DTD DocBook XML V4.1.2//EN, ctxt=0x8060268) at xmllint.c:256
#1  0xb7e4d183 in xmlLoadExternalEntity__internal_alias (URL=0x0, ID=0x8069c68 
-//OASIS//DTD DocBook XML V4.1.2//EN, ctxt=0x8060268) at xmlIO.c:3801
#2  0xb7ee828a in xmlSAX2ResolveEntity__internal_alias (ctx=0x8060268, 
publicId=0x8069c68 -//OASIS//DTD DocBook XML V4.1.2//EN, 
systemId=0x8069cd0 \n, ' ' repeats 14 times, 
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd;) at SAX2.c:506
#3  0xb7ee833d in xmlSAX2ExternalSubset__internal_alias (ctx=0x8060268, 
name=0x8069712 book, ExternalID=0x8069c68 -//OASIS//DTD DocBook XML 
V4.1.2//EN, 
SystemID=0x8069cd0 \n, ' ' repeats 14 times, 
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd;) at SAX2.c:396
#4  0xb7e3da7f in xmlParseDocument__internal_alias (ctxt=0x8060268) at 
parser.c:9213
#5  0xb7e3dba7 in xmlDoRead (ctxt=0x8060268, URL=0x0, encoding=0x0, 
options=66578, reuse=1) at parser.c:13245
#6  0x0804de4a in parseAndPrintFile (filename=0xbfe976e5 gtk-doc-manual.xml, 
rectxt=0x0) at xmllint.c:2243
#7  0x0804fdac in main (argc=8, argv=0xbfe95bc4) at xmllint.c:3499
#8  0xb7c9aebc in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#9  0x0804b261 in _start ()

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

-- 
xmllint --path segfaults
https://bugs.launchpad.net/bugs/133981
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133979] Re: Unable to login to Drupal site

2007-08-22 Thread Paul
Sorry forgot to add that when I login with my password and login that resulting 
page is totally blank. There is absolutely nothing on it at all.  I added the 
extension Firebug and it shows nothing in the information area at all. No css, 
not html 
Warning: Error in parsing value for property 'display'.  Declaration dropped.
Source File: http://www.mysite.ca/modules/system/defaults.css
Line: 43
I get this warning in the error console. It that helps.

-- 
Unable to login to Drupal site
https://bugs.launchpad.net/bugs/133979
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-08-22 Thread Martin Pitt
** Changed in: pkgbinarymangler (Ubuntu Feisty)
   Status: Fix Released = Fix Committed

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126810] Re: failed to initialize HAL! (Gutsy 2007-07-18 i386)

2007-08-22 Thread michelem
I can confirm it too, it happens since I upgraded yesterday.
And any sound is disappeared, I dont know if it is linked.

-- 
failed to initialize HAL! (Gutsy 2007-07-18 i386)
https://bugs.launchpad.net/bugs/126810
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 42264] Re: language pack po files drop cflag comment which causes segfaults in e. g. 'dd'

2007-08-22 Thread Martin Pitt
Alex,

yes, it does. msgunfmt should restore the cformat flag. A
msgfmt/msgunfmt cycle should not break the resulting .po file.

-- 
language pack po files drop cflag comment which causes segfaults in e. g. 'dd'
https://bugs.launchpad.net/bugs/42264
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 133982] Kubuntu 7.10 doesn't print anything (HP Deskjet 710c)

2007-08-22 Thread EagleScreen
Public bug reported:

Printer HP Deskjet 710c doesn't print anything in Kubuntu 7.10.
This printer uses CUPS, foomatic and pnm2ppa, these packages are installed.
When i try to print a file with this printer, the file appears processing first 
in kjobviewer, but seconds later, its status pass to ERROR, and nothing is 
printed.
This printer works fine in other Linux distribution and previous Kubuntu 
releases.

** Affects: Ubuntu
 Importance: Undecided
 Status: New

-- 
Kubuntu 7.10 doesn't print anything (HP Deskjet 710c)
https://bugs.launchpad.net/bugs/133982
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133873] Re: enable gssapi support in cupsys 1.3

2007-08-22 Thread Martin Pitt
Also, after you tested it, please attach /var/log/kern.log, so that I
can see the apparmor messages.

-- 
enable gssapi support in cupsys 1.3
https://bugs.launchpad.net/bugs/133873
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 72287] Re: Apple MacBook backlight brightness doesn't work

2007-08-22 Thread Martin Pitt
** Changed in: hal (Ubuntu)
   Status: Invalid = Fix Released

-- 
Apple MacBook backlight brightness doesn't work
https://bugs.launchpad.net/bugs/72287
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 52967] Re: Amilo 1520 sleep doesn't resume from suspend, caused by video bios?

2007-08-22 Thread Thomas Krause
*** This bug is a duplicate of bug 47622 ***
https://bugs.launchpad.net/bugs/47622

I can confirm the issue with the touchpad (my amilo si 1520 has been
repaired and they were upgrading the bios) and that downgrading helps.

Is there anything Ubuntu can do that the newer BIOS-versions will work?

Additionally the wireless card (intel pro/wireless 3945ABG) will
sometimes not re-appear after standby (using the old BIOS-version)

-- 
Amilo 1520 sleep doesn't resume from suspend, caused by video bios?
https://bugs.launchpad.net/bugs/52967
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133818] Re: [GUTSY] Third-party drivers (like Turboprint) do not work due to AppArmor

2007-08-22 Thread Martin Pitt
** Changed in: cupsys (Ubuntu)
   Status: New = In Progress

-- 
[GUTSY] Third-party drivers (like Turboprint) do not work due to AppArmor
https://bugs.launchpad.net/bugs/133818
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130059] Re: R_HOME environmental variable not set

2007-08-22 Thread Martin Pitt
Luca,

thanks, this already looks better. Still some issues:

 * The postinst loop does not check whether R_HOME is already set. So
every installation or upgrade of plr would add another R_HOME to the
file, and this would even override an admin's setting which points to
somewhere else.

 * The postrm loop will fail and bail out if the environment file does
not exist (which is legitimate).

-- 
R_HOME environmental variable not set
https://bugs.launchpad.net/bugs/130059
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133985] logrotate starts dansguardian

2007-08-22 Thread Jan Groenewald
Public bug reported:

Even when the startup scripts in /etc/rc* have been removed, 
/etc/logrotate.d/dansguardian starts a previously configured 
(so UNCONFIGURED is commented out in /etc/dansguardian/dansguardian.conf)
dansguardian daily.

Perhaps an /etc/default/dansguardian with
START_DANSGUARDIAN=true/false
?

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

-- 
logrotate starts dansguardian 
https://bugs.launchpad.net/bugs/133985
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133101] Re: network-manager-pptp makes non working .desktop file in inernet menu

2007-08-22 Thread Jerry Chong
** Changed in: network-manager-pptp (Ubuntu)
   Status: New = Confirmed

-- 
network-manager-pptp makes non working .desktop file in inernet menu
https://bugs.launchpad.net/bugs/133101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133736] Re: Please merge battleball (2.0-16) from Debian unstable (main)

2007-08-22 Thread Daniel Holbach
dpkg-source: error: Version number suggests Ubuntu changes, but
Maintainer: does not have Ubuntu address

** Changed in: battleball (Ubuntu)
 Assignee: (unassigned) = Daniel Holbach
   Status: Confirmed = Incomplete

-- 
Please merge battleball (2.0-16) from Debian unstable (main)
https://bugs.launchpad.net/bugs/133736
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126810] Re: failed to initialize HAL! (Gutsy 2007-07-18 i386)

2007-08-22 Thread mdneilson
This error has disappeared for me with the tribe 4 release.

-- 
failed to initialize HAL! (Gutsy 2007-07-18 i386)
https://bugs.launchpad.net/bugs/126810
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 5462] Re: Dutch translation: wrong shortcut

2007-08-22 Thread Daniel Holbach
Chris: can you take a look at the patch?

** Changed in: mc (Ubuntu)
 Assignee: (unassigned) = Chris Cheney

-- 
Dutch translation: wrong shortcut
https://bugs.launchpad.net/bugs/5462
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 133822] Re: Must not create translation tarballs for commercial component

2007-08-22 Thread Fabio Massimo Di Nitto
nevermind the last comment. it's all good..  in feisty

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130334] Re: [Gutsy] xvncviewer support broken by new version 4.1.1

2007-08-22 Thread Daniel Holbach
Sebastian: can you please take a look at the patch?

** Changed in: service-discovery-applet (Ubuntu)
 Assignee: (unassigned) = Sebastian Dröge

-- 
[Gutsy] xvncviewer support broken by new version 4.1.1
https://bugs.launchpad.net/bugs/130334
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 133986] compile fails: Xen on amd64 architecture

2007-08-22 Thread Morton Jonuschat
Public bug reported:

Compiling linux-source-2.6.22 dated 2007-08-20 from git repository fails
at different stages of the compile process.

- Syntax error in pgtable.h added by Xen 3.1.0 patch (missing backslash)
- Syntax error in Xen 3.1.0 patch for arch/x86_64/kernel/entry.S 
- Syntax errors in Xen 3.1.0 patch for arch/x86_64/kernel/irq.c 
- Missing functions in apic-xen.c

Additionally the following information is missing from the control file:
architecture amd64 in control file for linux-image-2.6.22-10-xen
architecture amd64 in control file for linux-headers-2.6.22-10-xen

Regards,
Morton

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
compile fails: Xen on amd64 architecture
https://bugs.launchpad.net/bugs/133986
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133986] Patch to fix the compile problems

2007-08-22 Thread Morton Jonuschat
Kernel has been successfully compiled with this patch applied and ran in
the following configuration:

 - 64bit amd64Dom0
 - a 32bit i386 DomU
 - a 64bit amd64 DomU

Regards,
Morton


** Attachment added: linux-source-2.6.22-10-xen.diff
   http://launchpadlibrarian.net/8929032/linux-source-2.6.22-10-xen.diff

** Description changed:

  Compiling linux-source-2.6.22 dated 2007-08-20 from git repository fails
  at different stages of the compile process.
  
- Bug #1: Syntax error in pgtable.h added by Xen 3.1.0 patch (missing backslash)
- Bug #2: Syntax error in Xen 3.1.0 patch for arch/x86_64/kernel/entry.S 
- Bug #3: Syntax errors in Xen 3.1.0 patch for arch/x86_64/kernel/irq.c 
+ - Syntax error in pgtable.h added by Xen 3.1.0 patch (missing backslash)
+ - Syntax error in Xen 3.1.0 patch for arch/x86_64/kernel/entry.S 
+ - Syntax errors in Xen 3.1.0 patch for arch/x86_64/kernel/irq.c 
+ - Missing functions in apic-xen.c
  
  Additionally the following information is missing from the control file:
  architecture amd64 in control file for linux-image-2.6.22-10-xen
  architecture amd64 in control file for linux-headers-2.6.22-10-xen
  
  Regards,
  Morton

-- 
compile fails: Xen on amd64 architecture
https://bugs.launchpad.net/bugs/133986
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-08-22 Thread Martin Pitt
For the record, above error with realplay comes from the fact that it
uses dh_clean -k instead of dh_clean in debian/rules. That should be
fixed, but has nothing to do with this SRU.

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111678] Re: README.Debian incorrect - reference to non-existant cert.cnf

2007-08-22 Thread Kjmph
This package has the same problem in Debian.

-- 
README.Debian incorrect - reference to non-existant cert.cnf
https://bugs.launchpad.net/bugs/111678
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121111] Re: Gutsy Tribe 3 CD don't load on Dell Inspiron 1501

2007-08-22 Thread Kyle McMartin
linux-source-2.6.22 (2.6.22-10.30) gutsy; urgency=low

  * URGENT upload to fix FTBFS with xen-{i386,amd64} configs,
lpia d-i ftbfs, xen ftbfs.
  * URGENT fix module-check to actually ignore things
  * URGENT ignore ume modules

  [Alek Du]

  * Add Intel Poulsbo chipset Libata support

  [Amit Kucheria]

  * Update configuration files
  * Enable stylus on Lenovo X60/X61 thinkpads

  [Ben Collins]

  * ubuntu: Disable snd-hda-intel, in favor of lum updated version

  [Kyle McMartin]

  * apparmor 10.3 hooks
  * add lpia d-i udeb generation
  * fix bits of rt/diff for -rt8
  * fix rt/diff for 2.6.22.3 changes
  * fix up rt/diff for stable 2.6.22.4

  [LaMont Jones]

  * Update configuration files

  [Phillip Lougher]

  * WriteSupportForNTFS: make fuse module available to d-i

  [Tim Gardner]

  * Gutsy Tribe 3 CD don't load on Dell Inspiron 1501
- LP: #12
  * Update configuration files
  * Update configuration files
  * Update configuration files

  [Upstream Kernel Changes]

  * [SPARC64]: Fix handling of multiple vdc-port nodes.
  * [SPARC64]: Tweak assertions in sun4v_build_virq().
  * [SPARC64]: Fix log message type in vio_create_one().
  * [SPARC64]: Fix two year old bug in early bootup asm.
  * [SPARC64]: Improve VIO device naming further.
  * [SPARC64]: Handle multiple domain-services-port nodes properly.
  * [SPARC64]: Add proper multicast support to VNET driver.
  * [SPARC64]: Do not flood log with failed DS messages.
  * [SPARC64]: Use KERN_ERR in IRQ manipulation error printks.
  * [SPARC64]: Fix virq decomposition.
  * [SPARC]: Fix serial console device detection.
  * [SPARC64]: fix section mismatch warning in pci_sunv4
  * [SPARC64]: fix section mismatch warning in mdesc.c
  * [SPARC64] viohs: extern on function definition
  * [SPARC64]: Fix sun4u PCI config space accesses on sun4u.
  * [SPARC64]: Fix show_stack() when stack argument is NULL.
  * [SUNLANCE]: Fix sparc32 crashes by using of_*() interfaces.
  * [SPARC]: Centralize find_in_proplist() instead of duplicating N times.
  * [SPARC64]: Fix hard-coding of cpu type output in /proc/cpuinfo on
sun4v.
  * [SPARC64]: Do not assume sun4v chips have load-twin/store-init support.
  * [SPARC64]: Fix memory leak when cpu hotplugging.
  * USB: cdc-acm: fix sysfs attribute registration bug
  * TCP FRTO retransmit bug fix
  * Fix TC deadlock.
  * Fix IPCOMP crashes.
  * Fix console write locking in sparc drivers.
  * Add a PCI ID for santa rosa's PATA controller.
  * Missing header include in ipt_iprange.h
  * SCTP scope_id handling fix
  * Fix rfkill IRQ flags.
  * gen estimator timer unload race
  * gen estimator deadlock fix
  * Fix error queue socket lookup in ipv6
  * Fix ipv6 link down handling.
  * Netpoll leak
  * Sparc64 bootup assembler bug
  * Fix ipv6 tunnel endianness bug.
  * Fix sparc32 memset()
  * Fix sparc32 udelay() rounding errors.
  * Fix TCP IPV6 MD5 bug.
  * KVM: SVM: Reliably detect if SVM was disabled by BIOS
  * USB: fix warning caused by autosuspend counter going negative
  * usb-serial: Fix edgeport regression on non-EPiC devices
  * Fix reported task file values in sense data
  * aacraid: fix security hole
  * firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters)
  * make timerfd return a u64 and fix the __put_user
  * V4L: Add check for valid control ID to v4l2_ctrl_next
  * V4L: ivtv: fix broken VBI output support
  * V4L: ivtv: fix DMA timeout when capturing VBI + another stream
  * V4L: ivtv: Add locking to ensure stream setup is atomic
  * V4L: wm8775/wm8739: Fix memory leak when unloading module
  * Input: lifebook - fix an oops on Panasonic CF-18
  * splice: fix double page unlock
  * drm/i915: Fix i965 secured batchbuffer usage (CVE-2007-3851)
  * Fix leak on /proc/lockdep_stats
  * CPU online file permission
  * Fix user struct leakage with locked IPC shem segment
  * md: handle writes to broken raid10 arrays gracefully
  * md: raid10: fix use-after-free of bio
  * pcmcia: give socket time to power down
  * Fix leaks on /proc/{*/sched, sched_debug, timer_list, timer_stats}
  * futex: pass nr_wake2 to futex_wake_op
  * ext4_ext_put_in_cache uses __u32 to receive physical block number
  * Include serial_reg.h with userspace headers
  * dm io: fix panic on large request
  * i386: HPET, check if the counter works
  * fw-ohci: fix scheduling while atomic
  * firewire: fix memory leak of fw_request instances
  * softmac: Fix ESSID problem
  * eCryptfs: ecryptfs_setattr() bugfix
  * nfsd: fix possible read-ahead cache and export table corruption
  * readahead: MIN_RA_PAGES/MAX_RA_PAGES macros
  * fs: 9p/conv.c error path fix
  * forcedeth bug fix: cicada phy
  * forcedeth bug fix: vitesse phy
  * forcedeth bug fix: realtek phy
  * acpi-cpufreq: Proper ReadModifyWrite of PERF_CTL MSR
  * jbd commit: fix transaction dropping
  * jbd2 commit: fix transaction dropping
  * hugetlb: fix race in alloc_fresh_huge_page()
  * do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITY
  * 

[Bug 109763] Re: Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with blank disc in CDR drive

2007-08-22 Thread trtl
Just to confirm: on a (reasonably fresh) 7.04 AMD system, the patch
works and fixes the bug here. As Tony did, I only built hal and nothing
else.

-- 
Insert a rewriteable or blank disc when trying to use CD/DVD Creator, with 
blank disc in CDR drive
https://bugs.launchpad.net/bugs/109763
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 38410] Re: sabayon blocks ssh based ltsp logins if not user profiles are created

2007-08-22 Thread KarlGoetz
Krzysztof Chojnowski wrote:
 Problem still occurs in feisty and gutsy. It is caused by 
 /etc/X11/Xsession.d/60sabayon_apply script. Because of 'set -e' at the 
 beginning of Xsession script any command that won't return true will stop 
 whole Xsession script. /usr/sbin/sabayon-apply returns 1 if the profile is 
 not set for current user causing whole Xsession to stop with an error. As 
 this error is non-fatal this shouldn't happen. As a workaround one can ensure 
 that subject line will return true by adding '|| true' at the end of this 
 line. It should look like:
 if [ -x /usr/sbin/sabayon-apply ] ; then
 /usr/sbin/sabayon-apply || true
 fi
 
 This can be a bit problematic as all sabayon-apply errors (even fatal)
 would be thrown away, but I don't have idea how can it be solved
 differently.
 

could users be added to a default profile?
something so that when sabayon looks it goes 'oh good, profile', and
keeps going?
kk

-- 
sabayon blocks ssh based ltsp logins if not user profiles are created
https://bugs.launchpad.net/bugs/38410
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 127624] Re: [bcm43xx-fwcutter] Failed Download - 404

2007-08-22 Thread Morgan GERMAIN
When I told you just have to copy  paste, I was speaking about the
restricted manager. When you use restricted manager to enable your
broadcom chipset, the manager asks if you want to download firmware from
an URL or from a file.


I proposed another URL but If you upgrade your Gutsy and try it again,
you will notice that the URL has changed and is now
http://xeve.de/down/wl_apsta.o


and the download works...


...but installation of the firmware doesn't work. The 404 problem is now
resolved but something else happens.


** Attachment added: Restricted-manager capture
   http://launchpadlibrarian.net/8929105/capture.jpg

-- 
[bcm43xx-fwcutter] Failed Download - 404
https://bugs.launchpad.net/bugs/127624
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127152] Re: Samba printers are not displayed

2007-08-22 Thread Patrice Vetsel
Bug still here.

** Changed in: system-config-printer (Ubuntu)
   Status: Fix Released = In Progress

-- 
Samba printers are not displayed
https://bugs.launchpad.net/bugs/127152
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 125551] Re: Support for gcc ICEs

2007-08-22 Thread Matthias Klose
implemented for gcc-4.1 and gcc-4.2


** Changed in: gcc-4.2 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Support for gcc ICEs
https://bugs.launchpad.net/bugs/125551
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131050] Re: [gutsy] Clock applet calendar/timezones opens under focused window

2007-08-22 Thread Adrian Penisoara
Quick workaround: click on the currently focused window -- it will make
the applet window correctly resurface above the focused window.

-- 
[gutsy] Clock applet calendar/timezones opens under focused window
https://bugs.launchpad.net/bugs/131050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130852] Re: [gutsy] Pidgin 2.1.0 crashes on the freshly updated libc6

2007-08-22 Thread Adrian Penisoara
Found the root cause: I was sharing the .purple configuration directory
between two Ubuntu installations (symlink between homes), Feisty and
Gutsy. When I recreated the Pidgin configuration from scratch in Gutsy,
the crashes stopped reproducing.

In more detail, I found that the accounts.xml file from the Feisty
installation (also Pidgin 2.1.0) would trigger the crash.

-- 
[gutsy] Pidgin 2.1.0 crashes on the freshly updated libc6
https://bugs.launchpad.net/bugs/130852
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127152] Re: Samba printers are not displayed

2007-08-22 Thread Patrice Vetsel
Here is the process that i think it's should be implemented.

First : there is no wins !

1/ try to find domains - get_domain_list ()
seems to work
return : {'IP': '192.168.1.101', 'DOMAIN': 'ENTREPRISE'}

2/trying to find hosts in domains : get_host_list
this function use IP and smbclient -N -L //ip

I think that it would be better to find hosts using 'DOMAIN': 'ENTREPRISE' with 
nmblookup -R 'DOMAIN'
nmblookup -R 'ENTREPRISE'
querying ENTREPRISE on 192.168.1.255
192.168.1.102 ENTREPRISE00
192.168.1.105 ENTREPRISE00
192.168.1.101 ENTREPRISE00
192.168.1.100 ENTREPRISE00
192.168.1.103 ENTREPRISE00

Here i have all my IP in my workgroup.

3/ We have to obtain Name instead of IP
i propose to do a :
nmblookup -A IP for each IP and extract the line where we have 20

nmblookup -A 192.168.1.100 | grep 20
--  SECRETAIRE  20 - B ACTIVE 
SECRETAIRE is the NAME of IP=192.168.1.100

so we obtain a list of NAME

4/ Ask NAME to know if there is/are printer(s)
get_printer_list ({'IP': '192.168.1.100', 'NAME': 'SECRETAIRE'})
return
{'EPSON5700': ''}

so it's seems ok

-- 
Samba printers are not displayed
https://bugs.launchpad.net/bugs/127152
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-08-22 Thread Fabio Massimo Di Nitto
Edgy is also good...

Fabio

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 79399] Re: RACE CONDITION: loading initial page Ubuntu Help Centre

2007-08-22 Thread Sebastien Bacher
Thank you for the screencast Sven. It looks like you are using feisty,
maybe that's one of the bugs which have been fixed with the switch to
rarian and the yelp changes during the new cycle. It's not easy to test
on my desktop because the pages are loaded quickly, I'll try later on my
laptop with feisty and gutsy

-- 
RACE CONDITION: loading initial page Ubuntu Help Centre
https://bugs.launchpad.net/bugs/79399
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133276] Re: deskbar-applet icon (mode) is not transparent

2007-08-22 Thread Sebastien Bacher
Thank you for your bug

** Changed in: deskbar-applet (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Triaged

-- 
deskbar-applet icon (mode) is not transparent
https://bugs.launchpad.net/bugs/133276
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133276] Re: deskbar-applet icon (mode) is not transparent

2007-08-22 Thread Sebastien Bacher
that's fixed in current gutsy

** Changed in: deskbar-applet (Ubuntu)
   Status: Triaged = Fix Released

-- 
deskbar-applet icon (mode) is not transparent
https://bugs.launchpad.net/bugs/133276
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133276] Re: deskbar-applet icon (mode) is not transparent

2007-08-22 Thread Sebastien Bacher
not fixed yet in fact

** Changed in: deskbar-applet (Ubuntu)
   Status: Fix Released = Triaged

** Also affects: deskbar-applet (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=467570
   Importance: Unknown
   Status: Unknown

-- 
deskbar-applet icon (mode) is not transparent
https://bugs.launchpad.net/bugs/133276
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133276] Re: deskbar-applet icon (mode) is not transparent

2007-08-22 Thread Sebastien Bacher
the bug is fixed to svn, http://svn.gnome.org/viewcvs/deskbar-
applet?view=revisionrevision=1521

** Changed in: deskbar-applet (Ubuntu)
   Status: Triaged = Fix Committed

-- 
deskbar-applet icon (mode) is not transparent
https://bugs.launchpad.net/bugs/133276
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 114563] Re: deskbar-applet crash

2007-08-22 Thread Sebastien Bacher
closing the bug then, feel free to reopen if you get the issue again and
can get extra details

** Changed in: deskbar-applet (Ubuntu)
   Status: Incomplete = Invalid

-- 
deskbar-applet crash
https://bugs.launchpad.net/bugs/114563
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 111678] Re: README.Debian incorrect - reference to non-existant cert.cnf

2007-08-22 Thread PaulSchulz
Is there a Debian bug against is? (or can we create one?)

On 8/22/07, Kjmph [EMAIL PROTECTED] wrote:
 This package has the same problem in Debian.

 --
 README.Debian incorrect - reference to non-existant cert.cnf
 https://bugs.launchpad.net/bugs/111678
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
README.Debian incorrect - reference to non-existant cert.cnf
https://bugs.launchpad.net/bugs/111678
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133990] Crashes on start in Feisty

2007-08-22 Thread Dean Sas
Public bug reported:

Binary package hint: muine

When starting muine in Feisty I get:

[EMAIL PROTECTED]:~$ muine

Unhandled Exception: System.NullReferenceException: A null value was found 
where an object instance was required.
  at Muine.PlaylistWindow.SongChanged (Boolean restart, Boolean fire_signal) 
[0x0] 
  at Muine.PlaylistWindow.SongChanged (Boolean restart) [0x0] 
  at Muine.PlaylistWindow.OnPlaylistPlayingChanged (IntPtr playing) [0x0] 
  at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_intptr 
(intptr)
  at Muine.HandleModel.set_Playing (IntPtr value) [0x0] 
  at Muine.PlaylistWindow.PlayAndSelect (IntPtr ptr) [0x0] 
  at Muine.PlaylistWindow.RestorePlaylistForeachFunc (Muine.Song song, Boolean 
playing, System.Object user_data) [0x0] 
  at (wrapper delegate-invoke) 
System.MulticastDelegate:invoke_void_Song_bool_object (Muine.Song,bool,object)
  at Muine.PlaylistWindow.OpenPlaylistInternal (System.String fn, 
Muine.PlaylistForeachFunc func, System.Object user_data) [0x0] 
  at Muine.PlaylistWindow.RestorePlaylist () [0x0] 
  at Muine.Global.Main (System.String[] args) [0x0]

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

-- 
Crashes on start in Feisty
https://bugs.launchpad.net/bugs/133990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 93892] Re: [needs-packaging] KDenlive

2007-08-22 Thread Albin Tonnerre
On Wed, Aug 22, 2007 at 12:07:58AM -, Daniel Rentzsch wrote :
 Will it be possible to install Kdenlive via apt-get install from the
 Ubuntu repositories in the Gutsy Final?
 
 -- 
 [needs-packaging] KDenlive
 https://bugs.launchpad.net/bugs/93892
 You received this bug notification because you are a direct subscriber
 of the bug.

Hello,
As I said, it's waiting approval from the archive administrators before entering
the archive. Hopefully it should be in gutsy, although I can't tell exactly
when.
Cheers

-- 
Albin Tonnerre, aka Lutin
 - Search a little longer, travel a little further

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

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


[Bug 89786] Re: Desktop-effect does not enable cube

2007-08-22 Thread Bakul Krishana
Well, here is the procedure I fixed the bug in my machine..
Step 1. System-- Preferences--Desktop Effects: Uncheck the box for Worspaces 
on cube (Assuming, desktop effects are ON)
Step 2: Close the Preferences Window, this should reset the settings, and now 
you can see only one Workspace in panel
Step 3. Right Click on the workspace panel-- Preferences
Step 4: Increase the number of workspaces ( I set it for 4), and close the 
preferences window
Step 5: Go back to System-- Preferences--Desktop Effects: Check the box for 
Workspaces on cube
Step 6: As a precaution, first click on Workspace 2, to check whether cube 
effect is coming or not. If not, try your luck again. :)

Now test it by moving some window, it may take few seconds to move it,
but keep dragging.

Conclusion: For me, it seems that the code is conflicting between number of 
Workspaces and Desktop effect... so first enable the desktop effects, then set 
the wobbling effect... then set the number of workspaces, and then set the cube 
effect.
Your setup may again break if you increase or decrease then number of 
workspaces. If it happens, repeat the steps from 1 to 6.

-- 
Desktop-effect does not enable cube
https://bugs.launchpad.net/bugs/89786
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 1939] Re: Muine crashes randomly

2007-08-22 Thread Dean Sas
Vassilis, Niran, is this problem still reproducable? any chance of a
backtrace?

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

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

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


[Bug 133991] Add xulrunner engine for epiphany

2007-08-22 Thread David Jaša
Public bug reported:

Binary package hint: epiphany-browser

It would be nice if Ubuntu had package with Epiphany using xulrunner
engine. Epiphany would be somewhat ligther than Firefox and xulrunner is
in repositories pretty long time already.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Add xulrunner engine for epiphany
https://bugs.launchpad.net/bugs/133991
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130852] Re: [gutsy] Pidgin 2.1.0 crashes on the freshly updated libc6

2007-08-22 Thread Sebastien Bacher
not a glib bug

** Changed in: glib2.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
[gutsy] Pidgin 2.1.0 crashes on the freshly updated libc6
https://bugs.launchpad.net/bugs/130852
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130852] Re: [gutsy] Pidgin 2.1.0 crashes on the freshly updated libc6

2007-08-22 Thread Sebastien Bacher
thank you for the update, this use is not supported, you should have the
configuration corresponding to the version of ubuntu you are using,
closing the bug

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

-- 
[gutsy] Pidgin 2.1.0 crashes on the freshly updated libc6
https://bugs.launchpad.net/bugs/130852
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 128899] Re: totem crashed with signal 5

2007-08-22 Thread Sebastien Bacher
automatix is not supported and known to create issues, does it happen on
a system where it has not been used?

-- 
totem crashed with signal 5
https://bugs.launchpad.net/bugs/128899
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 107766] Re: system-config-printer adds menu item the same as gnome-cups-manager's menu item

2007-08-22 Thread Martin Pitt
The Conflicts/Replaces was good as a hack within gutsy to get apt-get
dist-upgrades right, but for the final version it would be better if
update-manager would handle this. I. e. it should uninstall gnome-cups-
manager when system-config-printer is installed.

gnome-cups-manager is in universe now, so maybe the automatic cleanup
will already cope with this (if it actually works now)?

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

** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) = Michael Vogt
   Status: New = Triaged
   Target: None = ubuntu-7.10-beta

-- 
system-config-printer adds menu item the same as gnome-cups-manager's menu item
https://bugs.launchpad.net/bugs/107766
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 85882] Re: kdm-theme manager administration mode button missing

2007-08-22 Thread Juan Carlos Torres
This bug is still present in Gutsy, KDE 3.5.7 as of August 22, 2007. I
recall Tonio_ was looking into this bug before Feisty was released. I
don't know what has happened since.

-- 
kdm-theme manager administration mode button missing
https://bugs.launchpad.net/bugs/85882
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 133726] Re: totem fails with BadAlloc with mpeg4 film

2007-08-22 Thread Neil Wilson
 I'm just following the default actions when running totem - including
installing the codecs it suggests (but nothing else).

Running version 2.19.90-0ubuntu2, freshly installed today onto Gutsy.


On 8/21/07, Pedro Villavicencio [EMAIL PROTECTED] wrote:
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. Which version of Ubuntu are you running? Also may you
 tell us which video card you have? just attach the output of lspci -v to
 the report. thanks in advance.

 ** Changed in: totem (Ubuntu)
Importance: Undecided = Medium
  Assignee: (unassigned) = Ubuntu Desktop Bugs
Status: New = Incomplete

 --
 totem fails with BadAlloc with mpeg4 film
 https://bugs.launchpad.net/bugs/133726
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
totem fails with BadAlloc with mpeg4 film
https://bugs.launchpad.net/bugs/133726
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 132342] Re: GtkTreeView scrolling is very streaky as of Gutsy

2007-08-22 Thread Sebastien Bacher
Thanks for sending it on bugzilla

** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Triaged

-- 
GtkTreeView scrolling is very streaky as of Gutsy
https://bugs.launchpad.net/bugs/132342
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-22 Thread Sebastien Bacher
Alex, why did you open an epiphany-browser task? That looks like a gecko
bug and its known by mozilla upstream

-- 
Dragging icon from Nautilus to HTML File Input box does not work
https://bugs.launchpad.net/bugs/131145
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 41117] Re: Controls do not disappear completely in fullscreen

2007-08-22 Thread Sebastien Bacher
** Changed in: totem (Ubuntu)
   Status: Confirmed = Triaged

** Also affects: xine-lib (upstream) via
   http://sourceforge.net/support/tracker.php?aid=1628637
   Importance: Unknown
   Status: Unknown

-- 
Controls do not disappear completely in fullscreen
https://bugs.launchpad.net/bugs/41117
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 131219] Re: [needs-packaging] Open Movie Editor

2007-08-22 Thread markus31
i think he posted this bug because the version provided in the repos is
from 2006, whereas the newest release available as source code is from
june 7th 2007, and this probably is quite a difference considering that
this seems to be a young product under continous development.

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

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


[Bug 127152] Re: Samba printers are not displayed

2007-08-22 Thread Patrice Vetsel
For informations in pysmb.py

def get_host_list(dmbip) use an IP and pass it to smbclient
/usr/bin/smbclient -N -L //192.168.1.101 2/dev/null

but result of this is not a list of hosts in the domain, but a list of shares 
in ONE host (PC).
May be my english is bad or the name of this function is not well chosen.

[EMAIL PROTECTED]:~$  /usr/bin/smbclient -N -L //192.168.1.101 2/dev/null

Sharename   Type  Comment
-     ---
PDFCreator  Printer   eDoc Printer
Vu  Disk  
IPC$IPC   IPC distant
D$  Disk  Partage par défaut
Documents   Disk  
print$  Disk  Pilotes d'imprimantes
ADMIN$  Disk  Administration à distance
C$  Disk  Partage par défaut
session request to 192.168.1.101 failed (Called name not present)
session request to 192 failed (Called name not present)

Server   Comment
----

WorkgroupMaster
----

-- 
Samba printers are not displayed
https://bugs.launchpad.net/bugs/127152
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 78809] Re: Randomly crashing (SIGSEGV/SIGPIPE)

2007-08-22 Thread Sebastien Bacher
The backtrace has no GTK functions, that looks like a firefox bug
rather, reassigning to it

** Changed in: firefox (Ubuntu)
Sourcepackagename: gtk+2.0 = firefox
   Status: Incomplete = New

-- 
Randomly crashing (SIGSEGV/SIGPIPE)
https://bugs.launchpad.net/bugs/78809
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133857] Re: In gutsy, kontact now crashes on startup (SIGSEGV)

2007-08-22 Thread Eric Wheeler
the newest subversion build of basket, like 30 minutes ago, fixes this
issue.  no more crashes!!!

-- 
In gutsy, kontact now crashes on startup (SIGSEGV)
https://bugs.launchpad.net/bugs/133857
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133822] Re: Must not create translation tarballs for commercial component

2007-08-22 Thread Fabio Massimo Di Nitto
dapper is also good..

Fabio

-- 
Must not create translation tarballs for commercial component
https://bugs.launchpad.net/bugs/133822
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133848] Re: [needs-packaging] Jahshaka

2007-08-22 Thread Bug Watch Updater
** Changed in: Debian
   Status: Unknown = New

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

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


[Bug 133844] Re: pidentd: Errors writing pid file

2007-08-22 Thread Bug Watch Updater
** Changed in: pidentd (Debian)
   Status: Unknown = Fix Released

-- 
pidentd: Errors writing pid file
https://bugs.launchpad.net/bugs/133844
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 132587] Re: bzflag includes source makefiles and empty directories, no fonts included

2007-08-22 Thread Bug Watch Updater
** Changed in: bzflag (Debian)
   Status: Unknown = New

-- 
bzflag includes source makefiles and empty directories, no fonts included
https://bugs.launchpad.net/bugs/132587
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130795] Re: apt_inst.debExtractArchive doesn't handle links.

2007-08-22 Thread Bug Watch Updater
** Changed in: python-apt (upstream)
   Status: Unknown = New

-- 
apt_inst.debExtractArchive doesn't handle links.
https://bugs.launchpad.net/bugs/130795
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 95675] Re: [needs-packaging] emelFM2

2007-08-22 Thread Bug Watch Updater
** Changed in: Debian
   Status: Unknown = New

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

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


[Bug 88422] Re: Auto-away is set before connecting

2007-08-22 Thread Sebastien Bacher
Confirmed, that's only a line of text in the server tab, really minor
detail

** Changed in: xchat-gnome (Ubuntu)
   Status: Incomplete = Triaged

-- 
Auto-away is set before connecting
https://bugs.launchpad.net/bugs/88422
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 88422] Re: Auto-away is set before connecting

2007-08-22 Thread Sebastien Bacher
I've sent it on http://bugzilla.gnome.org/show_bug.cgi?id=469156

** Also affects: xchat-gnome (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=469156
   Importance: Unknown
   Status: Unknown

-- 
Auto-away is set before connecting
https://bugs.launchpad.net/bugs/88422
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 83127] Re: .desktop file missing

2007-08-22 Thread Bug Watch Updater
** Changed in: supertuxkart (Debian)
   Status: Fix Committed = Fix Released

-- 
.desktop file missing
https://bugs.launchpad.net/bugs/83127
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 70963] Re: Cannot change resolution after resuming from hibernate

2007-08-22 Thread Martin Emrich
Hi!

I just experienced the same problem here (gutsy i386, Thinkpad T41p with
ATI FireGL T2, radeon driver). I try to change my resolution with
xrandr, but nothing happens, no flicker, no error message. Attached,
there is an strace of xrandr. There are no relevant messages in
Xorg.0.log oder syslog after attempting to change resolution.

Ciao

Martin

** Attachment added: xrandrtrace.txt.gz
   http://launchpadlibrarian.net/8929575/xrandrtrace.txt.gz

-- 
Cannot change resolution after resuming from hibernate
https://bugs.launchpad.net/bugs/70963
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 24382] Re: subversion: svn segfaults when doing a checkout

2007-08-22 Thread Bug Watch Updater
** Changed in: subversion (Debian)
   Status: New = Fix Released

-- 
subversion: svn segfaults when doing a checkout
https://bugs.launchpad.net/bugs/24382
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 21556] Re: missing manpage for limits.conf

2007-08-22 Thread Bug Watch Updater
** Changed in: pam (Debian)
   Status: New = Fix Committed

-- 
missing manpage for limits.conf
https://bugs.launchpad.net/bugs/21556
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 132143] Re: GIMP in 64bit Feisty corrupts PSD files

2007-08-22 Thread Sebastien Bacher

** Attachment added: changes for the sru update
   http://launchpadlibrarian.net/8929585/gimp_2.2.13-1ubuntu4.4_source.changes

-- 
GIMP in 64bit Feisty corrupts PSD files
https://bugs.launchpad.net/bugs/132143
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 132143] Re: GIMP in 64bit Feisty corrupts PSD files

2007-08-22 Thread Sebastien Bacher

** Attachment added: debdiff for the sru update
   http://launchpadlibrarian.net/8929597/gimp.debdiff

-- 
GIMP in 64bit Feisty corrupts PSD files
https://bugs.launchpad.net/bugs/132143
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 132143] Re: GIMP in 64bit Feisty corrupts PSD files

2007-08-22 Thread Sebastien Bacher

** Attachment added: patch used for the sru update
   http://launchpadlibrarian.net/8929598/90_from_svn_fix_psd_64bit.patch

-- 
GIMP in 64bit Feisty corrupts PSD files
https://bugs.launchpad.net/bugs/132143
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131212] Re: [gutsy] opera slow down/crash when browsing a page with flash (non-free) content

2007-08-22 Thread csulok
a newer version of the flash player is available from adobe (9.0.60.120)
http://labs.adobe.com/downloads/flashplayer9.html

opera is affected by the bug with this new plugin as well.

-- 
[gutsy] opera slow down/crash when browsing a page with flash (non-free) content
https://bugs.launchpad.net/bugs/131212
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123636] Re: Clicking Add/Remove under Applications does nothing

2007-08-22 Thread Jérôme Guelfucci
Please try to obtain a backtrace following the instructions at [WWW]
http://wiki.ubuntu.com/DebuggingProgramCrash and upload the backtrace
(as an attachment) to the bug report. This will greatly help us in
tracking down your problem.

** Changed in: gnome-app-install (Ubuntu)
   Importance: Low = Medium

-- 
Clicking Add/Remove under Applications does nothing
https://bugs.launchpad.net/bugs/123636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121911] Re: [PR32610] gcc-4.2: internal compiler error: in gen_tagged_type_instantiation_die, at dwarf2out.c:12762

2007-08-22 Thread Bug Watch Updater
** Changed in: gcc (upstream)
   Status: Confirmed = In Progress

-- 
[PR32610] gcc-4.2:  internal compiler error: in 
gen_tagged_type_instantiation_die, at dwarf2out.c:12762
https://bugs.launchpad.net/bugs/121911
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133994] evince fails to open common pdf files

2007-08-22 Thread Eric Firing
Public bug reported:

Binary package hint: evince

Files evince fails to open, saying Failed to load document from data
(error 1), include PDFReference16.pdf from Adobe, PostscriptRef.pdf,
also from Adobe, and many others.  I can supply a moderately-sized
example upon request.

ProblemType: Bug
Architecture: i386
Date: Wed Aug 22 08:10:22 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/evince
Package: evince 0.9.3-0ubuntu1
PackageArchitecture: i386
ProcCmdline: evince file:///media/disk/efiring/docs/T41Manual.pdf
ProcCwd: /home/ubuntu
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: evince
Uname: Linux ubuntu 2.6.22-9-generic #1 SMP Fri Aug 3 00:50:37 GMT 2007 i686 
GNU/Linux

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


** Tags: apport-bug

-- 
evince fails to open common pdf files
https://bugs.launchpad.net/bugs/133994
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133994] Re: evince fails to open common pdf files

2007-08-22 Thread Eric Firing

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

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

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

-- 
evince fails to open common pdf files
https://bugs.launchpad.net/bugs/133994
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133991] Re: Add xulrunner engine for epiphany

2007-08-22 Thread Sebastien Bacher
*** This bug is a duplicate of bug 111280 ***
https://bugs.launchpad.net/bugs/111280

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: epiphany-browser (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: New = Invalid

** This bug has been marked a duplicate of bug 111280
   Epiphany should depend on libxul instead of Firefox

-- 
Add xulrunner engine for epiphany
https://bugs.launchpad.net/bugs/133991
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133854] Re: can't drag'n'dop links

2007-08-22 Thread Bug Watch Updater
** Changed in: tomboy (upstream)
   Status: Unknown = New

-- 
can't drag'n'dop links
https://bugs.launchpad.net/bugs/133854
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133806] Re: gparted automaticly mounts all filesystems

2007-08-22 Thread Bug Watch Updater
*** This bug is a duplicate of bug 37768 ***
https://bugs.launchpad.net/bugs/37768

** Changed in: gparted (upstream)
   Status: Unknown = Fix Released

-- 
gparted automaticly mounts all filesystems
https://bugs.launchpad.net/bugs/133806
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133541] Re: Gutsy: expand window to full height now goes to far in GNOME

2007-08-22 Thread Bug Watch Updater
** Changed in: metacity (upstream)
   Status: Unknown = Confirmed

-- 
Gutsy: expand window to full height now goes to far in GNOME
https://bugs.launchpad.net/bugs/133541
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133726] Re: totem fails with BadAlloc with mpeg4 film

2007-08-22 Thread Sebastien Bacher
What xorg video driver do you use?

-- 
totem fails with BadAlloc with mpeg4 film
https://bugs.launchpad.net/bugs/133726
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133276] Re: deskbar-applet icon (mode) is not transparent

2007-08-22 Thread Bug Watch Updater
** Changed in: deskbar-applet (upstream)
   Status: Unknown = Fix Released

-- 
deskbar-applet icon (mode) is not transparent
https://bugs.launchpad.net/bugs/133276
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 132730] Re: rhythmbox crashed with SIGSEGV in g_object_set_valist()

2007-08-22 Thread Bug Watch Updater
** Changed in: rhythmbox (upstream)
   Status: Unknown = New

-- 
rhythmbox crashed with SIGSEGV in g_object_set_valist()
https://bugs.launchpad.net/bugs/132730
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 132342] Re: GtkTreeView scrolling is very streaky as of Gutsy

2007-08-22 Thread Bug Watch Updater
** Changed in: gtk (upstream)
   Status: Unknown = New

-- 
GtkTreeView scrolling is very streaky as of Gutsy
https://bugs.launchpad.net/bugs/132342
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131190] Re: Colour of window borders in Human theme preview in Appearance Preferences does not match actual colour

2007-08-22 Thread Bug Watch Updater
** Changed in: control-center (upstream)
   Status: Incomplete = Confirmed

-- 
Colour of window borders in Human theme preview in Appearance Preferences 
does not match actual colour
https://bugs.launchpad.net/bugs/131190
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-22 Thread Bug Watch Updater
** Changed in: nautilus (upstream)
   Status: Unknown = New

-- 
Dragging icon from Nautilus to HTML File Input box does not work
https://bugs.launchpad.net/bugs/131145
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130329] Re: totem shortens some strings and output errors

2007-08-22 Thread Bug Watch Updater
** Changed in: totem (upstream)
   Status: Fix Released = New

-- 
totem shortens some strings and output errors
https://bugs.launchpad.net/bugs/130329
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 129152] Re: cannot set number or name of workspaces from workspace switcher applet

2007-08-22 Thread Bug Watch Updater
** Changed in: libwnck (upstream)
   Status: Unknown = Confirmed

-- 
cannot set number or name of workspaces from workspace switcher applet
https://bugs.launchpad.net/bugs/129152
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 129242] Re: Incorrect total system memory

2007-08-22 Thread Bug Watch Updater
** Changed in: gnome-system-monitor (upstream)
   Status: New = Confirmed

-- 
Incorrect total system memory
https://bugs.launchpad.net/bugs/129242
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127574] Re: thunar segfaults when selecting targa image

2007-08-22 Thread Bug Watch Updater
** Changed in: gtk (upstream)
   Status: Unknown = New

-- 
thunar segfaults when selecting targa image
https://bugs.launchpad.net/bugs/127574
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127152] Re: Samba printers are not displayed

2007-08-22 Thread Patrice Vetsel
Last words for this morning.
I have another bug for windows XP to report but i was waiting resolution of 
this to test if it's here again.

The process that i recommend, work well here (for windows 98 AND XP, can
not test Vista)

find a list of domain:
nmblookup -M -- -  -- list of possible domain
nmblookup -A IP -- find the name of GROUP

find hosts in a domain:
nmblookup -R 'GROUP'  -- list of IP

find NAME for each IP:
nmblookup -A IP | grep 20  -- NAME

find shares and specially printers for each IP/NAME:
use of smbclient (works in pysmb.py)

I attach the results of all of this commands.


** Attachment added: output of commands
   http://launchpadlibrarian.net/8929638/pysmb.txt

-- 
Samba printers are not displayed
https://bugs.launchpad.net/bugs/127152
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126333] Re: gutsy audio volume box problem when using keyboard shortcut

2007-08-22 Thread Bug Watch Updater
** Changed in: gnome-applets (upstream)
   Status: Unknown = New

-- 
gutsy audio volume box problem when using keyboard shortcut
https://bugs.launchpad.net/bugs/126333
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115081] Re: path text doen't fit in widget in the 'receiving email' config dialog

2007-08-22 Thread Bug Watch Updater
** Changed in: evolution (upstream)
   Status: New = Incomplete

-- 
path text doen't fit in widget in the 'receiving email' config dialog 
https://bugs.launchpad.net/bugs/115081
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


RE: [Bug 107626] Re: The chaning progress percentage characters does notshown clearly

2007-08-22 Thread Xiaoyang Yu
I've captured a video. But it is 25MB big. Where should I put it?

-- 
The chaning progress percentage characters does not shown clearly
https://bugs.launchpad.net/bugs/107626
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 99604] Re: no way to set delay on slideshow

2007-08-22 Thread Bug Watch Updater
** Changed in: f-spot (upstream)
   Status: Unknown = New

-- 
no way to set delay on slideshow
https://bugs.launchpad.net/bugs/99604
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 93396] Re: [Feisty] File save dialog delets filename when changing directory

2007-08-22 Thread Bug Watch Updater
** Changed in: gtk (upstream)
   Status: New = Confirmed

-- 
[Feisty] File save dialog delets filename when changing directory
https://bugs.launchpad.net/bugs/93396
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 92016] Re: Incorrect repaint when logo invalidated in GNOME System Monitor

2007-08-22 Thread Bug Watch Updater
** Changed in: gnome-system-monitor (upstream)
   Status: New = Fix Released

-- 
Incorrect repaint when logo invalidated in GNOME System Monitor
https://bugs.launchpad.net/bugs/92016
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >