[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2009-06-09 Thread Terence
dnsmasq started by libvirtd contains "--conf-file=" argument which
prevents dnsmasq to read its default config file in /etc/dnsmasq.conf.
It is simple and clean to remove this argument to allow modification of
dnsmasq behavior. In my own setting, I need dnsmasq to send a DNS domain
to the guests to configure their "/etc/resolv.conf" properly.

I also tried "--domain=..." argument in the command-line. However, it is
not a very clean method to wrap dnsmasq by a script.

-- 
add option to start dnsmasq with a custom configuration file
https://bugs.launchpad.net/bugs/247583
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 385439] [NEW] No port-forwarding to guest is possible

2009-06-09 Thread Terence
Public bug reported:

I'm using 9.04 and libvirt-bin is of 0.6.1-0ubuntu5. I would like to
make port-forwarding setting easier.

With NAT network setup, a iptables FORWARD rule is created:

0 0 ACCEPT all  --  *  virbr0  0.0.0.0/0
10.1.1.0/24 state RELATED,ESTABLISHED

This rule, together with another 5 rules, prevent port-forwarding to
guest. What I need to do is to

1). Insert another rule before all these rules:

12065 2170K ACCEPT all  --  *  virbr0  0.0.0.0/0
10.1.1.0/24

2). Add a port-forwarding rule to PREROUTING table:

   10   576 DNAT   tcp  --  eth0   *   0.0.0.0/0
1.2.3.4  tcp dpt:22 to:10.1.1.1:22

Step 2 is simple, as I could preset it, save it using iptables-save and
restore it on every reboot. However, step 1 is not a clean way to
achieve port-forwarding. Could libvirt config allows port-forwarding?

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


** Tags: libvirt port-forwarding

-- 
No port-forwarding to guest is possible
https://bugs.launchpad.net/bugs/385439
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 118770] Cannot burn CD, File > 700mb

2007-06-05 Thread Terence
Public bug reported:

I download ubuntu desktop cd so that I can burn a CD and start it up.
When I try to burn the ISO image , the infrarecordert tells me my blank
700mb disk is not large enough. I am a linux newbie. thanks

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Cannot burn CD, File > 700mb
https://bugs.launchpad.net/bugs/118770
You received this bug notification because you are a member of Ubuntu
Bugs, 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 448292] Re: Novatel U727 (Wireless 3G USB Modem) Shows in lsusb in Jaunty & Karmic. Only connects in Jaunty.

2009-11-21 Thread Terence
Mine is even weirder! When I first insert the card lsusb reports it as
device 5010.

Bus 001 Device 005: ID 08ff:1600 AuthenTec, Inc. AES1600
Bus 001 Device 004: ID 0c45:62c0 Microdia Sonix USB 2.0 Camera
Bus 001 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 
"TetraHub"
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 005: ID 1410:5010 Novatel Wireless 
Bus 002 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) 
Interface [Integrated Module]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  

Then after a minute or more tailing /var/log/messages show that the
system 'found' the card,

Nov 21 17:17:04 DeadMeat3 kernel: [ 2552.525420] sr: Add. Sense: No additional 
sense information
Nov 21 17:17:04 DeadMeat3 kernel: [ 2552.531597] sr 6:0:0:0: [sr1] unaligned 
transfer
Nov 21 17:17:04 DeadMeat3 kernel: [ 2552.532070] sr 6:0:0:0: [sr1] unaligned 
transfer
Nov 21 17:18:04 DeadMeat3 kernel: [ 2613.164016] usb 2-5: reset full speed USB 
device using ohci_hcd and address 5
Nov 21 17:18:04 DeadMeat3 kernel: [ 2613.422313] sr: Sense Key : No Sense 
[current] 
Nov 21 17:18:04 DeadMeat3 kernel: [ 2613.422313] sr: Add. Sense: No additional 
sense information
Nov 21 17:18:05 DeadMeat3 kernel: [ 2613.643312] sr: Sense Key : No Sense 
[current] 
Nov 21 17:18:05 DeadMeat3 kernel: [ 2613.643312] sr: Add. Sense: No additional 
sense information
Nov 21 17:19:05 DeadMeat3 kernel: [ 2674.164018] usb 2-5: reset full speed USB 
device using ohci_hcd and address 5
Nov 21 17:20:30 DeadMeat3 kernel: [ 2758.512337] CE: hpet increasing 
min_delta_ns to 22500 nsec
Nov 21 17:24:05 DeadMeat3 kernel: [ 2974.028764] usb 2-5: USB disconnect, 
address 5
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.577025] usb 2-5: new full speed USB 
device using ohci_hcd and address 6
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.791303] usb 2-5: configuration #1 
chosen from 1 choice
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.797013] option 2-5:1.0: GSM modem 
(1-port) converter detected
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.797013] usb 2-5: GSM modem (1-port) 
converter now attached to ttyUSB0
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.804240] option 2-5:1.1: GSM modem 
(1-port) converter detected
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.804448] usb 2-5: GSM modem (1-port) 
converter now attached to ttyUSB1
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.813637] option 2-5:1.2: GSM modem 
(1-port) converter detected
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.813871] usb 2-5: GSM modem (1-port) 
converter now attached to ttyUSB2
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.819964] option 2-5:1.3: GSM modem 
(1-port) converter detected
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.820251] usb 2-5: GSM modem (1-port) 
converter now attached to ttyUSB3
Nov 21 17:24:07 DeadMeat3 kernel: [ 2975.822841] scsi7 : SCSI emulation for USB 
Mass Storage devices
Nov 21 17:24:12 DeadMeat3 kernel: [ 2980.825033] scsi 7:0:0:0: Direct-Access
 Novatel  MMC Storage  2.31 PQ: 0 ANSI: 2
Nov 21 17:24:12 DeadMeat3 kernel: [ 2980.828217] sd 7:0:0:0: Attached scsi 
generic sg2 type 0
Nov 21 17:24:12 DeadMeat3 kernel: [ 2980.854409] sd 7:0:0:0: [sdb] Attached 
SCSI removable disk
Nov 21 17:24:14 DeadMeat3 kernel: [ 2982.520374] sd 7:0:0:0: [sdb] 1995776 
512-byte logical blocks: (1.02 GB/974 MiB)
Nov 21 17:24:14 DeadMeat3 kernel: [ 2982.544368]  sdb:

but, lsusb now reports it as device 4100,

Bus 001 Device 005: ID 08ff:1600 AuthenTec, Inc. AES1600
Bus 001 Device 004: ID 0c45:62c0 Microdia Sonix USB 2.0 Camera
Bus 001 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 
"TetraHub"
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 006: ID 1410:4100 Novatel Wireless U727
Bus 002 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) 
Interface [Integrated Module]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

It still won't connect with Network-Manager.  
I can connect using wvdial.

-- 
Novatel U727 (Wireless 3G USB Modem) Shows in lsusb in Jaunty & Karmic. Only 
connects in Jaunty.
https://bugs.launchpad.net/bugs/448292
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 1633690] Re: byt-max98090 not working on linux-image-4.8.0-22-generic on baytrail hardware

2017-06-20 Thread Terence
I installed the latest elementary OS Loki 0.4.1 (based on Ubuntu) onto
an Acer C730 (GNAWTY) chromebook with FULL firmware from MrChromebox.
It is also impacted by this issue since the kernel is linux-image-4.8.0
-5x-generic.

Falling back to the previous 4.4 kernel does fix the issue.  And I have
to hold the kernel update until this is fixed.

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

