[Bug 1758586]

2020-07-05 Thread Martin-sandsmark
Git commit f89cde574f0c7c8b80fe729e1168d7ccb74d04ba by Martin Tobias Holmedahl 
Sandsmark, on behalf of Martin T. H. Sandsmark.
Committed on 04/07/2020 at 11:58.
Pushed by sandsmark into branch 'master'.

use a notification sound that exists

M  +1-1src/kteatime.notifyrc

https://invent.kde.org/utilities/kteatime/commit/f89cde574f0c7c8b80fe729e1168d7ccb74d04ba

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

Title:
  Default sound file for late tea does not exist

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

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

[Bug 840708]

2018-07-21 Thread Martin-sandsmark
https://bugreports.qt.io/browse/QTBUG-48344 might be relevant

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

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

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

[Bug 840708]

2018-07-21 Thread Martin-sandsmark
Git commit ac59cc7e007a3ef73a07f3d31d4a9516fd5f56f5 by Martin T. H. Sandsmark.
Committed on 16/07/2018 at 11:46.
Pushed by sandsmark into branch 'master'.

Fix hang on a lot of output from a program

Summary:
There is a bug in the Qt glib event loop leading to timers never being
able to deliver signals.

Work around this by disabling the glib event loop.

References:
http://lists.qt-project.org/pipermail/interest/2015-September/018846.html
https://bugreports.qt.io/browse/QTBUG-48344

Test plan:
>From the referenced bug:
Stefan Westerfeld 2010-03-10 11:40:24 UTC
Running the following program within konsole:

#include 

int
main()
{
  for (int i = 0; i < 1; i++)
{
  fprintf (stderr, "foo %d\n", i);
}
}

leads to a freeze - not single message is printed - no reaction on
return. Only after a long time (30 seconds) something happens.

If I run the same program in an xterm, the messages are scrolling
through, as I would expect from that kind of output.

Reviewers: #konsole, hindenburg

Reviewed By: #konsole, hindenburg

Subscribers: hindenburg

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D6078

M  +8-0src/main.cpp
A  +15   -0tests/spam-stderr.c [License: UNKNOWN]  *

The files marked with a * at the end have a non valid license. Please
read: https://community.kde.org/Policies/Licensing_Policy and use the
headers which are listed at that page.


https://commits.kde.org/konsole/ac59cc7e007a3ef73a07f3d31d4a9516fd5f56f5

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

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

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

[Bug 840708]

2018-07-21 Thread Martin-sandsmark
this is a glib bug (or less probably in the qt glib event thing), I'm
unable to reproduce it with «QT_NO_GLIB=1 konsole»

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

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

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

[Bug 1446865]

2016-08-18 Thread Martin-sandsmark
*** Bug 366673 has been marked as a duplicate of this bug. ***

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

Title:
  KDE5/Qt5 does not support session restoration

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1446865/+subscriptions

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


[Bug 840708]

2016-08-17 Thread Martin-sandsmark
Traced it down to QTimer stopping emiting timeout() after getting
(re)start()-ed around 600-700 times on my system.

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

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

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


[Bug 840708]

2016-08-17 Thread Martin-sandsmark
Looking at the Qt source, it might be a glib bug. Could maybe someone
try with a non-glib Qt?

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

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

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


[Bug 298480]

2016-07-12 Thread Martin-sandsmark
Git commit 2f1c8cf397be6c91fcd60234740d9727650c1a87 by Martin T. H. Sandsmark.
Committed on 11/07/2016 at 10:57.
Pushed by sandsmark into branch 'master'.

Send EOF when closing first, before SIGHUP

According to the bash maintainer sending EOF is the appropriate way of
telling e. g. bash to quit:
http://permalink.gmane.org/gmane.comp.shells.bash.bugs/12602

I wasn't able to get KPtyProcess to send that in a nice way (calling
setStandardInputFile(QProcess::nullDevice(), for example), so we fetch
the EOF character manually with tcgetattr and send that.
REVIEW: 128416

M  +16   -0src/Pty.cpp
M  +5-0src/Pty.h
M  +9-0src/Session.cpp

http://commits.kde.org/konsole/2f1c8cf397be6c91fcd60234740d9727650c1a87

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

Title:
  Konsole should not terminate background processes upon closing konsole
  window

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/298480/+subscriptions

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


