[Bug 1871685] Re: [SRU] vagrant spits out ruby deprecation warnings on every call

2020-07-15 Thread Lothar Braun
I have installed 2.2.6+dfsg-2ubuntu3 from proposed. The update fixes all
warnings that I had encountered previously  .

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  [SRU] vagrant spits out ruby deprecation warnings on every call

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

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

[Bug 1879925] Re: brz crashed with AttributeError in create(): 'NoneType' object has no attribute 'initialize_on_transport'

2020-05-31 Thread Lothar Braun
*** This bug is a duplicate of bug 1860082 ***
https://bugs.launchpad.net/bugs/1860082

I understand that this is a duplicate of  private bug. Is it possible to
make #1860082 public so that the discussion on this can be seen? I'm
running into the same problem and I'd like to follow the discussion and
potentially help with this issue.

** Also affects: focal (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/1879925

Title:
  brz crashed with AttributeError in create(): 'NoneType' object has no
  attribute 'initialize_on_transport'

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

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

[Bug 1871685] Re: [SRU] vagrant spits out ruby deprecation warnings on every call

2020-05-07 Thread Lothar Braun
The package does appear in focal-proposed. Did you enable universe for
focal-propsed?

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

Title:
  [SRU] vagrant spits out ruby deprecation warnings on every call

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

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

[Bug 1873506] Re: ubuntu/focal64 fails to mount Vagrant shared folders

2020-05-07 Thread Lothar Braun
I performed a test with 5.4.0-30-generic on focal. The update in
proposed fixes the problem for me as it provides the necessary kernel
modules. I have not seen any problems with the  new kernel version.

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

Title:
  ubuntu/focal64 fails to mount Vagrant shared folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1873506/+subscriptions

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

[Bug 1871685] Re: [SRU] vagrant spits out ruby deprecation warnings on every call

2020-05-06 Thread Lothar Braun
I have installed the update from focal-proposed. The update fixes most
warnings, but I found at least two warnings that are still present in
the output:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ubuntu/focal64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'ubuntu/focal64' version '20200505.0.0' is up to 
date...
==> default: Setting the name of the VM: vagrant_sys
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
/usr/share/rubygems-integration/all/gems/vagrant-2.2.6/plugins/providers/virtualbox/action/forward_ports.rb:50:
 warning: Using the last argument as keyword parameters is deprecated; maybe ** 
should be added to the call
/usr/share/rubygems-integration/all/gems/i18n-1.8.2/lib/i18n.rb:195: warning: 
The called method `t' is defined here
default: 22 (guest) =>  (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...

...
==> default: Mounting shared folders...
default: /vagrant => /data/vagrant
/usr/share/rubygems-integration/all/gems/vagrant-2.2.6/bin/vagrant:200: 
warning: Using the last argument as keyword parameters is deprecated; maybe ** 
should be added to the call
(eval):1: warning: The called method `error' is defined here

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

Title:
  [SRU] vagrant spits out ruby deprecation warnings on every call

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

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

[Bug 1864901] Re: [snap] suggestion: alert users when the snap has been refreshed while running

2020-04-25 Thread Lothar Braun
Olivier, I wasn't able to test your patch. But I like your approach
better than mine.

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

Title:
  [snap] suggestion: alert users when the snap has been refreshed while
  running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1864901/+subscriptions

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

[Bug 1864901] Re: [snap] suggestion: alert users when the snap has been refreshed while running

2020-04-23 Thread Lothar Braun
While it's not a beautiful solution, the attached patch does terminate
the lingering process for me.

The sleep started by the symlink check is not killed, but will terminate
after 60 seconds.

** Patch added: "1864901_termination_check_current_symlink.patch"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1864901/+attachment/5358672/+files/1864901_termination_check_current_symlink.patch

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

Title:
  [snap] suggestion: alert users when the snap has been refreshed while
  running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1864901/+subscriptions

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

[Bug 1874411] [NEW] chromium.launcher script does not terminate on Chromium exit

2020-04-23 Thread Lothar Braun
Public bug reported:

The chromium.launcher process stays alive after the browser and its
processes terminated

This affects the following transitional package version (that points to
a snap):

$ apt-cache policy chromium-browser
chromium-browser:
  Installed: 80.0.3987.163-0ubuntu1
  Candidate: 80.0.3987.163-0ubuntu1
  Version table:
 *** 80.0.3987.163-0ubuntu1 500
500 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status

$ lsb_release -rd
Description:Ubuntu 20.04 LTS
Release:20.04


Steps to reproduce:

1.) Ensure chromium is not running:

   $ ps aux | grep chromium | grep -v grep
   $

2.) Start chromium browser using the launcher
3.) Verify running processes:

$ ps aux | grep chromium | grep -v grep | awk '{print $11,$12}'
/snap/chromium/1105/usr/lib/chromium-browser/chrome--no-default-browser-check
/bin/sh/snap/chromium/1105/bin/chromium.launcher
/snap/chromium/1105/usr/lib/chromium-browser/chrome --type=zygote
/snap/chromium/1105/usr/lib/chromium-browser/chrome --type=zygote
/snap/chromium/1105/usr/lib/chromium-browser/chrome --type=gpu-process
/snap/chromium/1105/usr/lib/chromium-browser/chrome --type=utility
/snap/chromium/1105/usr/lib/chromium-browser/chrome --type=renderer
/snap/chromium/1105/usr/lib/chromium-browser/chrome --type=renderer
/snap/chromium/1105/usr/lib/chromium-browser/chrome --type=renderer