Title:
  byt-max98090 not working on linux-image-4.8.0-22-generic  on baytrail
  hardware

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1633690/+subscriptions

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


[Bug 989674] Re: Ubuntu 12.04 i386 does not reboot back Unity from suspend

2012-09-25 Thread Terence
The script seem to have stopped working for me since the last couple of
updates. Anyone else?

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

Title:
  Ubuntu 12.04 i386 does not reboot back Unity from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/989674/+subscriptions

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


[Bug 966744] Re: [i965] Resume from suspend leaves me with black screen or a screen of the desktop before it suspended. Compiz hung in intel_update_renderbuffers() from intel_prepare_render() from brw

2012-10-05 Thread Terence
Pretty new to Linux. Can someone provide me steps as to how to build
this fix?

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

Title:
  [i965] Resume from suspend leaves me with black screen or a screen of
  the desktop before it suspended. Compiz hung in
  intel_update_renderbuffers() from intel_prepare_render() from
  brw_draw_prims()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/966744/+subscriptions

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


[Bug 974242] Re: Compiz is moving windows against my will

2012-08-23 Thread Terence
knoxg: I followed your instructions to enforce the source of the compiz
plugins to Oli's PPA. Everything worked as usual, but now I'm constantly
getting a red triangle with an exclamation point that says: "The update
information is outdated.This may be caused by network problems or may be
caused by a repository that is no longer available.Please update
manually by clicking this icon..."  Any way to get rid of this?

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

Title:
  Compiz is moving windows against my will

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/974242/+subscriptions

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


[Bug 974242] Re: Compiz is moving windows against my will

2012-08-25 Thread Terence
This seemed to have fixed it. Thank you!

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

Title:
  Compiz is moving windows against my will

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/974242/+subscriptions

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


[Bug 727090] [NEW] Install ubuntu 10.10 64bits crashes during copy of files

2011-03-01 Thread Terence
Public bug reported:

Binary package hint: ubiquity

I tried to install ubuntu 10.10 64 bits on 2 differents hdd
I tried to install it by using a bootable cdrom and by using a bootable USB key
In 2 cases, the install crashed during copying of files.

HW :
Motherboard:ASUS P7P55D
CPU:Intel core i7 860

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

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

Title:
  Install ubuntu 10.10 64bits crashes during copy of files

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


[Bug 727090] Re: Install ubuntu 10.10 64bits crashes during copy of files

2011-03-01 Thread Terence
** Attachment added: "partman"
   https://bugs.launchpad.net/bugs/727090/+attachment/1878394/+files/partman

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

Title:
  Install ubuntu 10.10 64bits crashes during copy of files

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


[Bug 727090] Re: Install ubuntu 10.10 64bits crashes during copy of files

2011-03-01 Thread Terence
** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/727090/+attachment/1878395/+files/syslog

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

Title:
  Install ubuntu 10.10 64bits crashes during copy of files

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


[Bug 680816] [NEW] kernel crashes on ubuntu-desktop install

2010-11-24 Thread Terence
Public bug reported:

Binary package hint: ubuntu-desktop

Hardware :
Asus motherboard P7P55D (LGA1156)
Proc: core i7 860M
RAM : DDR3 4 go

All what I do :
Install from scratch :
mkdir /mnt/ubuntu 
mke2fs -j /dev/sda9
mount /dev/sda9 /mnt/ubuntu 

# for ubuntu 11.04 :
/usr/sbin/debootstrap --arch amd64 natty /mnt/ubuntu 
http://archive.ubuntu.com/ubuntu

=> minimal install ok


edit /mnt/ubuntu/etc/fstab

mount --bind /proc /mnt/ubuntu/proc
mount --bind /dev/mnt/ubuntu/dev
chroot /mnt/ubuntu

install kernel linux-image-2.6.37.5-generic :

aptitude install linux-image-2.6.37.5-generic

=> install ok

passwd root
aptitude install grub

exit chroot, then


grub-install --root-directory=/mnt/ubuntu /dev/sda
mounting an other ubuntu (10.10 32bits) to update grub
update-grub2

umount /mnt/ubuntu/dev
umount /mnt/ubuntu/proc

reboot
=> boot on ubuntu 11.04  ok

aptitude install ubuntu-desktop
=> error see screenshot

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kernel crashes on ubuntu-desktop install
https://bugs.launchpad.net/bugs/680816
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 680816] Re: kernel crashes on ubuntu-desktop install

2010-11-24 Thread Terence

** Attachment added: "Screenshot"
   https://bugs.launchpad.net/bugs/680816/+attachment/1743227/+files/photo.JPG

-- 
kernel crashes on ubuntu-desktop install
https://bugs.launchpad.net/bugs/680816
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 680816] Re: kernel crashes on ubuntu-desktop install

2010-11-24 Thread Terence

** Attachment added: "photo.JPG"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/680816/+attachment/1743281/+files/photo.JPG

-- 
kernel crashes on ubuntu-desktop install
https://bugs.launchpad.net/bugs/680816
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 662581] [NEW] can not download software from ubuntu software center. waiting for apt-get to exit

2010-10-18 Thread Terence
Public bug reported:

Binary package hint: software-center

Can not download software from ubuntu center center.  waiting for apt-
get to exit.   just shows in progress, but nothing being down loaded.

Hope you can help .

I is very new to ubuntu a lot of head scratching and holding of jaw goes on.
Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: software-center 3.0.4
ProcVersionSignature: Ubuntu 2.6.35-22.34-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Oct 18 10:54:16 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
PackageArchitecture: all
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: software-center

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
can not download software from ubuntu software center.  waiting for apt-get to 
exit
https://bugs.launchpad.net/bugs/662581
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 662581] Re: can not download software from ubuntu software center. waiting for apt-get to exit

2010-10-18 Thread Terence


-- 
can not download software from ubuntu software center.  waiting for apt-get to 
exit
https://bugs.launchpad.net/bugs/662581
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 252407] Re: kwrite is not a package in Hardy

2008-07-27 Thread Terence Simpson
Thanks for taking the time to report this issue and making Kubuntu better.
The kwrite binary is a part of the kdebase-bin-kde3 package, this is the same 
in debian. I'd suggest you ask whoever packaged the .deb package to adjust the 
dependencies. Seeing as this is a KDE 3 package I'm marking as invalid because 
KDE 3 is being dropped in favour of KDE 4.

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

-- 
kwrite is not a package in Hardy
https://bugs.launchpad.net/bugs/252407
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdebase in ubuntu.

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


[Bug 260722] Re: has not been built for kernel 2.6.24-21

2008-08-23 Thread Terence Simpson
virtualbox-ose-modules-2.6.24-20 is the latest package but 2.6.24-21 is
available in hardy-proposed

** Changed in: virtualbox-ose-modules (Ubuntu)
   Status: New => Confirmed

-- 
has not been built for kernel 2.6.24-21
https://bugs.launchpad.net/bugs/260722
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 294832] Re: failsafe session fails w. kubuntu 8.10

2008-12-06 Thread Terence Simpson
*** This bug is a duplicate of bug 278722 ***
https://bugs.launchpad.net/bugs/278722

** This bug has been marked a duplicate of bug 278722
   Fail Safe login broken due to missing xterm

-- 
failsafe session fails w. kubuntu 8.10
https://bugs.launchpad.net/bugs/294832
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 8785] Re: kdeinit changes ownership of ~/.ICEauthority if run via (a kde program via) sudo

2008-12-07 Thread Terence Simpson
The real "fix" is to NOT use sudo with GUI/KDE/Gnome aplications, use
kdesudo/gksudo, this will set up the correct environment for GUI
applications.