[Bug 107407] Re: Dragging a link around a Konqueror window leaves behind cursor artifacts and crashes in KHTMLPart::khtmlMouseMoveEvent

2008-04-12 Thread Martin Sandsmark
For me, this is fixed in KDE 3.5.9. Can anyone else confirm this?

-- 
Dragging a link around a Konqueror window leaves behind cursor artifacts and 
crashes in KHTMLPart::khtmlMouseMoveEvent
https://bugs.launchpad.net/bugs/107407
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 151982] Re: Wineconfig doesn't detect Wine

2008-02-25 Thread Martin Sandsmark
As I have switched to Arch Linux, I am unable to confirm.

-- 
Wineconfig doesn't detect Wine
https://bugs.launchpad.net/bugs/151982
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kde-guidance in ubuntu.

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


[Bug 149273] Re: Blender causes Xorg crash loop

2007-11-30 Thread Martin Sandsmark
I suspect that this might be the same as bug #154343.

-- 
Blender causes Xorg crash loop
https://bugs.launchpad.net/bugs/149273
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 151982] Re: Wineconfig doesn't detect Wine

2007-11-12 Thread Martin Sandsmark
drwxr-xr-x 2 root root 20480 2007-10-18 10:41 /usr/lib/wine

Yes, I only have the official repositories enabled (plus debugging
symbols repositories).

-- 
Wineconfig doesn't detect Wine
https://bugs.launchpad.net/bugs/151982
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 145744] Re: Dolphin crashes on changing view size (Gutsy)

2007-10-25 Thread Martin Sandsmark
Still? This seems to have been fixed here now.

-- 
Dolphin crashes on changing view size (Gutsy)
https://bugs.launchpad.net/bugs/145744
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 137207] Re: No extract command on pop-up menu in Dolphin

2007-10-25 Thread Martin Sandsmark
Either it has been fixed, or someone forgot to restart Dolphin. I can't
reproduce on any machine I can get my hands on.

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

-- 
No extract command on pop-up menu in Dolphin
https://bugs.launchpad.net/bugs/137207
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 157168] Dolphin crashes when deleting files over fish://

2007-10-25 Thread Martin Sandsmark
Public bug reported:

When browsing a folder over fish:// with dolphin, and deleting a folder,
Dolphin will sometimes crash.

Backtrace:
Using host libthread_db library /lib/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread 47934148213968 (LWP 25318)]
[KCrash handler]
#5  0x009f03ca in ?? ()
#6  0x2b9883202cf9 in KFileItem::mimetype () from /usr/lib/libkio.so.4
#7  0x2b9883288715 in KFileIconView::canPreview ()
   from /usr/lib/libkio.so.4
#8  0x2b98832887d1 in KFileIconView::updateView ()
   from /usr/lib/libkio.so.4
#9  0x2b9883272512 in KFileIconView::updateIcons ()
   from /usr/lib/libkio.so.4
#10 0x2b9883291768 in KFileIconView::showPreviews ()
   from /usr/lib/libkio.so.4
#11 0x2b988329190b in KFileIconView::qt_invoke ()
   from /usr/lib/libkio.so.4
#12 0x0043e480 in DolphinIconsView::qt_invoke (this=0x819bd0, _id=80, 
_o=0x7fff285122d0) at ./dolphiniconsview.moc:131
#13 0x2b9885589d76 in QObject::activate_signal ()
   from /usr/lib/libqt-mt.so.3
#14 0x2b988558a910 in QObject::activate_signal ()
   from /usr/lib/libqt-mt.so.3
#15 0x2b98858f99a2 in QTimer::timeout () from /usr/lib/libqt-mt.so.3
#16 0x2b98855b0257 in QTimer::event () from /usr/lib/libqt-mt.so.3
#17 0x2b98855252a2 in QApplication::internalNotify ()
   from /usr/lib/libqt-mt.so.3
#18 0x2b9885527031 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#19 0x2b98841ad248 in KApplication::notify ()
   from /usr/lib/libkdecore.so.4
#20 0x2b98854b7d12 in QApplication::sendEvent ()
   from /usr/lib/libqt-mt.so.3
#21 0x2b988551855c in QEventLoop::activateTimers ()
   from /usr/lib/libqt-mt.so.3
#22 0x2b98854cc443 in QEventLoop::processEvents ()
   from /usr/lib/libqt-mt.so.3