4.) Close chromium

5.) Check for lingering processes:

   $ ps aux | grep chromium | grep -v grep | awk '{print $11,$12}'

/bin/sh /snap/chromium/1105/bin/chromium.launcher


If you restart chromium multiple times, more launcher processes will  linger 
around in the system.

My expectation would be that the launcher process terminates after the
main chrome process is terminated.

** Affects: chromium-browser (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/1874411

Title:
  chromium.launcher script does not terminate on Chromium exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1874411/+subscriptions

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

[Bug 1871330] Re: Dell XPS 13 (7390) brightness is not adjustable with recent kernel update

2020-04-14 Thread Lothar Braun
I performed a test with linux-image-5.6.0-1007-oem from focal-proposed.
The brightness control works without problem on that version.  So the
problem seems to be fixed on linux-oem-5.6.

Is the version going to make it to the focal release?

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

Title:
  Dell XPS 13 (7390) brightness is not adjustable with recent kernel
  update

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

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

[Bug 1871330] Re: Dell XPS 13 (7390) brightness is not adjustable with recent kernel update

2020-04-09 Thread Lothar Braun
Same problem here. I cannot adjust the brightness using the GUI controls
or the intel_backlight controls in /sys. The following action has
(almost) no effect to the brightness or the value exposed in
"actual_brightness" in /sys/class/backlight/intel_backlight:

echo $value /sys/class/backlight/intel_backlight/brightness

Example no change by running the following commands as root:

echo 1 > /sys/class/backlight/intel_backlight/brightness
echo `cat /sys/class/backlight/intel_backlight/max_brightness` > 
/sys/class/backlight/intel_backlight/brightness


The only difference that can be observed is when writing 0 to the file:

echo 0 > /sys/class/backlight/intel_backlight/brightness

This turns off the display.

The bug does not exist in linux-image-5.4.0-21-generic, so installing
the standard non-oem kernel is a workaround to the bug.

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

Title:
  Dell XPS 13 (7390) brightness is not adjustable with recent kernel
  update

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

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

[Bug 1871713] Re: Backlight Brigthness not adjustable after install on Dell XPS 13 7390

2020-04-09 Thread Lothar Braun
*** This bug is a duplicate of bug 1871330 ***
https://bugs.launchpad.net/bugs/1871330

Yes I think you are right. That is a duplicate. I'll provide the info
from this bug to the other bug.

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

Title:
  Backlight Brigthness not adjustable after install on Dell XPS 13 7390

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-oem-5.4/+bug/1871713/+subscriptions

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

[Bug 1871713] Re: Backlight Brigthness not adjustable after install on Dell XPS 13 7390

2020-04-08 Thread Lothar Braun
** Package changed: ubuntu => linux-signed-oem-5.4 (Ubuntu)

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

Title:
  Backlight Brigthness not adjustable after install on Dell XPS 13 7390

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-oem-5.4/+bug/1871713/+subscriptions

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

[Bug 1871713] Re: Backlight Brigthness not adjustable after install on Dell XPS 13 7390

2020-04-08 Thread Lothar Braun
Ok, this is a bug in linux-oem-20.04.

The installer boots the default Ubuntu kernel, which does work without
problems. However, the installer installs and select linux-
image-5.4.0-1002-oem as the default kernel. The kernel does not allow to
adjust the screen brightness.

When booting into the standard kernel, then the problem disappears:

Linux hsahorst 5.4.0-21-generic #25-Ubuntu SMP Sat Mar 28 13:10:28 UTC
2020 x86_64 x86_64 x86_64 GNU/Linux

Should this be filed towards the oem-kernel?

I didn't install the kernel myself, but selected the option to install
3rd-party drivers during the installation process. Did this pull in the
oem-kernel from the dell archives?

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

Title:
  Backlight Brigthness not adjustable after install on Dell XPS 13 7390

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

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

[Bug 1871713] [NEW] Backlight Brigthness not adjustable after install on Dell XPS 13 7390

2020-04-08 Thread Lothar Braun
Public bug reported:

The Ubuntu 20.04 beta installer/live system does allow to adjust the
screen brightness via the control commands and the interface at

echo $value /sys/class/backlight/intel_backlight/brightness

The action in the installer/live system does change the brightness
appropriately. After performing the default install, most values for
brightness does not reflect to actual_brightness.

Example:

echo 1 > /sys/class/backlight/intel_backlight/brightness
echo `cat /sys/class/backlight/intel_backlight/max_brightness` > 
/sys/class/backlight/intel_backlight/brightness

does not produce a difference. However, it does work in the live
system/installier.

The only difference after installation does happen on the following
command:

echo 0 > /sys/class/backlight/intel_backlight/brightness\\

which turns off the display.

Is there any information that I can provide to debug this issue further?

** Affects: 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/1871713

Title:
  Backlight Brigthness not adjustable after install on Dell XPS 13 7390

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

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

[Bug 424191] Re: empathy crashed with SIGSEGV in g_main_context_dispatch() on startup

2009-09-04 Thread Lothar Braun
I can confirm this crash. This also happens to me whenever empathy tries
to connect to a network. I cannot see the contact list, though.
StacktraceTop looks exactly the same on my crash

-- 
empathy crashed with SIGSEGV in g_main_context_dispatch() on startup
https://bugs.launchpad.net/bugs/424191
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 46657] Re: Kopete gives error when you're on your own contact list