-- 
kdeinit changes ownership of ~/.ICEauthority if run via (a kde program via) sudo
https://bugs.launchpad.net/bugs/8785
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 306099] Re: Pasted links are broken if they are too long

2008-12-07 Thread Terence Simpson
A link can not contain blanks (including line breaks and spaces), so the
end of the link is detected at when a blank is detected.

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

-- 
Pasted links are broken if they are too long
https://bugs.launchpad.net/bugs/306099
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 306184] Re: package kde 4.2 knetworkmanager

2008-12-08 Thread Terence Simpson
We should really try getting the package into debian before Ubuntu

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

** Also affects: kubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu
Sourcepackagename: kubuntu-meta => None

** Changed in: ubuntu
   Status: New => Incomplete

-- 
package kde 4.2 knetworkmanager
https://bugs.launchpad.net/bugs/306184
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 290589] Re: Long dbus command displayed on dialog when trying to mount hard drive via dolphin

2008-11-19 Thread Terence Simpson
That would be another bug. Probably more to do with how KDESudo and
kdesu deal with the -d option.

-- 
Long dbus command displayed on dialog when trying to mount hard drive via 
dolphin
https://bugs.launchpad.net/bugs/290589
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 304705] Re: /tmp/ksocket-bugabundo/ has wrong permissions

2008-12-03 Thread Terence Simpson
The only way to know is to check. But /tmp is cleaned on boot so the
directory will be recreated.

-- 
/tmp/ksocket-bugabundo/ has wrong permissions
https://bugs.launchpad.net/bugs/304705
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdepim in ubuntu.

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


[Bug 300957] Re: Undo or not Undo

2008-11-22 Thread Terence Simpson
KDE 4.1.73 is not from any K/Ubuntu packages

** Changed in: kdepim
   Importance: Undecided => Unknown
 Bugwatch: None => KDE Bug Tracking System #175862
   Status: New => Unknown

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

-- 
Undo or not Undo
https://bugs.launchpad.net/bugs/300957
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 301090] Re: systemsettings->Appearance->Windows preview is drawn incorrectly

2008-11-22 Thread Terence Simpson
** Bug watch added: KDE Bug Tracking System #157849
   http://bugs.kde.org/show_bug.cgi?id=157849

** Also affects: kdebase via
   http://bugs.kde.org/show_bug.cgi?id=157849
   Importance: Unknown
   Status: Unknown

-- 
systemsettings->Appearance->Windows preview is drawn incorrectly
https://bugs.launchpad.net/bugs/301090
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 300957] Re: Undo or not Undo

2008-11-22 Thread Terence Simpson
If this happens in KDE 4.1.2/3, then please reopen the bug

-- 
Undo or not Undo
https://bugs.launchpad.net/bugs/300957
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 301090] Re: systemsettings->Appearance->Windows preview is drawn incorrectly

2008-11-22 Thread Terence Simpson
** Changed in: kdebase-workspace (Ubuntu)
   Status: New => Confirmed

-- 
systemsettings->Appearance->Windows preview is drawn incorrectly
https://bugs.launchpad.net/bugs/301090
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 301284] Re: Desktop switching commands Ctl-Fn do not work in KDE 4

2008-11-23 Thread Terence Simpson
Did you add the key bindings in System Setting -> Keyboard & Mouse ->
Keyboard Shortcuts?

** Changed in: kdebase-workspace (Ubuntu)
Sourcepackagename: kdebase => kdebase-workspace
   Status: New => Incomplete

** Also affects: kubuntu-default-settings (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Desktop switching commands Ctl-Fn do not work in KDE 4
https://bugs.launchpad.net/bugs/301284
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-default-settings in ubuntu.

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


[Bug 301284] Re: Desktop switching commands Ctl-Fn do not work in KDE 4

2008-11-23 Thread Terence Simpson
I think part of the issue is that the default settings don't set the
bindings for other desktop other than 1, 2, 3 and 4

-- 
Desktop switching commands Ctl-Fn do not work in KDE 4
https://bugs.launchpad.net/bugs/301284
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-default-settings in ubuntu.

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


[Bug 300559] Re: whishlist: KDE4 Select default action when inserting an external device

2008-11-23 Thread Terence Simpson
Reported upstream

** Bug watch added: KDE Bug Tracking System #175959
   http://bugs.kde.org/show_bug.cgi?id=175959

** Also affects: kdebase via
   http://bugs.kde.org/show_bug.cgi?id=175959
   Importance: Unknown
   Status: Unknown

-- 
whishlist: KDE4 Select default action when inserting an external device
https://bugs.launchpad.net/bugs/300559
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 302007] Re: kded4 crashed

2008-11-25 Thread Terence Simpson
*** This bug is a duplicate of bug 224497 ***
https://bugs.launchpad.net/bugs/224497

** This bug has been marked a duplicate of bug 224497
   The application KDE Daemon (kded4) crashed and caused the signal11 (SIGSEGV)

-- 
kded4 crashed
https://bugs.launchpad.net/bugs/302007
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


[Bug 301987] Re: kded4 crashed and caused the signal 11 (SIGSEGV).

2008-11-25 Thread Terence Simpson
*** This bug is a duplicate of bug 224497 ***
https://bugs.launchpad.net/bugs/224497

** This bug has been marked a duplicate of bug 224497
   The application KDE Daemon (kded4) crashed and caused the signal11 (SIGSEGV)

-- 
kded4 crashed and caused the signal 11 (SIGSEGV).
https://bugs.launchpad.net/bugs/301987
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 297697] Re: konqueror 4.1.3 sftp protocol don't work

2008-11-13 Thread Terence Simpson
Thanks for reporting the issue and I'm glad it worked itself out for you. 
Seeing as you reported this is no longer an issue for you, I'm marking the bug 
as invalid.
Thanks

** Changed in: kdebase-runtime (Ubuntu)
Sourcepackagename: kdebase-kde4 => kdebase-runtime
   Status: New => Invalid

-- 
konqueror 4.1.3 sftp protocol don't work
https://bugs.launchpad.net/bugs/297697
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in ubuntu.

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


[Bug 297659] Re: kubuntu-desktop + splashy

2008-11-13 Thread Terence Simpson
There would have to be cooperation with Ubuntu (and Ed/Xubuntu) for
this, as things could start to go wrong if people have both ed/x/ubuntu-
desktop and kubuntu-desktop installed.

-- 
kubuntu-desktop + splashy
https://bugs.launchpad.net/bugs/297659
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 302523] Re: ktorrent fails to build by apt-build

2008-11-26 Thread Terence Simpson
This must be a problem with apt-build.
The command: "apt-get build-dep ktorrent && apt-get -b source ktorrent" builds 
KTorrent fine.

** Also affects: apt-build (Ubuntu)
   Importance: Undecided
   Status: New

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

-- 
ktorrent fails to build by apt-build
https://bugs.launchpad.net/bugs/302523
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ktorrent in ubuntu.

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


[Bug 302523] Re: ktorrent fails to build by apt-build

2008-11-26 Thread Terence Simpson
"-- Looking for Q_WS_X11 - not found."
The Qt4 development files are not installed for instance.

-- 
ktorrent fails to build by apt-build
https://bugs.launchpad.net/bugs/302523
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 302735] Re: kmail is epically full of various bugs related to security

2008-11-27 Thread Terence Simpson
Have you reported any of these issues upstream?: http://bugs.kde.org

-- 
kmail is epically full of various bugs related to security
https://bugs.launchpad.net/bugs/302735
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 322192] Re: ubuntu causes problems when installing at night (loud login sound with no way to avoid it)