#23 0x2b988553e7e7 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#24 0x2b988553e5ef in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#25 0x2b9885526d68 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#26 0x0044ed0a in main (argc=value optimized out, 
argv=value optimized out)
at /build/buildd/dolphin-0.9.2/./src/main.cpp:81
#27 0x2b9889296b44 in __libc_start_main () from /lib/libc.so.6
#28 0x00426969 in _start ()

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

-- 
Dolphin crashes when deleting files over fish://
https://bugs.launchpad.net/bugs/157168
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 151982] Wineconfig doesn't detect Wine

2007-10-12 Thread Martin Sandsmark
Public bug reported:

Trying to run wineconfig on Gutsy, it just asks if I want to enable universe, 
etc.
wineread.GetWineBuildPath() returns None, even though Wine is installed:
ii  wine  0.9.46-0ubuntu1   Microsoft 
Windows Compatibility Layer (Binary Emulator and Library)

** Affects: kde-guidance (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Wineconfig doesn't detect Wine
https://bugs.launchpad.net/bugs/151982
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 103827] Re: [apport] boson crashed with SIGSEGV

2007-10-12 Thread Martin Sandsmark
I can reproduce on Gutsy/amd64.
Am also attaching a strace of it.

** Attachment added: boson.strace
   http://launchpadlibrarian.net/9951701/boson.strace

-- 
[apport] boson crashed with SIGSEGV
https://bugs.launchpad.net/bugs/103827
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 103827] Re: [apport] boson crashed with SIGSEGV

2007-10-12 Thread Martin Sandsmark
And a stacktrace and whatever Apport gave me.

** Attachment added: _usr_games_boson.1000.crash
   http://launchpadlibrarian.net/9951703/_usr_games_boson.1000.crash

-- 
[apport] boson crashed with SIGSEGV
https://bugs.launchpad.net/bugs/103827
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 115446] Re: [needs-packaging] TastyMenu, K-Menu replacement.

2007-10-05 Thread Martin Sandsmark
What happened to it (it has disappeared from revu)?

-- 
[needs-packaging] TastyMenu, K-Menu replacement.
https://bugs.launchpad.net/bugs/115446
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 130559] Re: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound

2007-09-25 Thread Martin Sandsmark
Compiling manually, and patching with the patch from the alsa bugtracker, and 
specifying a model to the module, works for me.
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)

-- 
 Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound
https://bugs.launchpad.net/bugs/130559
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 144259] Re: Travelmate 5720 - ICH8 82801 Sound - no Capture

2007-09-24 Thread Martin Sandsmark
*** This bug is a duplicate of bug 130559 ***
https://bugs.launchpad.net/bugs/130559

** This bug has been marked a duplicate of bug 130559
Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no 
sound

-- 
Travelmate 5720 - ICH8 82801 Sound - no Capture
https://bugs.launchpad.net/bugs/144259
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 144398] Re: Can not set any hotkey using XF86Mail

2007-09-24 Thread Martin Sandsmark
It seems to be in /etc/acpi/mailbtn.sh which isn't installed, according
to dpkg. Which is weird. Or fun. Pick one.

-- 
Can not set any hotkey using XF86Mail
https://bugs.launchpad.net/bugs/144398
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 129309] Re: Default KDM theme: asymmetric look when user list is hidden

2007-09-24 Thread Martin Sandsmark
It is very much an functionality issue, since the artwork clearly
doesn't work they way it's intended to. So the functionality of the
artwork is broken.

-- 
Default KDM theme: asymmetric look when user list is hidden
https://bugs.launchpad.net/bugs/129309
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 133105] Re: Sound does not work in feisty or gutsy on a new T61P (snd_hda_intel)

2007-09-20 Thread Martin Sandsmark
*** This bug is a duplicate of bug 130559 ***
https://bugs.launchpad.net/bugs/130559

** This bug has been marked a duplicate of bug 130559
Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no 
sound

-- 
Sound does not work in feisty or gutsy on a new T61P (snd_hda_intel)
https://bugs.launchpad.net/bugs/133105
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 139814] Re: No Sound - Gutsy 2.6.22-11 with 82801H ICH8 rev3 ALC861

2007-09-20 Thread Martin Sandsmark
*** This bug is a duplicate of bug 130559 ***
https://bugs.launchpad.net/bugs/130559