2007-07-24 Thread Lothar Braun
Dear Marco,

this bug is still valid. I gave you a perfect way on how to reproduce
the problem (you might substitute gaim with pidgin, if you run a gutsy-
box), which is still valid. Please don't close this bug report, until
you cannot reproduce the problem with the steps given at
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/46657/comments/2

I think this is an upstream bug, because i can see this problem with
other distributions, too (it can be reproduced on arch linux with the
steps given at comment #2, too).

It would be cool if someone could do some more investigation and check
if this a known upstream bug and file a new report, if it is not known
to the kopete developers. I don't have the time to do further
investigations on that bug myself :-(

Best regards,
  Lothar

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

-- 
Kopete gives error when you're on your own contact list
https://bugs.launchpad.net/bugs/46657
You received this bug notification because you are a member of Kubuntu
Team, which is a direct subscriber.

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


[Bug 33403] Re: Kmail not deleting messages from imap server

2007-04-12 Thread Lothar Braun
Ok, i'll mark it as fixed then.

** Changed in: kdepim (Ubuntu)
   Status: Needs Info = Fix Released

-- 
Kmail not deleting messages from imap server
https://launchpad.net/bugs/33403

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


[Bug 63221] Re: No longer able to decrypt GPG IMs

2007-03-02 Thread Lothar Braun
Changed upstream bug number, because our report was marked as
duplicate

** Changed in: kdenetwork (upstream)
 Bugwatch: KDE Bug Tracking System #140955 = KDE Bug Tracking System 
#134907
   Status: Rejected = Unknown

-- 
No longer able to decrypt GPG IMs
https://launchpad.net/bugs/63221

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


[Bug 88898] Re: Setting Default Applications Not Working

2007-03-01 Thread Lothar Braun
Note: Thunderbird and Firefox do not care about the default application.
Is the default application used when you klick on a link within a KDE 
applicantion (like KMail, Konversation or Konqueror)?

** Changed in: kubuntu-meta (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
Setting Default Applications Not Working
https://launchpad.net/bugs/88898

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


[Bug 55394] Re: cervisia fails to start libcvsservice0

2007-02-14 Thread Lothar Braun
** Changed in: kdesdk (Ubuntu)
   Status: Rejected = Fix Released

-- 
cervisia fails to start libcvsservice0
https://launchpad.net/bugs/55394

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


[Bug 1364] Re: Changing channel is slow

2007-02-13 Thread Lothar Braun
Hi,

did you have a chance to test it on feisty now?

Regards,
  Lothar

-- 
Changing channel is slow
https://launchpad.net/bugs/1364

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


[Bug 55394] Re: cervisia fails to start libcvsservice0

2007-02-13 Thread Lothar Braun
Closing bug report since i cannot reproduce the problem and the original
author does not respond. Please reopen this bug, if you still see this
problem.

** Changed in: kdesdk (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
cervisia fails to start libcvsservice0
https://launchpad.net/bugs/55394

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


[Bug 26903] Re: EmbedJS crashes after pressing the Ok button

2007-02-13 Thread Lothar Braun
Hi,

i can reproduce the problem on edgy with the default installation. Just
apt-get the package, start embedjs, press Ok on the first dialog and see
embedjs crash.

Regards,
  Lothar

** Changed in: kdebindings (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
EmbedJS crashes after pressing the Ok button
https://launchpad.net/bugs/26903

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


[Bug 26493] Re: typo on kjscmd man page

2007-02-13 Thread Lothar Braun
Hi,

this bug is still valid for edgy with kjscmd version 3.5.4-0ubuntu2.

Regards,
  Lothar

** Changed in: kdebindings (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
typo on kjscmd man page
https://launchpad.net/bugs/26493

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


[Bug 1364] Re: Changing channel is slow

2007-02-13 Thread Lothar Braun
*** This bug is a duplicate of bug 39845 ***

Ah. This seems to be a duplicate of #39845.

** This bug has been marked a duplicate of bug 39845
   Zapping TV viewer crash

-- 
Changing channel is slow
https://launchpad.net/bugs/1364

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


[Bug 1364] Re: Changing channel is slow

2007-02-13 Thread Lothar Braun
Hmm. You're right, i'll get it back to unconfirmed. So we need to find
someone how can reproduce the problem or tell us if the problem is fixed
persist on edgy.

** This bug is no longer a duplicate of bug 39845
   Zapping TV viewer crash

-- 
Changing channel is slow
https://launchpad.net/bugs/1364

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


[Bug 82036] Re: No weather applet in Kubuntu 7.04

2007-01-29 Thread Lothar Braun
Hi,

thank you for reporting. Can you try to install the package kweather?
This package should provide the kweather applet.

Best regards,
  Lothar

-- 
No weather applet in Kubuntu 7.04
https://launchpad.net/bugs/82036

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


[Bug 82036] Re: No weather applet in Kubuntu 7.04

2007-01-29 Thread Lothar Braun
Ok. I'll close the bug report then :-)

** Changed in: kubuntu-meta (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
No weather applet in Kubuntu 7.04
https://launchpad.net/bugs/82036

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


[Bug 58552] Re: Mounting Problems in Kubuntu Edgy after the Xserver is restarted

2007-01-20 Thread Lothar Braun
I can confirm the fix. Works fine for me now.

** Changed in: kubuntu-meta (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Mounting Problems in Kubuntu Edgy after the Xserver is restarted
https://launchpad.net/bugs/58552

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


[Bug 37925] Re: kicker dosen't hide its self with wxvlc fullscreen

2007-01-16 Thread Lothar Braun
Closed since the initial reporter did not respond for a long time and there was 
nobody how could reproduce the error.
Please reopen this bug, if you still see this error.

** Changed in: kdebase (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
kicker dosen't hide its self with wxvlc fullscreen
https://launchpad.net/bugs/37925

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


[Bug 39400] Re: Colors do not apply to the menu bar

2007-01-16 Thread Lothar Braun
Assumed to be fixed because noone can reproduce this bug on edgy and the 
original author does not respond.
Please reopen the bug, if you can still see this bug.

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

-- 
Colors do not apply to the menu bar
https://launchpad.net/bugs/39400

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


[Bug 44558] Re: Wrong unread messages number in the systray

2007-01-16 Thread Lothar Braun
Closed because the problem can't be reproduced on edgy and the original
reporter does not respond any longer. Please reopen this bug, if you can
still see the problem.

** Changed in: kdepim (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
Wrong unread messages number in the systray
https://launchpad.net/bugs/44558

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


[Bug 43471] Re: X freeze on playing more than one video file

2007-01-16 Thread Lothar Braun
Closed because the original reporter did not respond and nobody could
reproduce the problem. Please reopen this bug, if you still have this
problem.

** Changed in: xserver-xorg-video-nv (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
X freeze on playing more than one video file
https://launchpad.net/bugs/43471

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


[Bug 49520] Re: kdesvn conflicts with kdesdk (kdesvn-kio-plugins vs. kdesdk-kio-plugins)

2007-01-16 Thread Lothar Braun
Closed because i can install both packages on edgy and the original
reporter did not respond. Please reopen this bug if you still see this
problem.

** Changed in: kdesvn (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
kdesvn conflicts with kdesdk (kdesvn-kio-plugins vs. kdesdk-kio-plugins)
https://launchpad.net/bugs/49520

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


[Bug 72753] Re: python2.4 crashes when i start alacarte

2007-01-03 Thread Lothar Braun
Indeed, mixing up debian and ubuntu packages isn't a good idea =)
I'll close this report, since this isn't a problem with the ubuntu python 
package.

Best regards,
  Lothar

** Changed in: python2.4 (Ubuntu)
   Status: Needs Info = Rejected

-- 
python2.4 crashes when i start alacarte
https://launchpad.net/bugs/72753

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


[Bug 19178] Re: Authentication fault on ADSL provider

2007-01-03 Thread Lothar Braun
Closed because the reporter did not respond and none else could confirm
the problem. Please reopen it, if you can reproduce the problem.

** Changed in: kdebase (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Authentication fault on ADSL provider
https://launchpad.net/bugs/19178

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


[Bug 26967] Re: [Dapper] Bad preview icons in konqueror

2007-01-03 Thread Lothar Braun
Closed because the original reporter did not respond and the bug report
is fairly old. Please reopen this bug, if you can still reproduce the
problem.

** Changed in: kdebase (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
[Dapper] Bad preview icons in konqueror
https://launchpad.net/bugs/26967

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


[Bug 75425] Re: Show device icons option is always on

2006-12-12 Thread Lothar Braun
** Changed in: kubuntu-meta (Ubuntu)
Sourcepackagename: kubuntu-meta = kdebase
   Status: Unconfirmed = Confirmed

-- 
Show device icons option is always on
https://launchpad.net/bugs/75425

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


[Bug 41983] Re: Booting from USB Drive fails due to incorrect drive naming

2006-12-12 Thread Lothar Braun
Hi,

thank you for reporting. Is this still an issue for you on edgy? Edgy uses 
unique identifiers for it's drives. This should solve your problems.
So can you try this with edgy and tell us, if you still have this problem?

Best regards,
  Lothar

** Changed in: Ubuntu
   Status: Unconfirmed = Needs Info

-- 
Booting from USB Drive fails due to incorrect drive naming
https://launchpad.net/bugs/41983

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


[Bug 42089] Re: Day light time saving is cancel in Asia/Tehran

2006-12-12 Thread Lothar Braun
** Changed in: Ubuntu
Sourcepackagename: None = coreutils

-- 
Day light time saving is cancel in Asia/Tehran
https://launchpad.net/bugs/42089

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


[Bug 41983] Re: Booting from USB Drive fails due to incorrect drive naming

2006-12-12 Thread Lothar Braun
Fine. I'll close the bug. Please reopen it, if this problem reappears.

Regards,
  Lothar

** Changed in: Ubuntu
   Status: Needs Info = Fix Released

-- 
Booting from USB Drive fails due to incorrect drive naming
https://launchpad.net/bugs/41983

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


[Bug 74265] Re: [Edgy and Feisty] Smiley themes are not exported to other users

2006-12-09 Thread Lothar Braun
Hi Nicolas,

if you can see the smilies that he send, then you have a smilie set
installed that has an image for the text represation of his smilie.

This must not be the same smilie that he sees. If you want to see what
his client really sends do the following:

(I assume you have kopete 0.12.3. It might be different on other kopete
versions).

Klick on Settings-Configure. Choose then Appearence from the left
tab. There will be a check box that is labeled Use emoticons. Please
disable this check box and let your friend send you some similies. You
will see that he acutally does not send images but text.

Best regards,
  Lothar

-- 
[Edgy and Feisty] Smiley themes are not exported to other users
https://launchpad.net/bugs/74265

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


[Bug 74265] Re: [Edgy and Feisty] Smiley themes are not exported to other users

2006-12-05 Thread Lothar Braun
Hi Nicolas,

this is the desired behavior. The instant protocols don't support
sending of images within the normal textmessages. A smilie-Set converts
the images that are shown to you into text. The chat client on the other
end has to install the same smilie set to see the same images that you
see.

Best regards,
  Lothar

** Changed in: kopete (Ubuntu)
   Status: Needs Info = Rejected

-- 
[Edgy and Feisty] Smiley themes are not exported to other users
https://launchpad.net/bugs/74265

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


[Bug 74265] Re: [Edgy and Feisty] Smiley themes are not exported to other users

2006-12-03 Thread Lothar Braun
Hi Nicolas,

thank you for reporting.
Your problem is that you chat-partner does not see the same smilies that you 
see?
Does he see a text representation of the smilies or isn't sent anything to this 
user where a smilie should be?

Regards,
  Lothar

** Changed in: kopete (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
[Edgy and Feisty] Smiley themes are not exported to other users
https://launchpad.net/bugs/74265

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


[Bug 74153] Re: Ubuntu Edgy: Pitivi don't start at all

2006-12-02 Thread Lothar Braun
*** This bug is a duplicate of bug 58626 ***

** This bug has been marked a duplicate of bug 58626
   pitivi failed to start

-- 
Ubuntu Edgy: Pitivi don't start at all
https://launchpad.net/bugs/74153

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


[Bug 74153] Re: Ubuntu Edgy: Pitivi don't start at all

2006-12-02 Thread Lothar Braun
*** This bug is a duplicate of bug 58626 ***

Hi Nicola,

thank you for reporting. This is a known bug and a duplicate of
https://bugs.launchpad.net/distros/ubuntu/+source/pitivi/+bug/58626

Regards,
  Lothar

-- 
Ubuntu Edgy: Pitivi don't start at all
https://launchpad.net/bugs/74153

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


[Bug 74154] Re: 3D Rendering drove orsa crash

2006-12-02 Thread Lothar Braun
Hi Aaron,

thank you for the report.

Did you do anything special with xorsa to make it crash? Or will it
crash right from the start?

Can you attach the bug report as a separate file?

Best regards,
Lothar

-- 
3D Rendering drove orsa crash
https://launchpad.net/bugs/74154

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


[Bug 74157] Re: safe mode ?

2006-12-02 Thread Lothar Braun
Hi Laurent,

thank you for reporting. Could you please explain what problem you have?
I didn't understand what exactly is your problem.

Best regards,
  Lothar

-- 
safe mode ?
https://launchpad.net/bugs/74157

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


[Bug 72949] Re: CD ripping from Konqueror broken in Edgy

2006-11-29 Thread Lothar Braun
*** This bug is a duplicate of bug 72048 ***

** This bug has been marked a duplicate of bug 72048
   Konqueror can't open audio CD

-- 
CD ripping from Konqueror broken in Edgy
https://launchpad.net/bugs/72949

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


[Bug 73651] Re: xearth unmet dependencies

2006-11-29 Thread Lothar Braun
I can conform that this is a problem on edgy.

** Changed in: xearth (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
xearth unmet dependencies
https://launchpad.net/bugs/73651

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


[Bug 24161] Re: Long Beeps

2006-11-28 Thread Lothar Braun
Closed as requested by Paul

** Changed in: Ubuntu
   Status: Needs Info = Rejected

-- 
Long Beeps
https://launchpad.net/bugs/24161

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


[Bug 44447] Re: Umbrello should depend on KDE HelpCenter

2006-11-28 Thread Lothar Braun
** Changed in: kdesdk (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Umbrello should depend on KDE HelpCenter
https://launchpad.net/bugs/7

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


[Bug 36886] Re: Windows flickering with QT applications

2006-11-28 Thread Lothar Braun
Hi,

thank you for reporting. Is this still an issue on edgy?

Regards,
  Lothar

-- 
Windows flickering with QT applications
https://launchpad.net/bugs/36886

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


[Bug 49520] Re: kdesvn conflicts with kdesdk (kdesvn-kio-plugins vs. kdesdk-kio-plugins)

2006-11-28 Thread Lothar Braun
Hi,

thank you for reporting. Is this still an issue on edgy for you? I'm
able to install both kdesvn and kdesdk.

Regards,
  Lothar

-- 
kdesvn conflicts with kdesdk (kdesvn-kio-plugins vs. kdesdk-kio-plugins)
https://launchpad.net/bugs/49520

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


[Bug 55394] Re: cervisia fails to start libcvsservice0

2006-11-28 Thread Lothar Braun
Hi,

thank you for reporting. Can you reproduce this problem on edgy?

Regards,
  Lothar

-- 
cervisia fails to start libcvsservice0
https://launchpad.net/bugs/55394

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


[Bug 36886] Re: Windows flickering with QT applications

2006-11-28 Thread Lothar Braun
Uh. What's the problem?

-- 
Windows flickering with QT applications
https://launchpad.net/bugs/36886

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


[Bug 73639] Re: kmail 'goes to sleep'

2006-11-28 Thread Lothar Braun
Hi Dave,

thank you for reporting.

Did you ever recognise this problem when you had only a single account?

Kmail has a progress bar on the lower side of the window. It shows the
progress of the current action that takes place (e.g. download of
emails). What's on the progress bar when kmail stops receiving messages?
Does it stop at a certain percentage (e.g. 20%)?

Do you have a connection that suffers disconnects (e.g. dsl-connections
are disconnected every 24 hours)? Can you correlate the disconnections
and kmail stopping to receive emails?

Best regards,
  Lothar

** Changed in: kdepim (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
kmail 'goes to sleep'
https://launchpad.net/bugs/73639

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


[Bug 73640] Re: crash on selecting 'Devices USB Devices'

2006-11-28 Thread Lothar Braun
*** This bug is a duplicate of bug 64553 ***

Hi,

thank you for reporting. This is a already known bug. I marked it as
duplicate to
https://launchpad.net/distros/ubuntu/+source/hardinfo/+bug/64553

Regards,
  Lothar

** This bug has been marked a duplicate of bug 64553
   Crash on PCI

-- 
crash on selecting 'Devices  USB Devices'
https://launchpad.net/bugs/73640

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


[Bug 44558] Re: Wrong unread messages number in the systray

2006-11-28 Thread Lothar Braun
Hi,

thank you for reporting. I can remember that i had similar problems with
IMAP accounts in the past. But they seem to be fixed now. Is this still
an issue for you on edgy and kmail 1.9.5?

Regards,
  Lothar

-- 
Wrong unread messages number in the systray
https://launchpad.net/bugs/44558

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


[Bug 38821] Re: kwallet will not allow me *not* to use it

2006-11-28 Thread Lothar Braun
Hi,

what about dapper final or edgy? Do you still have this problems?

Regards,
  Lothar

-- 
kwallet will not allow me *not* to use it
https://launchpad.net/bugs/38821

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


[Bug 33403] Re: Kmail not deleting messages from imap server

2006-11-28 Thread Lothar Braun
Hi Rob,

do you still have this problem on edgy and KMail 1.9.5?

Regards,
 Lothar

-- 
Kmail not deleting messages from imap server
https://launchpad.net/bugs/33403

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


[Bug 44884] Re: Kmail Create a Filter: Apply does not gray out after you click on it

2006-11-28 Thread Lothar Braun
I can confirm this on edgy with kmail 1.9.5

** Changed in: kdepim (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Kmail Create a Filter:  Apply does not gray out after you click on it
https://launchpad.net/bugs/44884

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


[Bug 73649] Re: KSystemLog crashes when not run as root

2006-11-28 Thread Lothar Braun

** Attachment added: backtrace
   http://librarian.launchpad.net/5197736/backtrace

-- 
KSystemLog crashes when not run as root
https://launchpad.net/bugs/73649

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


[Bug 73649] KSystemLog crashes when not run as root

2006-11-28 Thread Lothar Braun
Public bug reported:

Hi,

whenever i start ksystemlog as normal user it will crash. If i start it
using kdesu, ksystemlog starts up as expected.

I see this bug on edgy with ksystemlog_0.3.2-0ubuntu5_i386

Regards,
  Lothar

** Affects: ksystemlog (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
KSystemLog crashes when not run as root
https://launchpad.net/bugs/73649

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


[Bug 73639] Re: kmail 'goes to sleep'

2006-11-28 Thread Lothar Braun
Can you try to stop the blocking jobs (click on the abort-button in the
info box). What happens when you do this?

Does KMail fetch mails from other accounts when you see a blocking job?

-- Lothar

-- 
kmail 'goes to sleep'
https://launchpad.net/bugs/73639

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


[Bug 38821] Re: kwallet will not allow me *not* to use it

2006-11-28 Thread Lothar Braun
Ok, can you try the following:

Start kwalletmangager and disable the wallet system in the settings dialog.
Then try to restart kmail and try again to store the password in the 
configuration file without kwallet.

Does this help?

-- 
kwallet will not allow me *not* to use it
https://launchpad.net/bugs/38821

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


[Bug 73649] Re: KSystemLog crashes when not run as root

2006-11-28 Thread Lothar Braun
I did some further investigations and found that this is not a
ksystemlog-bug but a bug in domino (the kde-style i use). The bug
disappears if i switch to another style.

I'm going to bother the domino-authors now :-)

** Changed in: ksystemlog (Ubuntu)
   Status: Needs Info = Rejected

-- 
KSystemLog crashes when not run as root
https://launchpad.net/bugs/73649

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


[Bug 36797] Re: Kubuntu Add printer wizard - network printer scan gives incorrect warning

2006-11-27 Thread Lothar Braun
** Changed in: kdebase (Ubuntu)
   Status: Needs Info = Confirmed

-- 
Kubuntu Add printer wizard - network printer scan gives incorrect warning 
https://launchpad.net/bugs/36797

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


[Bug 36905] Re: KDE hyperlinks in do not work in a standard (non-kde) Ubuntu enviroment.

2006-11-27 Thread Lothar Braun
Hi Richard,

this is indeed not a fix for the problem but a work-around.

This is not a problem with kdebase but with some kde-applications. If you had 
kdebase installed, you would not have the problem.
But i'm not sure if this is a problem at all. The amarok package for example 
suggests that you have either konqueror or www-browser installed. Maybe amarok 
(and all the other apps that have the same problem) should recommend the 
installation of konqueror?

-- Lothar

-- 
KDE hyperlinks in do not work in a standard (non-kde) Ubuntu enviroment.
https://launchpad.net/bugs/36905

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


[Bug 72753] Re: python2.4 crashes when i start alacarte

2006-11-23 Thread Lothar Braun
I'm sorry, i can't. But i can give you a list of python packages i have
installed on my system (i got it via dpkg -l | grep python).

** Attachment added: List of installed python packages
   http://librarian.launchpad.net/5143944/installed_python_packages

-- 
python2.4 crashes when i start alacarte
https://launchpad.net/bugs/72753

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


[Bug 72753] Re: python2.4 crashes when i start alacarte

2006-11-22 Thread Lothar Braun
Sorry, i don't have any more suggestions on how to track that problem.
Maybe someone else has an idea.

-- 
python2.4 crashes when i start alacarte
https://launchpad.net/bugs/72753

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


[Bug 72637] Re: GCC major bug

2006-11-22 Thread Lothar Braun
Seems like you don't have libc-dev and libc6-dev installed. Are you sure
you did install build-essential?

-- 
GCC major bug
https://launchpad.net/bugs/72637

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


[Bug 72753] Re: python2.4 crashes when i start alacarte

2006-11-21 Thread Lothar Braun
Thank you for reporting.

Do you do something special to make alacarte crash or will it crash
right on start?

** Changed in: python2.4 (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
python2.4 crashes when i start alacarte
https://launchpad.net/bugs/72753

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


[Bug 39725] Re: can't use UIM (Japanese) in Kate editor

2006-11-21 Thread Lothar Braun
Hi,

afaik skim is only a front-end for scim. So Skim should also work with
gnome-apps (but since i'm neither a skim-dev nor a skim-user, i can't
say anything competent at this place :D).

Maybe you could ask the skim-devs to also support gtk-apps?

Regards, 
  Lothar

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

-- 
can't use UIM (Japanese) in Kate editor
https://launchpad.net/bugs/39725

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


[Bug 50951] Re: Messages are sent on enter and this can't be changed permanently

2006-11-17 Thread Lothar Braun
Right. Kopete 0.12.3 doesn't send messages on enter if Send message
is set to none.

I was told that you can use shift+enter to create multi-line messages.
Would this solve your problem? Or shall we report your wish upstreams?

-- 
Messages are sent on enter and this can't be changed permanently
https://launchpad.net/bugs/50951

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


[Bug 29947] Re: firefox and kubuntu slide-show exit when background switching

2006-11-17 Thread Lothar Braun
Ok, so i'll close the bug. Please reopen it if you can reproduce the
problem.

** Changed in: firefox (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
firefox and kubuntu slide-show exit when background switching
https://launchpad.net/bugs/29947

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


[Bug 69837] Re: /etc/vpnc/vpnc-script contains /bin/sh shebang, but uses non-sh script features

2006-11-17 Thread Lothar Braun
The script works for me and i have /bin/sh symlinked to /bin/dash. Can
you describe the problem?

-- 
/etc/vpnc/vpnc-script contains /bin/sh shebang, but uses non-sh script features
https://launchpad.net/bugs/69837

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


[Bug 66012] Re: dpkg error

2006-11-17 Thread Lothar Braun
*** This bug is a duplicate of bug 66723 ***

This is not an jde but an semantic bug. It will only appear if emacs-
snapshot is installed.

** Changed in: jde (Ubuntu)
Sourcepackagename: jde = cedet

** This bug has been marked a duplicate of bug 66723
   ECB package does not install properly

-- 
dpkg error
https://launchpad.net/bugs/66012

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


[Bug 67533] Re: cedet doesn't let semantic install with emacs-snapshot

2006-11-17 Thread Lothar Braun
*** This bug is a duplicate of bug 66723 ***

This is still a problem on edgy. I'll mark it as duplicate of #66723,
because #66723 has a patch attached.

** This bug has been marked a duplicate of bug 66723
   ECB package does not install properly

-- 
cedet doesn't let semantic install with emacs-snapshot
https://launchpad.net/bugs/67533

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


[Bug 66723] Re: ECB package does not install properly

2006-11-17 Thread Lothar Braun
** Changed in: cedet (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
ECB package does not install properly
https://launchpad.net/bugs/66723

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


[Bug 66723] Re: semantic does not work with emacs-snapshot (was: ECB package does not install properly)

2006-11-17 Thread Lothar Braun
** Summary changed:

- ECB package does not install properly
+ semantic does not work with emacs-snapshot (was: ECB package does not install 
properly)

-- 
semantic does not work with emacs-snapshot (was: ECB package does not install 
properly)
https://launchpad.net/bugs/66723

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


[Bug 65522] Re: feature request: backporting current edgy snapshot to dapper-backports

2006-11-17 Thread Lothar Braun
Hi Patrick,

this is not the right place to request a backport. You should file your
request on http://launchpad.net/products/dapper-backports/+filebug.
Please have a look at
http://backports.ubuntuforums.org/wiki/index.php/Requesting_A_Backport
before you file the new bug report.

Best regards,
Lothar

-- 
feature request: backporting current edgy snapshot to dapper-backports
https://launchpad.net/bugs/65522

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


[Bug 46657] Re: Kopete gives error when you're on your own contact list

2006-11-16 Thread Lothar Braun
No, it's not fixed. How to reproduce it:

1.) Install gaim and configure your AIM/ICQ account
2.) Signon with gaim
3.) Add yourself to your contact list
4.) Sign off in gaim 
5.) Sign your account on in kopete

You'll get the message:

You are not allowed to add yourself to the contact list. The addition of
your_account_name to account your_account_name will not take place.

Tested with kopete_3.5.5+kopete0.12.3-0ubuntu1

** Changed in: kdenetwork (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Kopete gives error when you're on your own contact list
https://launchpad.net/bugs/46657

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


[Bug 29947] Re: firefox and kubuntu slide-show exit when background switching

2006-11-16 Thread Lothar Braun
I tried it on edgy with firefox 2.0 and kde 3.5.5 and could not
reproduce a crash or a slowdown.

Is this still a problem for one of you?

-- 
firefox and kubuntu slide-show exit when background switching
https://launchpad.net/bugs/29947

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


[Bug 50951] Re: Messages are sent on enter and this can't be changed permanently

2006-11-16 Thread Lothar Braun
What would you expect kopete to do?

Why shouldn't kopete switch back to the default behavior after you
reverted your changes to the send message short cut?

-- 
Messages are sent on enter and this can't be changed permanently
https://launchpad.net/bugs/50951

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


[Bug 36926] Re: Crash when installing a new smilies theme

2006-11-16 Thread Lothar Braun
I don't get this error (or a crash) with kopete 0.12.3 and kde 3.5.5 on
edgy. I can install it via a downloaded tgz file and via network
install.

Is this still a problem for someone?

-- 
Crash when installing a new smilies theme
https://launchpad.net/bugs/36926

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


[Bug 24850] Re: konqy opens up links in cache, not the webpage itself

2006-11-16 Thread Lothar Braun
This works fine for me with kde 3.5.5 on edgy. I'll close this report
because there wasn't a reaction from the reporter for more some months.
Please reopen it, if you still can reproduce the problem.

** Changed in: kdebase (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
konqy opens up links in cache, not the webpage itself
https://launchpad.net/bugs/24850

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


[Bug 71750] Re: kpf crashes when the folder is a remote one

2006-11-16 Thread Lothar Braun
Can you give an example?

-- 
kpf crashes when the folder is a remote one
https://launchpad.net/bugs/71750

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


[Bug 43471] Re: X freeze on playing more than one video file

2006-11-16 Thread Lothar Braun
Is this still an issue on edgy?

-- 
X freeze on playing more than one video file
https://launchpad.net/bugs/43471

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


[Bug 59242] Re: KDM fails to launch X on edgy

2006-10-12 Thread Lothar Braun
Rocco: Does Guillaume's tip help you, too?

-- 
KDM fails to launch X on edgy
https://launchpad.net/bugs/59242

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


[Bug 50059] Re: ktorrent makes logout impossible

2006-10-07 Thread Lothar Braun
Closing bug because nobody can reproduce the bug and the original
reporter requested to close it.

** Changed in: ktorrent (Ubuntu)
   Status: Needs Info = Rejected

-- 
ktorrent makes logout impossible
https://launchpad.net/bugs/50059

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


[Bug 59242] Re: KDM fails to launch X on edgy

2006-09-06 Thread Lothar Braun
Can you try to switch to tty1 (Strg+Alt+F1) and then back to tty7
(Strg+Alt+F7).

Does kdm start up then?

-- 
KDM fails to launch X on edgy
https://launchpad.net/bugs/59242

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


[Bug 59242] Re: KDM fails to launch X on edgy

2006-09-06 Thread Lothar Braun
No, i did just mean that you should switch between tty1 and tty7. I
asked you to to that, because i have a similar problem: KDM doesn't
start up after the splash screen appears. Switching to tty1 and back to
tty7 brings kdm up.

-- 
KDM fails to launch X on edgy
https://launchpad.net/bugs/59242

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