2009-01-28 Thread Terence Simpson
The login sound can be disabled via: System Settings -> Notifications ->
Applications tab -> KDE System Notifications, choose "Login" under
"Title" and un-check the "Play a sound" box.

** Changed in: kdebase-runtime (Ubuntu)
   Status: Confirmed => Invalid

-- 
ubuntu causes problems when installing at night (loud login sound with no way 
to avoid it)
https://bugs.launchpad.net/bugs/322192
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in ubuntu.

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


[Bug 322192] Re: ubuntu causes problems when installing at night (loud login sound with no way to avoid it)

2009-01-28 Thread Terence Simpson
Neither the topic or the description say anything about disabling the
notification "BEFORE" logging it

** Summary changed:

- ubuntu causes problems when installing at night (loud login sound with no way 
to avoid it)
+ Login sound can not be disabled before login

** Description changed:

- "DU DU DUUMM DUUM DU! du du du."
+ The login notification sound can not be disabled before logging in, ie
+ in KDM.
  
- This are, in fact, not the sounds of tribal people attacking our
- village;
- 
- Instead, this are the sounds of Ubuntu awaking entire house / home /
- neighborhood, right after installation (actually, after first login).
- 
- This sounds like a trivial problem, and it indeed should be trivial to
- fix - if we do not want to surprise at least some users in this
- unpleasant way.
- 
- 1. Just select a shorter&quieter sound as the login sound
- 2. (more complex) add option to stf^H to mute in the login manager
- 
- Btw, many computers do not allow to lower this unpleasant noise even if
- user is suspecting this attack (example: laptop, and now function key
- for volume-down).
+ This can cause an issue on some computers that do not allow to lower the
+ volume before login, for example on some laptop systems where there is
+ no physical volume dial.

** Tags removed: bitesize

-- 
Login sound can not be disabled before login
https://bugs.launchpad.net/bugs/322192
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in ubuntu.

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


[Bug 322933] Re: krunner: symbol lookup error

2009-01-29 Thread Terence Simpson
*** This bug is a duplicate of bug 322209 ***
https://bugs.launchpad.net/bugs/322209

** This bug has been marked a duplicate of bug 322209
   Kmail /akonadi not working - kmail: symbol lookup error:

-- 
krunner: symbol lookup error
https://bugs.launchpad.net/bugs/322933
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


[Bug 322846] Re: Kubuntu 9.04 alpha3 | Kopete 0.70

2009-01-29 Thread Terence Simpson
*** This bug is a duplicate of bug 322209 ***
https://bugs.launchpad.net/bugs/322209

** This bug has been marked a duplicate of bug 322209
   Kmail /akonadi not working - kmail: symbol lookup error:

-- 
Kubuntu 9.04 alpha3 | Kopete 0.70 
https://bugs.launchpad.net/bugs/322846
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kopete in ubuntu.

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


[Bug 322267] Re: kopete no starts in Jaunty

2009-01-29 Thread Terence Simpson
*** This bug is a duplicate of bug 322209 ***
https://bugs.launchpad.net/bugs/322209

** This bug has been marked a duplicate of bug 322209
   Kmail /akonadi not working - kmail: symbol lookup error:

-- 
kopete no starts in Jaunty
https://bugs.launchpad.net/bugs/322267
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kopete in ubuntu.

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


[Bug 323074] Re: KPatience crash when executing

2009-01-30 Thread Terence Simpson
Thanks for reporting this issue, unfortunately the crash report you
generated has not debugging symbols and so can not be used. Please try
installing the kdegames-dbg package and try to reproduce the crash. As
well as the crash log, can you also post the output of running kpat from
the command line.

** Changed in: kdegames (Ubuntu)
   Status: New => Incomplete

-- 
KPatience crash when executing
https://bugs.launchpad.net/bugs/323074
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdegames in ubuntu.

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


[Bug 323071] Re: KGoldRunner crash on exit

2009-01-30 Thread Terence Simpson
Thanks for reporting this issue, unfortunately the crash report you
generated has not debugging symbols and so can not be used. Please try
installing the kdegames-dbg package and try to reproduce the crash. As
well as the crash log, can you also post the output of running
kgoldrunner from the command line.

** Changed in: kdegames (Ubuntu)
   Status: New => Incomplete

-- 
KGoldRunner crash on exit
https://bugs.launchpad.net/bugs/323071
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 389441] Re: QT Browser Plugins make the browser unresponsive

2009-06-19 Thread Terence Simpson
I can not confirm this, when I compile the plugin and copy it to 
/usr/lib/mozilla/plugins/ the example page works as expected.
Are you running the plugin on the same system that compiled it?
If not, does the system have the Qt libraries installed (libqt4-gui)?
Is there any output from the command line when you run firefox from there?

** Attachment added: "Qt trivial plugin working in firefox"
   http://launchpadlibrarian.net/28113313/qtplugin1.jpg

** Changed in: qt4-x11 (Ubuntu)
   Status: New => Incomplete

-- 
QT Browser Plugins make the browser unresponsive 
https://bugs.launchpad.net/bugs/389441
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 390200] Re: sumbol lookup error when launching okular

2009-06-21 Thread Terence Simpson
This is most likely due to you having another third-party install of the
Qt4 libraries installed. Can you post the output of the following
console commands:

which okular

ldd $(which okular)


** Changed in: kdegraphics (Ubuntu)
   Status: New => Incomplete

-- 
sumbol lookup error when launching okular
https://bugs.launchpad.net/bugs/390200
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 340252] Re: qt4 libraries do not work due to unknown symbol

2009-06-21 Thread Terence Simpson
As this is not a problem with our Qt, but a third-party install, I'm marking 
this as invalid.
The only "fix" for this is to remove the third-party software (along with the 
copy of Qt it installed). Or to manually remove the Qt libraries the software 
installed.

** Changed in: qt4-x11 (Ubuntu)
   Status: New => Invalid

-- 
qt4 libraries do not work due to unknown symbol
https://bugs.launchpad.net/bugs/340252
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 376372] Re: beidgui prevent other Qt4 applications (skype, virtualbox) to run, even after uninstallation

2009-06-21 Thread Terence Simpson
Skype uses its own version of the Qt libs, so that's causing that problems. See 
bug #340252 for more.
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/340252

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

-- 
beidgui prevent other Qt4 applications (skype, virtualbox) to run, even after 
uninstallation
https://bugs.launchpad.net/bugs/376372
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 383648] Re: libqt4-dev missing files

2009-06-04 Thread Terence Simpson
assistant, linguist and several other Qt4 development tools are located in the 
qt4-dev-tools package. And we do indeed patch the Qt4 source when building.
I'm not clear on exactly what the issue you are describing here, can you be 
more specific?
Also please provide the following information:
K/Ubuntu version you are running and the output of the following command: 
apt-cache policy libqt4-dev

** Changed in: qt4-x11 (Ubuntu)
   Status: New => Incomplete

-- 
libqt4-dev missing files
https://bugs.launchpad.net/bugs/383648
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 301031] Re: konversation forgets its window size after clicking on tray icon

2009-06-04 Thread Terence Simpson
Does this issue still exist for you in konversation 1.2 alpha2?

** Changed in: konversation (Ubuntu)
   Status: New => Incomplete

-- 
konversation forgets its window size after clicking on tray icon
https://bugs.launchpad.net/bugs/301031
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 301031] Re: konversation forgets its window size after clicking on tray icon