** This bug has been marked a duplicate of bug 130559
Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no 
sound

-- 
No Sound - Gutsy 2.6.22-11  with 82801H ICH8 rev3 ALC861 
https://bugs.launchpad.net/bugs/139814
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 130559] Re: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound

2007-09-14 Thread Martin Sandsmark
Looks like it might be fixed in the HG (developers)-tree. 
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3343
http://hg.alsa-project.org/

-- 
 Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound
https://bugs.launchpad.net/bugs/130559
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 58061] Re: hp nx7010 thinks the battery is flat, hibernates when power is removed

2007-09-12 Thread Martin Sandsmark
I have a very similar bug in Gutsy, but I don't know if it's the same.
When I unplug the AC after charging to full (the kpowermanager shows the
battery as full) it suddenly appears as empty, and it either hibernates
or suspends (with horrendous results, but that's another bug). But if I
set it to don't do anything, and wait a few seconds after pulling out
the plug, it suddenly pops right back to 100%.

-- 
hp nx7010 thinks the battery is flat, hibernates when power is removed
https://bugs.launchpad.net/bugs/58061
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 137058] Re: kwalletrc not registered?

2007-09-11 Thread Martin Sandsmark
*** This bug is a duplicate of bug 136560 ***
https://bugs.launchpad.net/bugs/136560

** This bug has been marked a duplicate of bug 136560
   kde-base update install env and share folder at wrong place

-- 
kwalletrc not registered?
https://bugs.launchpad.net/bugs/137058
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdeutils in ubuntu.

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


[Bug 130559] Re: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound

2007-09-07 Thread Martin Sandsmark
No sound with kernel 2.6.22-10-generic on gutsy.
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)

-- 
 Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) - no sound
https://bugs.launchpad.net/bugs/130559
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 129711] Kopete crashes upon connecting to MSN

2007-08-01 Thread Martin Sandsmark
Public bug reported:

Binary package hint: kopete

When I start Kopete, and it tries to connect to MSN, it will crash
(trying to parse the contact list, afaik).

** Affects: kopete (upstream)
 Importance: Unknown
 Status: Unknown

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

-- 
Kopete crashes upon connecting to MSN
https://bugs.launchpad.net/bugs/129711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kopete in ubuntu.

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


[Bug 129711] Re: Kopete crashes upon connecting to MSN

2007-08-01 Thread Martin Sandsmark

** Attachment added: Backtrace
   http://launchpadlibrarian.net/8650004/backtrace.txt

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

** Also affects: kopete (upstream) via
   http://bugs.kde.org/show_bug.cgi?id=148428
   Importance: Unknown
   Status: Unknown

-- 
Kopete crashes upon connecting to MSN
https://bugs.launchpad.net/bugs/129711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kopete in ubuntu.

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


[Bug 107407] Re: Dragging a link around a Konqueror window leaves behind cursor artifacts

2007-07-12 Thread Martin Sandsmark
A peculiar detail is that I can't trigger this bug with another window
manager running. I'm currently running Compiz Fusion and I've dragged
links around for five minutes straight without anything happening.

-- 
Dragging a link around a Konqueror window leaves behind cursor artifacts
https://bugs.launchpad.net/bugs/107407
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 106618] Re: konqueror crashes on exit when drag drop was used in that instance

2007-07-12 Thread Martin Sandsmark
Could this be somehow related to the crashes in bug #107407?

-- 
konqueror crashes on exit when drag  drop was used in that instance
https://bugs.launchpad.net/bugs/106618
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 107407] Re: Dragging a link around a Konqueror window leaves behind cursor artifacts

2007-07-05 Thread Martin Sandsmark
Diagonally down/right at a specific speed, doubleconfirmed. KDE 3.5.7, still 
distro-specific.
Also attaching a proper backtrace for the crash.

** Attachment added: Proper backtrace of the crash.
   http://launchpadlibrarian.net/8315932/konqicrash.txt

-- 
Dragging a link around a Konqueror window leaves behind cursor artifacts
https://bugs.launchpad.net/bugs/107407
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 115446] Re: package request: TastyMenu, K-Menu replacement.

2007-06-11 Thread Martin Sandsmark
It seems to fit in just nicely. I have it installed from source code (compiled 
and checkinstalled) and it seems to be just like another kicker applet.
Again, it isn't a Kicker replacement, but a K-Menu replacement.