2009-06-04 Thread Terence Simpson
I can not confirm this. When I change the window size, hide the window
and show it again (via the system tray icon), the size is what I changed
it to. Using KDE 4.2.4

-- 
konversation forgets its window size after clicking on tray icon
https://bugs.launchpad.net/bugs/301031
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 392297] Re: can't log into playstation blog

2009-06-25 Thread Terence Simpson
I'm assuming you're refering to the Konqueror browser

** Package changed: kde4libs (Ubuntu) => kdebase (Ubuntu)

** Description changed:

- Binary package hint: kde4libs
+ Binary package hint: konqueror
  
  in KDE 4.3 beta 2, I can't log into the playstation blog via this url:
  
https://secureus.playstation.com/PSN/SignIn/Blog.aspx?url=http://blog.us.playstation.com/wp-login.php?redirect_to=http://blog.us.playstation.com/2009/06/25/introducing-hustle-kings-for-psn/&back=http://blog.us.playstation.com/2009/06/25/introducing-hustle-kings-for-psn/
  
  clicking the "I have PSN account and I want to login now" button image
  does nothing. this works fine in Firefox 3.0.11 and 3.5, Opera 10, and
  Chrome.
  
  ProblemType: Bug
  Architecture: amd64
  Date: Thu Jun 25 13:24:38 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/kdeinit4
  Package: kdelibs-bin 4:4.2.90-0ubuntu3
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.30-9.10-generic
  SourcePackage: kde4libs
  Uname: Linux 2.6.30-9-generic x86_64

-- 
can't log into playstation blog
https://bugs.launchpad.net/bugs/392297
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 392819] Re: Plasma desktop folder to dolphin improper drag&drop actions

2009-06-27 Thread Terence Simpson
** Description changed:

- Binary package hint: dolphin-kde4
+ Binary package hint: dolphin
  
  To reproduce this:
  Add Desktop Folder widget to your Desktop open any dolphin window, and open 
panel "Places" (F9). Now try to drag any element from desktop folder to Trash 
or any folder on dolphin Places panel. If you release mouse button it start 
draging current folder in Places panel  instead of dropping there element from 
Desktop
  
  Affected versions:
  Dolphin 1.2.1
  KDE 4.2.4

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

-- 
Plasma desktop folder to dolphin improper drag&drop actions
https://bugs.launchpad.net/bugs/392819
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 202986] Re: Many KDE4 applications (such as Kwrite and Kate) does not show the "select IM" menu on right click, thus can't select and use scim

2009-06-27 Thread Terence Simpson
** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

-- 
Many KDE4 applications (such as Kwrite and Kate) does not show the "select IM" 
menu on right click, thus can't select and use scim
https://bugs.launchpad.net/bugs/202986
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 274459] Re: Copy & paste from Konqueror to thunderbird does not work at all

2009-06-27 Thread Terence Simpson
Does this still happen in KDE 4.2 or 4.3?

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

** Changed in: kdebase (Ubuntu)
   Status: Confirmed => Incomplete

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

** Description changed:

- Binary package hint: konqueror-kde4
+ Binary package hint: konqueror
  
  Description:  Ubuntu 8.04.1
  Release:  8.04
  konqueror-kde4:
Installed: 4:4.0.3-0ubuntu2
Candidate: 4:4.0.3-0ubuntu2
Version table:
   *** 4:4.0.3-0ubuntu2 0
  500 http://de.archive.ubuntu.com hardy/universe Packages
  100 /var/lib/dpkg/status
  
  Usually all my Copy&Paste works, But I found out that copying from
  Konqueror and pasting into Thunderbird does NOT work. Pasting into GNOME
  DOES work, as well as into Firefox. But in konqueror: no go - with any
  mechanism (menu, middle click or Ctrl-C/Ctrl-V)

-- 
Copy & paste from Konqueror to thunderbird does not work at all
https://bugs.launchpad.net/bugs/274459
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 293893] Re: Konqueror will not delete profiles

2009-06-27 Thread Terence Simpson
Appears to be fixed in 4.2

** Changed in: kdebase-kde4 (Ubuntu)
   Status: New => Invalid

-- 
Konqueror will not delete profiles
https://bugs.launchpad.net/bugs/293893
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 287480] Re: example content link not known in dolphin

2009-06-27 Thread Terence Simpson
There is no longer an example content link

** Changed in: kdebase-kde4 (Ubuntu)
   Status: New => Invalid

-- 
example content link not known in dolphin
https://bugs.launchpad.net/bugs/287480
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 275926] Re: nspluginviewer crashes when attempting to play wav url (konqueror and kontact/akreator)

2009-06-27 Thread Terence Simpson
Does this still happen in KDE 4.2 or 4.3?

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

** Changed in: kdebase (Ubuntu)
   Status: New => Incomplete

-- 
nspluginviewer crashes when attempting to play wav url (konqueror and 
kontact/akreator)
https://bugs.launchpad.net/bugs/275926
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


[Bug 277456] Re: external USB HD is not mounted on plugin anymore

2009-06-27 Thread Terence Simpson
** Changed in: kdebase-kde4 (Ubuntu)
   Status: New => Invalid

-- 
external USB HD is not mounted on plugin anymore
https://bugs.launchpad.net/bugs/277456
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 295413] Re: "You have multiple tabs open.." dialog hidden when closing minimized Konqueror 4.1.2

2009-06-27 Thread Terence Simpson
What you describe is expected behaviour from kwin, so I'll move this to
kdebase-workspace (the source for kwin)

** Package changed: kdebase-kde4 (Ubuntu) => kdebase-workspace (Ubuntu)

** Tags removed: kde4 konqueror kubuntu

** Description changed:

- Binary package hint: konqueror-kde4
+ Binary package hint: kwin
  
  Using Konqueror 4.1.2 in 8.10 Kubuntu.
  
  Steps to reproduce:
  1) Open Multiple tabs in Konqueror.
  2) Minimize Konqueror
  3) Right click and select "Close" konqueror from taskbar.
  4) Taskbar will blink and "You have multiple tabs open.." dialog will also be 
minimized.

-- 
"You have multiple tabs open.." dialog hidden when closing minimized Konqueror 
4.1.2
https://bugs.launchpad.net/bugs/295413
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 295410] Re: Text Displayed poorly in KDE4 Konqueror 4.1.2

2009-06-27 Thread Terence Simpson
** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

-- 
Text Displayed poorly in KDE4 Konqueror 4.1.2
https://bugs.launchpad.net/bugs/295410
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 311309] Re: Konqueror/Dolphin "Expandable Folders" feature not persistent

2009-06-27 Thread Terence Simpson
Seems fixed in 4.2

** Changed in: kdebase-kde4 (Ubuntu)
   Status: New => Invalid

-- 
Konqueror/Dolphin "Expandable Folders" feature not persistent
https://bugs.launchpad.net/bugs/311309
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 305201] Re: KDE 4 Mouse Theme is reset to Oxygen on reboot

2009-06-27 Thread Terence Simpson
Does this still happen in KDE 4.2 or 4.3?

** Package changed: kdebase-kde4 (Ubuntu) => kde4libs (Ubuntu)

-- 
KDE 4 Mouse Theme is reset to Oxygen on reboot
https://bugs.launchpad.net/bugs/305201
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 321636] Re: kioslave crashes when logging into my issue tracker

2009-06-27 Thread Terence Simpson
Fixed

** Changed in: kdebase-kde4 (Ubuntu)
   Status: New => Invalid

-- 
kioslave crashes when logging into my issue tracker
https://bugs.launchpad.net/bugs/321636
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 316457] Re: kde interfaces mix languages

2009-06-27 Thread Terence Simpson
Waiting for user feedback.

** Package changed: kdebase-kde4 (Ubuntu) => kde4libs (Ubuntu)

** Changed in: kde4libs (Ubuntu)
   Status: New => Incomplete

-- 
kde interfaces mix languages
https://bugs.launchpad.net/bugs/316457
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 311678] Re: Kubuntu 8.10, KDE 4.1 unable to set a separate slide show for each window in desktop settings

2009-06-27 Thread Terence Simpson
** Package changed: kdebase-kde4 (Ubuntu) => kdebase-workspace (Ubuntu)

-- 
Kubuntu 8.10, KDE 4.1 unable to set a separate slide show for each window in 
desktop settings
https://bugs.launchpad.net/bugs/311678
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 315490] Re: Ubuntu 8.10 with KDE 4.1 always open a "QT subaplication" in the task bar

2009-06-27 Thread Terence Simpson
Does this still happen in latest KDE 4.2 or 4.3?

** Package changed: kdebase-kde4 (Ubuntu) => kdebase-workspace (Ubuntu)

** Changed in: kdebase-workspace (Ubuntu)
   Status: New => Incomplete

-- 
Ubuntu 8.10 with KDE 4.1 always open a "QT subaplication" in the task bar
https://bugs.launchpad.net/bugs/315490
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 324398] Re: Using web difficult with dark KDE theme

2009-06-27 Thread Terence Simpson
** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

** Description changed:

- Binary package hint: konqueror-kde4
+ Binary package hint: konqueror
  
  I say "difficult" to be nice, but I consider this totally and utterly
  broken. I use one of the KDE 4 dark themes (Zion (Reversed)), and a very
  large portion of the Internet's web pages are more or less broken.
  
  To reproduce, change to the theme mentioned (or Obsidian), and try to
  edit some of the fields in this bug report. This particular field is ok,
  but I can't see (without marking) what I wrote in summary and the chosen
  application field. In addition, I have no idea which radio buttons are
  checked (and on some pages which check boxes are checked).
  
  Originally this only applied to Konqueror, such that I could switch to
  Firefox for my banking needs (I don't dare typing wrong there!), but
  recently Firefox decided to pick up the KDE theme too, and now internet
  is as broken there.
  
  I am aware that the issue sorta is with the web pages out there, having
  authors to unimaginative to think that anyone could have dark themes,
  and thus account for that, but when such a large portion of the web is
  "broken", then _I_ think that it is the browser(s) that is broken.
  
  At the _very least_ there needs to be an option such that I can choose
  not to use desktop theme on the web pages I visit. Even those that are
  readable/usable, usually are ugly with a theme they didn't expect. Some
  say it should be possible to create a css for this, but one can't expect
  users to do that! Also, according to the KDE bug report that I'll
  register with this report afterwards, it is mentioned that some form
  elements may still be overridden, making a css useless.
  
  I was overjoyed by the thourough implementation of dark themes in KDE 4,
  and extremely saddened by the browsers doing the same. It is a major
  annoyment that I encounter at least once every hour of the work day.

-- 
Using web difficult with dark KDE theme
https://bugs.launchpad.net/bugs/324398
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 321659] Re: kubuntu jaunty: missing icons on the desktop

2009-06-27 Thread Terence Simpson
Does this still happen in KDE 4.2 or 4.3?

** Package changed: kdebase-kde4 (Ubuntu) => kdebase-workspace (Ubuntu)

** Changed in: kdebase-workspace (Ubuntu)
   Status: New => Incomplete

-- 
kubuntu jaunty: missing icons on the desktop
https://bugs.launchpad.net/bugs/321659
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 331205] Re: Attaching file in Ubuntuforums undefined

2009-06-27 Thread Terence Simpson
** Description changed:

+ binary-package-hint: konqueror
+ 
  Using Jaunty Kubuntu kernel 2.6.28-8-generic #23-Ubuntu SMP Wed Feb 18 
04:22:10 UTC 2009 x86_64 GNU/Linux, Konqueror version 4.2.0.0. 
  If I attach a png (screenshot) file to an Ubuntuforums post, the downloaded 
file in the Managed window shows up correctly, yet in the main window, under 
Additional Options, it is shown as undefined.
  Please see attached screenshot.

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

-- 
Attaching file in Ubuntuforums undefined
https://bugs.launchpad.net/bugs/331205
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 324610] Re: Konsole Prompts for Selection of Solitary Profile

2009-06-27 Thread Terence Simpson
Which "Konsole icon" do you mean? From the application launcher?

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

** Changed in: kdebase (Ubuntu)
   Status: New => Incomplete

-- 
Konsole Prompts for Selection of Solitary Profile
https://bugs.launchpad.net/bugs/324610
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 340106] Re: Dolphin & Konqueror do not support browsing workgroups with spaces in their name

2009-06-27 Thread Terence Simpson
** Description changed:

- Binary package hint: dolphin-kde4
+ Binary package hint: dolphin
  
  Dolphin & Konqueror do not support workgroups or domains with spaces in
  their name.
  
  I think this is a bug (as Windows can manage them), even if it's a bad
  practice to put spaces in workgroups names.
  
  Sometimes you can't choose to change the workgroup name, as in my case,
  because someone in my job decided it long time before, and no one is
  willing to change every machine's Workgroup just for my Ubuntu Box :P

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

-- 
Dolphin & Konqueror do not support browsing workgroups with spaces in their name
https://bugs.launchpad.net/bugs/340106
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 339980] Re: When Open Dolphin File manager write Error

2009-06-27 Thread Terence Simpson
Does not affect this package

** Tags removed: dolphin kdialog

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

-- 
When Open Dolphin File manager write Error
https://bugs.launchpad.net/bugs/339980
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 339980] Re: When Open Dolphin File manager write Error

2009-06-27 Thread Terence Simpson
Sorry, but it's impossible to decipher the text in this report, so it's
being marked as invalid

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

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

-- 
When Open Dolphin File manager write Error
https://bugs.launchpad.net/bugs/339980
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 365032] Re: konqueror hangs for aprrox 30sec every now and then

2009-06-27 Thread Terence Simpson
Does this still happen in the latest KDE 4.2 or 4.3?

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

** Changed in: kdebase (Ubuntu)
   Status: New => Incomplete

-- 
konqueror hangs for aprrox 30sec every now and then
https://bugs.launchpad.net/bugs/365032
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 363624] Re: Dolphin does not correctly display special characters in messages

2009-06-27 Thread Terence Simpson
** Description changed:

- Binary package hint: dolphin-kde4
+ Binary package hint: dolphin
  
  When I click on the floppy drive icon in Dolphin (KDE 4.2.2) with no floppy 
inserted in the drive, I get an error message at the bottom of the Dolphin 
window saying that the drive could not be mounted. It then quotes the mount 
error message:
  "mount: /dev/fd0 ist kein gültiges blockorientiertes Gerät"
  and the two umlauts in that message are not shown properly (see attachment).

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

-- 
Dolphin does not correctly display special characters in messages
https://bugs.launchpad.net/bugs/363624
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 361150] Re: Kubuntu 9.04 beta Konquerer google search does not work

2009-06-27 Thread Terence Simpson
Does this still happen in KDE 4.2 or 4.3?

** Description changed:

- Binary package hint: kdebase-kde4
+ Binary package hint: konqueror
  
  I installed the 9.04 beta on top of a 8.10 installation. After the
  installation in Konqueror's task bar the search applet does not work for
  google. It states: "Protocol not supported"

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