-- 
package request: TastyMenu, K-Menu replacement.
https://bugs.launchpad.net/bugs/115446
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 107407] Re: Dragging a link around a Konqueror window leaves behind cursor artifacts

2007-05-20 Thread Martin Sandsmark
Confirmed on Feisty, with 3.5.6. Rather annoying, and is distro
specific.

** Attachment added: skjermbilde1.png
   http://librarian.launchpad.net/7719763/skjermbilde1.png

-- 
Dragging a link around a Konqueror window leaves behind cursor artifacts
https://bugs.launchpad.net/bugs/107407
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

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


[Bug 107407] Re: Dragging a link around a Konqueror window leaves behind cursor artifacts

2007-05-20 Thread Martin Sandsmark
Also, closing Konqueror after cloning, makes Konqueror crash.
How to reproduce: Drag link around quickly, so it starts cloning. Stop cloning, 
hit alt+f4, and watch konqueror go up in flames.

Also, I don't believe it's the angle that triggers it, but rather the
speed you're dragging it with.

** Attachment added: Backtrace
   http://librarian.launchpad.net/7719859/trace

-- 
Dragging a link around a Konqueror window leaves behind cursor artifacts
https://bugs.launchpad.net/bugs/107407
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 115446] package request: TastyMenu, K-Menu replacement.

2007-05-18 Thread Martin Sandsmark
Public bug reported:

This is a K-Menu replacement that aims to provide maximum usability.
It takes the best ideas from KBFX and Kickoff and is very nice.

It would be nice to have a more modern menu for KDE.

Feisty i386 package: http://kde-apps.org/content/download.php?content=41866id=7
Debian x86-64 package: 
http://kde-apps.org/content/download.php?content=41866id=12
Source download: http://kde-apps.org/content/download.php?content=41866id=1

http://kde-apps.org/content/show.php/Tasty+Menu?content=41866

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed


** Tags: needs-packaging

-- 
package request: TastyMenu, K-Menu replacement.
https://bugs.launchpad.net/bugs/115446
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 109184] Re: KTorrent crashed without warning (fixed upstream)

2007-04-29 Thread Martin Sandsmark
The problem is with the DHT in KTorrent. Disabling it fixes the crashes, but 
you get slower downloads (=fewer peers).
Also, a 64-bit deb of 2.1.4 would be lovely (I'm staring at you, jdong;).

-Martin

-- 
KTorrent crashed without warning (fixed upstream)
https://bugs.launchpad.net/bugs/109184
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for ktorrent in ubuntu.

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


[Bug 91399] Re: fail to install with subprocess post-installation script returned error exit status 3

2007-04-12 Thread Martin Sandsmark
Got the same bug _again_ today, with the latest version of console-
setup.

** Changed in: console-setup (Ubuntu)
 Assignee: (unassigned) = Colin Watson

-- 
fail to install with subprocess post-installation script returned error exit 
status 3
https://bugs.launchpad.net/bugs/91399
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 99476] Re: should conflict on ia32-libs-openoffice.org