** Changed in: kdebase (Ubuntu)
   Status: New => Incomplete

-- 
Kubuntu 9.04 beta Konquerer google search does not work
https://bugs.launchpad.net/bugs/361150
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 369629] Re: favicons not working in konqueror

2009-06-27 Thread Terence Simpson
** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

-- 
favicons not working in konqueror
https://bugs.launchpad.net/bugs/369629
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 382162] Re: konsole text selection not working w/ mouse-aware application

2009-06-27 Thread Terence Simpson
** Description changed:

- Binary package hint: konsole-kde4
+ Binary package hint: konsole
  
  When using a mouse-aware text application (e.g. midnight commander) in
  the KDE4 version of konsole, it is not possible to mark a text selection
  by holding mouse-1 and dragging.  Under the KDE3 version of konsole,
  this required that the shift key be held but that does not help in the
  new konsole. It simply will not work under any circumstances.
  
  There is at least one other report of this in the forums, for what it's
  worth.
  
  Package version: 4:4.2.2-0ubuntu4
  Release: Jaunty

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

-- 
konsole text selection not working w/ mouse-aware application
https://bugs.launchpad.net/bugs/382162
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


[Bug 270989] Re: cannot configure file association for text / html / Embedding

2009-06-27 Thread Terence Simpson
Does this still happen in KDE 4.2 or 4.3?

** Package changed: kdebase-kde4 (Ubuntu) => kdebase (Ubuntu)

** Changed in: kdebase (Ubuntu)
   Status: New => Incomplete

** Description changed:

- Binary package hint: kdebase-kde4
+ Binary package hint: konqueror
  
  I'm using the "http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy 
main" version of kde 4.1
  When I go on a web page with konqueror (kde 4) it display the html code using 
"Embedded Advanced Text Editor" (katepart). I must click on "View > View Mode > 
Khtml" to get the rendering of the page.
  But if I go to the file association settings to modify the default Kpart it 
doesn't work :
  I go to "Configure file associations" in the "System Settings" or in 
konqueror in "Settings > configure konqueror".
  And then in the "text > html" section. In the "Embedding" settings I move up 
"KHTML (khtml)" in the "Services Preference Order".
  When I push the button "Apply" a pop-up window with a progression bar 
("Updating system configuration")  appears. And when it disappears the 
"Services Preference Order" list is back to the precedent order (with katepart 
first).
  
  It makes it really painfull to use konqueror as a webbrowser...

-- 
cannot configure file association for text / html / Embedding
https://bugs.launchpad.net/bugs/270989
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 275926] Re: nspluginviewer crashes when attempting to play wav url (konqueror and kontact/akreator)

2009-06-27 Thread Terence Simpson
Thanks for the feedback

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

-- 
nspluginviewer crashes when attempting to play wav url (konqueror and 
kontact/akreator)
https://bugs.launchpad.net/bugs/275926
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


[Bug 378502] Re: Firefox: Ctrl-W doesn't close window or tab

2009-05-28 Thread Terence Simpson
** Package changed: kdebase (Ubuntu) => kdebase-workspace (Ubuntu)

-- 
Firefox: Ctrl-W doesn't close window or tab
https://bugs.launchpad.net/bugs/378502
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 380834] Re: man pages missing in libstdc++6-4.3-doc

2009-05-28 Thread Terence Simpson
** Changed in: gcc-4.3 (Ubuntu)
   Status: New => Confirmed

-- 
man pages missing in libstdc++6-4.3-doc
https://bugs.launchpad.net/bugs/380834
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 379150] Re: gdebi-kde must to have more priority for .deb files than kpackagekit.

2009-05-21 Thread Terence Simpson
The InitialPreference value is actually set the the gdebi-kde and
kpackagekit .desktop files

** Package changed: kubuntu-default-settings (Ubuntu) => kpackagekit
(Ubuntu)

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

-- 
gdebi-kde must to have more priority for .deb files than kpackagekit.
https://bugs.launchpad.net/bugs/379150
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kpackagekit in ubuntu.

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


[Bug 377535] Re: [Jaunty] kpackagekit doesn't show up changelogs

2009-05-22 Thread Terence Simpson
What application are you using in Gnome? I used KPackageKit and the
PackageKit command-line client "pkcon", neither were able to fetch the
changelog.

-- 
[Jaunty] kpackagekit doesn't show up changelogs
https://bugs.launchpad.net/bugs/377535
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 379928] Re: kpackagekit cannot display changelogs

2009-05-24 Thread Terence Simpson
*** This bug is a duplicate of bug 377535 ***
https://bugs.launchpad.net/bugs/377535

** This bug has been marked a duplicate of bug 377535
   [Jaunty] kpackagekit doesn't show up changelogs

-- 
kpackagekit cannot display changelogs
https://bugs.launchpad.net/bugs/379928
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 380184] Re: Kubuntu Adept Installer Error (KDE 4.3 Beta 1)

2009-05-25 Thread Terence Simpson
This is not an issue with adept, but the KDE4 packages

** Package changed: adept (Ubuntu) => kdebase-runtime (Ubuntu)

** Summary changed:

- Kubuntu Adept Installer Error (KDE 4.3 Beta 1)
+ kde-icons-oxygen trying to overwrite 
'/usr/share/icons/oxygen/16x16/status/meeting-organizer.png', which is also in 
libkdepim4

** Description changed:

- Binary package hint: adept-installer
+ Binary package hint: kde-icons-oxygen
  
- When I want upgrade with Adept Installer give a this bug
+ While upgrading to KDE 4.3 beta 1 this error is produced:
  
- 
/var/cache/apt/archives/kde-icons-oxygen_4-0x1.f8d5c0928a29p-34.2.85-0ubuntu2~jaunty1~ppa2_all.deb
- (Reading database ... 94326 files and directories currently installed.)
- Preparing to replace e2fsprogs 1.41.4-1ubuntu1 (using
- .../e2fsprogs_1.41.4-1ubuntu1_i386.deb) ... Unpacking replacement e2fsprogs 
...
- Processing triggers for man-db ... Setting up e2fsprogs (1.41.4-1ubuntu1) ...
- (Reading database ... 94326 files and directories currently installed.)
- Preparing to replace initscripts 2.86.ds1-61ubuntu11 (using
- .../initscripts_2.86.ds1-61ubuntu11_i386.deb) ... Unpacking replacement
- initscripts ... Preparing to replace kde-icons-oxygen
- 4:4.2.3-0ubuntu1~jaunty1~ppa1 (using
- .../kde-icons-oxygen_4-0x1.f8bf8p-34.2.85-0ubuntu2~jaunty1~ppa2_all.deb) ...
- Unpacking replacement kde-icons-oxygen ...
- 
- libe...@liberty-laptop:~$ sudo apt-get upgrade
- Reading package lists... Bitti
- Building dependency tree
- Durum bilgisi okunuyor... Bitti
- Aşağıdaki paketler yükseltilecek:
-   kde-icons-oxygen
- 1 yükseltildi, 0 yeni kuruldu, 0 kaldırılacak ve 0 yükseltilmeyecek.
- İndirilmesi gereken dosya boyutu 0B/19,0MB
- Bu işlemden sonra, 5878kB kadar ek disk alanı kullanılacak.
- Devam etmek istiyor musunuz [E/h]? e
- (Reading database ... 94326 files and directories currently installed.)
  Preparing to replace kde-icons-oxygen 4:4.2.3-0ubuntu1~jaunty1~ppa1 (using
  .../kde-icons-oxygen_4%3a4.2.85-0ubuntu2~jaunty1~ppa2_all.deb) ...
  Unpacking replacement kde-icons-oxygen ...
  dpkg: error processing
  