2007-04-05 Thread Martin Sandsmark
Same here:
[EMAIL PROTECTED]:~$ sudo dpkg -i 
/var/cache/apt/archives/ia32-libs_1.5ubuntu9_amd64.deb
(Reading database ... 180482 files and directories currently installed.)
Preparing to replace ia32-libs 1.5ubuntu6 (using 
.../ia32-libs_1.5ubuntu9_amd64.deb) ...
Unpacking replacement ia32-libs ...
dpkg: error processing /var/cache/apt/archives/ia32-libs_1.5ubuntu9_amd64.deb 
(--install):
 trying to overwrite `/usr/lib32/libaudio.so.2.4', which is also in package 
ia32-libs-openoffice.org
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/ia32-libs_1.5ubuntu9_amd64.deb

** Changed in: ia32-libs (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
should conflict on ia32-libs-openoffice.org
https://bugs.launchpad.net/bugs/99476
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 91399] Re: fail to install with subprocess post-installation script returned error exit status 3

2007-04-02 Thread Martin Sandsmark
Got the same error, again, after updating. Purging and reinstalling seems to 
fix it. Doesn't look like the package is able to be updated.
Who is responsible for these .debs?

** Changed in: console-setup (Ubuntu)
   Status: Fix Released = Confirmed

-- 
fail to install with subprocess post-installation script returned error exit 
status 3
https://bugs.launchpad.net/bugs/91399
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 91399] Re: fail to install with subprocess post-installation script returned error exit status 3

2007-03-23 Thread Martin Sandsmark
Found a solution. Just purge console-setup and install it again.

-- 
fail to install with subprocess post-installation script returned error exit 
status 3
https://launchpad.net/bugs/91399

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


[Bug 91399] Re: fail to install with subprocess post-installation script returned error exit status 3

2007-03-23 Thread Martin Sandsmark
Just purge the package and install again.

-- 
fail to install with subprocess post-installation script returned error exit 
status 3
https://launchpad.net/bugs/91399

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


[Bug 91399] Re: fail to install with subprocess post-installation script returned error exit status 3

2007-03-23 Thread Martin Sandsmark
run sudo apt-get purge console-setup and then sudo apt-get install
console-setup.

-- 
fail to install with subprocess post-installation script returned error exit 
status 3
https://launchpad.net/bugs/91399

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


[Bug 94872] Re: Problem on update

2007-03-22 Thread Martin Sandsmark
*** This bug is a duplicate of bug 91399 ***

** This bug has been marked a duplicate of bug 91399
   fail to install with subprocess post-installation script returned error exit 
status 3

-- 
Problem on update
https://launchpad.net/bugs/94872

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


[Bug 93812] Re: dpkg error for console-setup package with feisty for amd_64

2007-03-21 Thread Martin Sandsmark
*** This bug is a duplicate of bug 91399 ***

** This bug has been marked a duplicate of bug 91399
   fail to install with subprocess post-installation script returned error exit 
status 3

-- 
dpkg error for console-setup package with feisty for amd_64
https://launchpad.net/bugs/93812

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


[Bug 91399] Re: fail to install with subprocess post-installation script returned error exit status 3

2007-03-21 Thread Martin Sandsmark
Seems to be only on Kubuntu Feisty.
What seems weird, though, is that AFAIK console-setup shouldn't have too much 
to do with KDE.

-- 
fail to install with subprocess post-installation script returned error exit 
status 3
https://launchpad.net/bugs/91399

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


[Bug 93911] Re: console-setup and ubuntu-minimal report configuration errors during apt-get upgrades

2007-03-21 Thread Martin Sandsmark
*** This bug is a duplicate of bug 91399 ***

** This bug has been marked a duplicate of bug 91399
   fail to install with subprocess post-installation script returned error exit 
status 3

-- 
console-setup and ubuntu-minimal report configuration errors during apt-get 
upgrades
https://launchpad.net/bugs/93911

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


[Bug 91399] Re: fail to install with subprocess post-installation script returned error exit status 3

2007-03-19 Thread Martin Sandsmark
Same failing here.
Setting up console-setup (1.13ubuntu9) ...
dpkg: error processing console-setup (--configure):
 subprocess post-installation script returned error exit status 20

It's kind of bothersome, since ubuntu-minimal requires it.

-- 
fail to install with subprocess post-installation script returned error exit 
status 3
https://launchpad.net/bugs/91399

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


[Bug 91399] Re: fail to install with subprocess post-installation script returned error exit status 3

2007-03-19 Thread Martin Sandsmark
Managed to get this out of it:
 Setting up console-setup (1.13ubuntu9) ...
 D02: fork/exec /var/lib/dpkg/info/console-setup.postinst ( configure 
1.13ubuntu7 )
 dpkg: error processing console-setup (--install):
  subprocess post-installation script returned error exit status 20
 Errors were encountered while processing:
  console-setup

Running sudo /var/lib/dpkg/info/console-setup.postinst afterwards
returns nothing.

-- 
fail to install with subprocess post-installation script returned error exit 
status 3
https://launchpad.net/bugs/91399

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


[Bug 84853] Re: too many instances of Ubuntu on yelp frontpage

2007-02-13 Thread Martin Sandsmark
I would say that it isn't a bad thing. It's actually a quite clever marketing 
trick to get the product name (in this case Ubuntu) into users/customers minds. 
Next time you start a computer running a Microsoft(tm)-made OS, you should 
count how many times Microsoft(tm) appears;-) Quite fun actually.

-- 
too many instances of Ubuntu on yelp frontpage
https://launchpad.net/bugs/84853

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