/var/cache/apt/archives/kde-icons-oxygen_4%3a4.2.85-0ubuntu2~jaunty1~ppa2_all.deb
  (--unpack):
   trying to overwrite
  `/usr/share/icons/oxygen/16x16/status/meeting-organizer.png', which is also in
  package libkdepim4
  dpkg-deb: paste alt işlemi (Broken pipe) sinyali tarafından durduruldu
  Errors were encountered while processing:
  
  
/var/cache/apt/archives/kde-icons-oxygen_4%3a4.2.85-0ubuntu2~jaunty1~ppa2_all.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
- 
- and
- 
- 
/var/cache/apt/archives/kde-icons-oxygen_4-0x1.00b9c0822a29p-34.2.85-0ubuntu2~jaunty1~ppa2_all.deb
- (Reading database ... 94326 files and directories currently installed.)
- Preparing to replace kde-icons-oxygen 4:4.2.3-0ubuntu1~jaunty1~ppa1 (using
- .../kde-icons-oxygen_4-0x1.00a38p-34.2.85-0ubuntu2~jaunty1~ppa2_all.deb) ...
- Unpacking replacement kde-icons-oxygen ...

-- 
kde-icons-oxygen trying to overwrite 
'/usr/share/icons/oxygen/16x16/status/meeting-organizer.png', which is also in 
libkdepim4
https://bugs.launchpad.net/bugs/380184
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 379521] Re: [karmic] Tray icons using the new KDE tray icon system are displayed smaller than they should be, causing them to be fuzzy

2009-07-01 Thread Terence Simpson
*** This bug is a duplicate of bug 386793 ***
https://bugs.launchpad.net/bugs/386793

** This bug has been marked a duplicate of bug 386793
   When using the trayicons of GTK-applications on KDE, the icon background is 
corrupted if any popup menu/box is drawn.

-- 
[karmic] Tray icons using the new KDE tray icon system are displayed smaller 
than they should be, causing them to be fuzzy
https://bugs.launchpad.net/bugs/379521
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 394548] Re: Typo in kpilot

2009-07-01 Thread Terence Simpson
** Summary changed:

- Typo in kdepim
+ Typo in kpilot

** Description changed:

- Binary package hint: kdepim
+ Binary package hint: kpilot
  
- Hi, there!
- 
- I guess I have found another typo on kdepim while localizing it into pt_BR.
- It's located on rc.cpp at line 1203. The wrong word is located at the last 
line of the string
- 
- curently → currently
- 
- Original string:
- Copy text 
- 
- Select in this list how conflicting entries (entries which were edited 
both on your handheld and on the PC) are resolved. Possibly values are:
- 
- "Ask User" to let you decide case by case
- "Do Nothing" to allow the entries to be different "PC 
overrides"
- "Handheld overrides"
- "Use values from last sync"
- "Use both entries" to create a new entry on both the PC and handheld.
- 
- Note I: that the conflict resolution option selected here can be 
overridden by conduits that have their own conflict resolution 
configuration.
- Note II: The last two options are curently not supported by any 
conduit and might be removed in the future.
+ I have found some typos in kpilot.
+ 1) kpilot/kpilot/config_page_backup.ui:73: curently -> currently
+ 2) kpilot/conduits/keyringconduit/keyringwidget.ui:49: dabase -> database

** Tags removed: i18n l10n

-- 
Typo in kpilot
https://bugs.launchpad.net/bugs/394548
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 394611] Re: konqueror location toolbar shrinks when a new window is opened.

2009-07-02 Thread Terence Simpson
** Tags removed: konqueror location shrink toolbar width

-- 
konqueror location toolbar shrinks when a new window is opened.
https://bugs.launchpad.net/bugs/394611
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 379521] Re: [karmic] Tray icons using the new KDE tray icon system are displayed smaller than they should be, causing them to be fuzzy

2009-07-02 Thread Terence Simpson
Sorry, must have been a caffeine deficiency

** This bug is no longer a duplicate of bug 386793
   When using the trayicons of GTK-applications on KDE, the icon background is 
corrupted if any popup menu/box is drawn.

-- 
[karmic] Tray icons using the new KDE tray icon system are displayed smaller 
than they should be, causing them to be fuzzy
https://bugs.launchpad.net/bugs/379521
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 395451] Re: More details in screenshot

2009-07-04 Thread Terence Simpson
** Also affects: splashy (Ubuntu)
   Importance: Undecided
   Status: New

-- 
More details in screenshot
https://bugs.launchpad.net/bugs/395451
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 396179] Re: plasma-widget-network-manager regression with connectiong to wpa connections

2009-07-06 Thread Terence Simpson
*** This bug is a duplicate of bug 396180 ***
https://bugs.launchpad.net/bugs/396180

** This bug has been marked a duplicate of bug 396180
   plasma-widget-network-manager regression with connectiong to wpa connections

-- 
plasma-widget-network-manager regression with connectiong to wpa connections
https://bugs.launchpad.net/bugs/396179
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 257220] Re: Qtparted launch error

2009-02-25 Thread Terence Simpson
Verifying launching qtparted from the menu works for me with
0.4.5-4ubuntu1.1

-- 
Qtparted launch error
https://bugs.launchpad.net/bugs/257220
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 367635] [NEW] debian installer for real Player crashed

2009-04-26 Thread Terence Reilly
Public bug reported:

Binary package hint: postfix

exim 4- config 4.69-subuntu2 failed to install

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess pre-installation script returned error exit status 1
Package: postfix None [modified: /var/lib/dpkg/info/postfix.list]
SourcePackage: postfix
Title: package postfix None [modified: /var/lib/dpkg/info/postfix.list] failed 
to install/upgrade: subprocess pre-installation script returned error exit 
status 1
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-package

-- 
debian installer for real Player crashed
https://bugs.launchpad.net/bugs/367635
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 367635] Re: debian installer for real Player crashed

2009-04-26 Thread Terence Reilly

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

-- 
debian installer for real Player crashed
https://bugs.launchpad.net/bugs/367635
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 372607] Re: kpackagekit don't upgrade kernelfiles

2009-05-06 Thread Terence Simpson
This is not due to KPackageKit, it's blocked because of the following:
$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED
  linux-generic
The following NEW packages will be installed
  linux-headers-2.6.28-12 linux-headers-2.6.28-12-generic 
linux-image-2.6.28-12-generic
The following packages have been kept back:
  linux-restricted-modules-generic
The following packages will be upgraded:
  linux-headers-generic linux-image-generic
2 upgraded, 3 newly installed, 1 to remove and 1 not upgraded.
Need to get 34.0MB of archives.
After this operation, 170MB of additional disk space will be used.
Do you want to continue [Y/n]?

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

-- 
kpackagekit don't upgrade kernelfiles
https://bugs.launchpad.net/bugs/372607
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kpackagekit in ubuntu.

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


[Bug 368331] Re: kubuntu-desktop-kde3 states unmet dependencies, even after sudo apt-get -f install

2009-04-28 Thread Terence Simpson
The KDE3 remix for Jaunty is not supported here.
I suggest you ask in the mailing list for support 
http://apt.pearsoncomputing.net/mailinglist.html

** Changed in: kubuntu-meta (Ubuntu)
   Status: New => Invalid

-- 
kubuntu-desktop-kde3 states unmet dependencies, even after sudo apt-get -f 
install 
https://bugs.launchpad.net/bugs/368331
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


  1   2   3   4   5   6   7   >