[Bug 1246696] Re: Please update kdevelop to 4.5.2

2013-11-08 Thread Ulrik Mikaelsson
Can I see the new package being published somewhere? I have quite severe stability problems with 4.5.1. It is basically unusable for me. (C++ project) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1242300] Re: Clang cannot locate standard header files

2013-10-24 Thread Ulrik Mikaelsson
** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1242300 Title: Clang cannot locate standard header files To manage notifications about this

[Bug 1242300] Re: Clang cannot locate standard header files

2013-10-24 Thread Ulrik Mikaelsson
3.3 and 3.4 gives me another problem; /usr/lib/gcc/i686-linux-gnu/4.8/../../../../include/c++/4.8/string:38:10: fatal error: 'bits/c++config.h' file not found -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 877762] Re: qmake doesn't seem to be qxt aware

2011-11-12 Thread Ulrik Mikaelsson
I've also got problems with this. I found the problem, the mkspecs is missing in the -dev package. AFAICT, this pretty much breaks the entire package, since (again AFAICT) nothing can use it in Oneiric as-is. Also, I failed to find a single package actually using libqxt. I vote for SRU. -- You

[Bug 877762] Re: qmake doesn't seem to be qxt aware

2011-11-12 Thread Ulrik Mikaelsson
mkspec/features to -dev. + + -- Ulrik Mikaelsson ulrik.mikaels...@gmail.com Wed, 09 Nov 2011 09:28:20 +0100 + libqxt (0.6.1-3ubuntu1) oneiric; urgency=low * Expect qt plugins in multiarch location. LP: #831083. diff -Nru libqxt-0.6.1/debian/libqxt-dev.install libqxt-0.6.1/debian/libqxt

[Bug 846704] Re: package fprobe 1.1-7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-30 Thread Ulrik Mikaelsson
For me, running strace fprobe localhost: it ends with: socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 bind(3, {sa_family=AF_UNSPEC, sa_data=\0\0\0\0\0\0\0\0\0\0\0\0\0\0}, 16) = -1 EAFNOSUPPORT (Address family not supported by protocol) write(2, bind(): Address family not suppo..., 49bind():

[Bug 846704] Re: package fprobe 1.1-7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-30 Thread Ulrik Mikaelsson
Workaround: if source-address is set with -a srcip it seems to work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846704 Title: package fprobe 1.1-7.2 failed to install/upgrade: subprocess

[Bug 662946] Re: linux kernel 2.6.35 slows down the whole system because of kslowdxxx processes

2010-11-21 Thread Ulrik Mikaelsson
Tried upgrading to 2.6.36-020636-generic, and adding to my xorg.conf: Section Device Identifier Intel Driver intel EndSection No luck. HOWEVER: When also disabling polling by echo N | sudo tee /sys/module/drm_kms_helper/parameters/poll, it seems the problems went away. So, for those

[Bug 550288] Re: bluez fails to discover mx5000 keyboard and mouse

2010-09-07 Thread Ulrik Mikaelsson
Adding +1. Kents solution from comment #10 worked, but broke with last update. -- bluez fails to discover mx5000 keyboard and mouse https://bugs.launchpad.net/bugs/550288 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 524867] Re: lucid wireless disconnection eee RaLink RT2860 (eee 901)

2010-05-07 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 496093 *** https://bugs.launchpad.net/bugs/496093 Affects me too, and changing to WPA2 only works. -- lucid wireless disconnection eee RaLink RT2860 (eee 901) https://bugs.launchpad.net/bugs/524867 You received this bug notification because you are a

[Bug 550288] Re: bluez fails to discover mx5000 keyboard and mouse

2010-05-02 Thread Ulrik Mikaelsson
Same problem for me, and the above solution worked. -- bluez fails to discover mx5000 keyboard and mouse https://bugs.launchpad.net/bugs/550288 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 555130] Re: perf doesn't work on -pae-kernels [patch proposal]

2010-04-22 Thread Ulrik Mikaelsson
Couldn't figure how to build a debdiff, but here's a regular patch to the file, from within the package sources. ** Patch added: perf-pae-fix.patch http://launchpadlibrarian.net/45032848/perf-pae-fix.patch -- perf doesn't work on -pae-kernels [patch proposal]

[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-04-06 Thread Ulrik Mikaelsson
Great! I were about to ask you for a stacktrace or coredump, to verify it's not an unrelated bug. :) -- aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 *** https://bugs.launchpad.net/bugs/515525 You received this bug notification because

[Bug 555130] [NEW] perf doesn't work on -pae-kernels [patch proposal]

2010-04-04 Thread Ulrik Mikaelsson
Public bug reported: Binary package hint: linux-tools-common linux-tools-common contains a small redirection-script (/usr/bin/perf), for dispatching to the perf-version corresponding to the running kernel. This script uses basically ${`uname -r`%-*} to figure the running kernel version, where

[Bug 305286] Re: fails to playback ogv produced by recordmydesktop

2010-04-04 Thread Ulrik Mikaelsson
Will the upstream fix be pushed to Ubuntu before Lucid? -- fails to playback ogv produced by recordmydesktop https://bugs.launchpad.net/bugs/305286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-31 Thread Ulrik Mikaelsson
Spent some time with this, and found the cause. The error is a bit mis- leading, it's not a double-free-problem. Rather, it's a problem with the implementation failing to allocate space for null-termination when allocating buffer for an empty screen-line, therefore the connection to terminal size.

[Bug 515525] Re: aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 ***

2010-03-31 Thread Ulrik Mikaelsson
** Patch added: aptitude-fix-memory-corruption.patch http://launchpadlibrarian.net/42660829/aptitude-fix-memory-corruption.patch -- aptitude assert failure: *** glibc detected *** aptitude: double free or corruption (!prev): 0x08f9d658 *** https://bugs.launchpad.net/bugs/515525 You received

[Bug 545044] [NEW] Xdg-open should use kde-open instead of kfmclient

2010-03-23 Thread Ulrik Mikaelsson
Public bug reported: Binary package hint: xdg-utils In /usr/bin/xdg-open, open_kde attempts to use the kfmclient binary to open the provided URI. Kfmclient is according to Ubuntu package database

[Bug 387423] Re: Alsa sound regression in 2.6.30

2010-03-14 Thread Ulrik Mikaelsson
Noop. This bug vanished, even during the Karmic development cycle, as I recall. It can safely be closed. -- Alsa sound regression in 2.6.30 https://bugs.launchpad.net/bugs/387423 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 417977] Re: Since last karmic cups update printer will not connect to cups

2009-09-10 Thread Ulrik Mikaelsson
Wow. That comment #14 about 1.4.0. and usblp FINALLY solved my problem. (I've been battling it for hours now.) What's more annoying is that it seems that has already been added to /etc/modprobe.d/blacklist-cups.conf by some apt-update, a reboot would have solved the problem. Would it be possible

[Bug 209982] Re: many -N options gets dropped for command-line

2009-07-16 Thread Ulrik Mikaelsson
Ehm, in my comment for 2009-01-25, I confirmed it for Jaunty (9.04)? I can now however, also re-confirm it for Karmic, updated as of today. Please, test it yourself, as per the instructions I gave in the posting from 2009-01-25. It is trivially reproducible. -- many -N options gets dropped for

[Bug 399472] [NEW] Sync tetzle 1.2.1-1 (universe) from Debian unstable (main).

2009-07-14 Thread Ulrik Mikaelsson
Public bug reported: Please sync tetzle 1.2.1-1 (universe) from Debian unstable (main). Changelog since current 1.2.1-1 version 0: tetzle (1.2.1-1) unstable; urgency=low * Initial package in Debian. Closes: #530340. * debian/patches/01_paths.diff: Added. Replaces /usr/local by /usr

[Bug 242481] Re: [needs-packaging] Tetzle

2009-07-14 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 399472 *** https://bugs.launchpad.net/bugs/399472 ** This bug has been marked a duplicate of bug 399472 Sync tetzle 1.2.1-1 (universe) from Debian unstable (main). -- [needs-packaging] Tetzle https://bugs.launchpad.net/bugs/242481 You received this bug

[Bug 371704] Re: QLog does not show commit-messages in listing.

2009-07-02 Thread Ulrik Mikaelsson
Ehm, while I don't care much personally (I just use the above-mentioned PPA), leaving the package essentially broken for Jaunty doesn't seem like a nice option. The QBzr package serves essentially as a branch /repo-viewer, so with one of these core-functions broken, it has a huge impact on the

[Bug 387423] Re: Alsa sound regression in 2.6.30

2009-06-17 Thread Ulrik Mikaelsson
I tried the vanilla 2.6.30 kernel, still with the same problem. But then I applied to patch proposed in the above-mentioned thread, which resolved the problem. -- Alsa sound regression in 2.6.30 https://bugs.launchpad.net/bugs/387423 You received this bug notification because you are a member of

[Bug 387423] [NEW] Alsa sound regression in 2.6.30

2009-06-15 Thread Ulrik Mikaelsson
Public bug reported: Binary package hint: linux-image-2.6.30-9-generic Running on a Jaunty system with kernel upgrade to linux- image-2.6.30-9-generic (from Karmic). When on the newer kernel, audio begins doing micro-skipping, sounding like the card ring-buffer skipped a loop. The skipping can

[Bug 346717] Re: Firefox freezes when trying to view fullscreen flash video

2009-05-16 Thread Ulrik Mikaelsson
This happens for me as well. What nvidia-card are you using? (Suspecting driver-fault) -- Firefox freezes when trying to view fullscreen flash video https://bugs.launchpad.net/bugs/346717 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 371704] Re: QLog does not show commit-messages in listing.

2009-05-04 Thread Ulrik Mikaelsson
Bug is in the Jaunty-package. Probably not in trunk. ** Changed in: qbzr Status: New = Invalid ** Also affects: qbzr (Ubuntu) Importance: Undecided Status: New -- QLog does not show commit-messages in listing. https://bugs.launchpad.net/bugs/371704 You received this bug

[Bug 371704] Re: QLog does not show commit-messages in listing.

2009-05-04 Thread Ulrik Mikaelsson
The problem seems to be fixed in https://launchpad.net/~qbzr- dev/+archive/ppa. Not sure if this is enough for SRU. Perhaps a MOTU could comment on this? Also not sure if there are more regressions in the current Jaunty- version due to broken deps. -- QLog does not show commit-messages in

[Bug 286461] Re: Logitech BT Mini-Receiver needs reinserting after boot-up. In other case mouse and keyboard not working

2009-04-21 Thread Ulrik Mikaelsson
I can confirm that this bug affects my Logitech Coordless Desktop in combination with an Intel Mac Mini. Brad:s suggestion seems to work, for me. Huge thanks, Brad (I think I've had this problem. for even longer than 8.04) -- Logitech BT Mini-Receiver needs reinserting after boot-up. In other

[Bug 116984] Re: Applications can't connect to avahi-daemon until avahi is restarted once.

2009-04-19 Thread Ulrik Mikaelsson
I had this problem. After some digging, it turned out it was simply a problem of python-avahi not being installed. After installation, it seems to have resolved itself. Since gajim without python-avahi isn't really a charm, why isn't python- avahi at least recommended (or depended) by gajim? (Now

[Bug 116984] Re: Applications can't connect to avahi-daemon until avahi is restarted once.

2009-04-19 Thread Ulrik Mikaelsson
** Branch linked: lp:~rawler/ubuntu/jaunty/gajim/fix-avahi -- Applications can't connect to avahi-daemon until avahi is restarted once. https://bugs.launchpad.net/bugs/116984 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 116984] Re: Applications can't connect to avahi-daemon until avahi is restarted once.

2009-04-19 Thread Ulrik Mikaelsson
** Branch unlinked: lp:~rawler/ubuntu/jaunty/gajim/fix-avahi -- Applications can't connect to avahi-daemon until avahi is restarted once. https://bugs.launchpad.net/bugs/116984 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 99118] Re: BUG: at drivers/hid/hid-core.c:780 implement()

2009-04-10 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 318465 *** https://bugs.launchpad.net/bugs/318465 I've had this same problem consistently in Hardy, Intrepid and Jaunty. In jaunty, however I've also had possibly related failures while the machine have been running for a while. (The mouse stops working,

[Bug 349314] Re: [i915] allocate MCHBAR space enable if necessary

2009-04-10 Thread Ulrik Mikaelsson
.40 did not resolve the problem for my Intel Mac Mini. In dmesg, I read the following when starting X. [ 220.727730] [drm:i915_setparam] *ERROR* unknown parameter 4 [ 220.727772] [drm:i915_getparam] *ERROR* Unknown parameter 6 [ 221.627995] [drm:i915_getparam] *ERROR* Unknown parameter 6 --

[Bug 329266] Re: [i915] tiiling is never enabled reducing video performance

2009-04-10 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 349314 *** https://bugs.launchpad.net/bugs/349314 I've tested the .40 kernel proposed in bug #349314. It does not resolve the problem for the Intel chipset in my Mac Mini. -- [i915] tiiling is never enabled reducing video performance

[Bug 99118] Re: BUG: at drivers/hid/hid-core.c:780 implement()

2009-04-10 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 318465 *** https://bugs.launchpad.net/bugs/318465 Tested booting into single-mode now. The keyboard works, but I can't get GPM to read anything from the mouse. (Better test, someone?) BTW, the duplicate-marking is wrong. This bug is about people using

[Bug 329689] [NEW] SIGSEGV: When browsing in the Open File dialog of Kate4, kate dies with a SIGSEGV from Phonon

2009-02-15 Thread Ulrik Mikaelsson
Public bug reported: Binary package hint: phonon As in the short description. Have debugged with GDB and got this output and backtrace, pointing towards Phonon. This can be easily reproduced in my system, since initial upgrade to Jaunty, in December-08. If someone wants to look into this, please

[Bug 129488] Re: very sub-optimal default readahead settings on device and unused readahead setting in LVM

2009-02-10 Thread Ulrik Mikaelsson
Seems to exist in Jaunty as well -- very sub-optimal default readahead settings on device and unused readahead setting in LVM https://bugs.launchpad.net/bugs/129488 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 209982] Re: many -N options gets dropped for command-line

2009-01-25 Thread Ulrik Mikaelsson
Re-confirmed in upstream tracker 2009-01-13. -- many -N options gets dropped for command-line https://bugs.launchpad.net/bugs/209982 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 209982] Re: many -N options gets dropped for command-line

2009-01-25 Thread Ulrik Mikaelsson
Actually, I just realized it's fairly easy to test. After spending some 30 mins devising an xml-file to test against, I realized testing is as simple as typing xmlstarlet sel -N A=A -N B=B -t -c '/' Correct behavior would be waiting for XML-input on stdin, while a version with the bug shows the

[Bug 301755] [NEW] Crackling noise after update to pulseaudio

2008-11-24 Thread Ulrik Mikaelsson
Public bug reported: Binary package hint: pulseaudio After upgrading to Jaunty, when listening to audio through Pulseaudio, I get a crackling sound, that seems to be bound to system load. Not necessarily CPU load, the CPU load is well below 50% at all times, but I.E. harddisk access seems to

[Bug 280706] [NEW] [WISH] Open action from filemanager

2008-10-09 Thread Ulrik Mikaelsson
Public bug reported: Binary package hint: wireshark Wireshark currently has no Open action registered with .pcap-files from Nautilus (probably no other file-manager either) The core reason seems to be there is no mimetype registered for pcap- files (and possibly not detected by Nautilus), so

[Bug 242481] Re: [needs-packaging] Tetzle

2008-08-22 Thread Ulrik Mikaelsson
1.1.0 now packaged. http://revu.ubuntuwire.com/details.py?package=tetzle -- [needs-packaging] Tetzle https://bugs.launchpad.net/bugs/242481 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 211252] Re: Cannot recieve files using bluetooth

2008-06-23 Thread Ulrik Mikaelsson
Updating bluez-utils to the current intrepid version (this one; https://launchpad.net/ubuntu/intrepid/amd64/bluez-utils/3.30-3ubuntu2) solved the problem for me. -- Cannot recieve files using bluetooth https://bugs.launchpad.net/bugs/211252 You received this bug notification because you are a

[Bug 148712] Re: Gusty, Hardy: Not seeing bluetooth services even after pairing

2008-06-23 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 186973 *** https://bugs.launchpad.net/bugs/186973 Tested on vanilla hardy + bluez-utils = 3.30-3ubuntu2 (due to bug#211252). My Sony Ericsson K810 does not find the Ubuntu host when trying to send images. It does however manage to pair successfully. Using a

[Bug 148712] Re: Gusty, Hardy: Not seeing bluetooth services even after pairing

2008-06-23 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 186973 *** https://bugs.launchpad.net/bugs/186973 Tested on vanilla hardy + bluez-utils = 3.30-3ubuntu2 (due to bug#211252). My Sony Ericsson K810 does not find the Ubuntu host when trying to send images. It does however manage to pair successfully. Using a

[Bug 242481] [NEW] [needs-packaging] Tetzle

2008-06-23 Thread Ulrik Mikaelsson
Public bug reported: Found http://gottcode.org/tetzle/. It's a quite addictive and nice little game. Easy build-process. Lightweight. Would be a great addition to the Ubuntu games list. ** Affects: ubuntu Importance: Undecided Status: New ** Tags: needs-packaging --

[Bug 242481] Re: [needs-packaging] Tetzle

2008-06-23 Thread Ulrik Mikaelsson
I've done an amateurs attempt to package this. pbuilder fails, claiming libqt4-opengl-dev is an virtual package that it can't resolve. I've not been able to figure this one out, but otherwise it seems nice and working. ** Attachment added: tetzle_1.0-0ubuntu1.dsc

[Bug 242481] Re: [needs-packaging] Tetzle

2008-06-23 Thread Ulrik Mikaelsson
** Attachment added: tetzle_1.0-0ubuntu1.diff.gz http://launchpadlibrarian.net/15547846/tetzle_1.0-0ubuntu1.diff.gz -- [needs-packaging] Tetzle https://bugs.launchpad.net/bugs/242481 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 242481] Re: [needs-packaging] Tetzle

2008-06-23 Thread Ulrik Mikaelsson
** Attachment added: tetzle_1.0.orig.tar.gz http://launchpadlibrarian.net/15547849/tetzle_1.0.orig.tar.gz -- [needs-packaging] Tetzle https://bugs.launchpad.net/bugs/242481 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 242481] Re: [needs-packaging] Tetzle

2008-06-23 Thread Ulrik Mikaelsson
** Attachment added: tetzle_1.0-0ubuntu1_amd64.deb http://launchpadlibrarian.net/15547854/tetzle_1.0-0ubuntu1_amd64.deb -- [needs-packaging] Tetzle https://bugs.launchpad.net/bugs/242481 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 242481] Re: [needs-packaging] Tetzle

2008-06-23 Thread Ulrik Mikaelsson
Correction. Now builds under pbuilder as well. -- [needs-packaging] Tetzle https://bugs.launchpad.net/bugs/242481 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

[Bug 242481] Re: [needs-packaging] Tetzle

2008-06-23 Thread Ulrik Mikaelsson
Scratch that. Here's v.1.0.1 instead. Fullscreen + a couple of fixed bugs. ** Attachment added: tetzle-1.0.1.srcpkg.tgz http://launchpadlibrarian.net/15549056/tetzle-1.0.1.srcpkg.tgz -- [needs-packaging] Tetzle https://bugs.launchpad.net/bugs/242481 You received this bug notification

[Bug 242481] Re: [needs-packaging] Tetzle

2008-06-23 Thread Ulrik Mikaelsson
** Attachment added: tetzle_1.0-0ubuntu1_amd64.deb http://launchpadlibrarian.net/15549059/tetzle_1.0-0ubuntu1_amd64.deb -- [needs-packaging] Tetzle https://bugs.launchpad.net/bugs/242481 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 242481] Re: [needs-packaging] Tetzle

2008-06-23 Thread Ulrik Mikaelsson
Wow, it's late. And launchpad should REALLY check for re-posts of the same files twice. ** Attachment added: tetzle_1.0.1-0ubuntu1_amd64.deb http://launchpadlibrarian.net/15549070/tetzle_1.0.1-0ubuntu1_amd64.deb -- [needs-packaging] Tetzle https://bugs.launchpad.net/bugs/242481 You received

[Bug 231315] Re: [hardy] krdc crashes after upgrade to hardy

2008-06-15 Thread Ulrik Mikaelsson
Possibly related: https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/185311 http://forum.tuxx-home.at/viewtopic.php?f=10t=565 -- [hardy] krdc crashes after upgrade to hardy https://bugs.launchpad.net/bugs/231315 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 209982] [NEW] many -N options gets dropped for command-line

2008-03-31 Thread Ulrik Mikaelsson
Public bug reported: Binary package hint: xmlstarlet Slightly more info in original bug in SF. https://sourceforge.net/tracker/index.php?func=detailaid=1722425group_id=66612atid=515106 Basically, adding more -N options on command-line will not really result in all extra namespaces being used.

[Bug 209982] Re: many -N options gets dropped for command-line

2008-03-31 Thread Ulrik Mikaelsson
** Attachment added: Fix for the typo http://launchpadlibrarian.net/13007745/N-option-bug.patch -- many -N options gets dropped for command-line https://bugs.launchpad.net/bugs/209982 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 152856] Re: Kubuntu Package Installer (GDebiKDE) says Package File Does Not Exist when trying to install a deb that's in a directory that has a space in it's name.

2008-03-10 Thread Ulrik Mikaelsson
Just tried this on latest Hardy, and could not reproduce. Guess it would be possible to back-track the changes, but I'm not enough familiar with deb/ubuntu packaging to know where to look. -- Kubuntu Package Installer (GDebiKDE) says Package File Does Not Exist when trying to install a deb

[Bug 112948] Re: Ekiga hangs when using pulseaudio

2007-12-18 Thread Ulrik Mikaelsson
Could this be related to bug #175028? -- Ekiga hangs when using pulseaudio https://bugs.launchpad.net/bugs/112948 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

[Bug 112948] Re: Ekiga hangs when using pulseaudio

2007-12-18 Thread Ulrik Mikaelsson
Sorry, wrong bug. My bad, instead, isn't this related to bug #109439? -- Ekiga hangs when using pulseaudio https://bugs.launchpad.net/bugs/112948 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 109439] Re: pulseaudio should use default alsa devices

2007-12-18 Thread Ulrik Mikaelsson
I've been having difficulties with using some alsa-native apps, such as the nonfree flash-plugin. The point is, I'm afraid many applications will be dependent on alsa for a good while. (Pro-audio stuff, won't probably switch to pulse in the near future, for instance) Alsa and pulse needs to

[Bug 137420] Re: hard disk power management after resume

2007-10-25 Thread Ulrik Mikaelsson
This bug has gotten some attention. http://www.linux-hero.com/rant /explanation-ubuntu-hard-drive-wear-and-tear Is it, like suggested in the comments, /etc/acpi/power.sh that controls this? It reads /etc/default/acpi-support and in my config it says; # Switch to laptop-mode on battery power -

[Bug 36998] Re: Kernel Won't Boot on an IBM Thinkpad R30

2007-10-23 Thread Ulrik Mikaelsson
** Also affects: linux-source-2.6.20 (Ubuntu) Importance: Undecided Status: New -- Kernel Won't Boot on an IBM Thinkpad R30 https://bugs.launchpad.net/bugs/36998 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs

[Bug 154843] Need more info

2007-10-20 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 145112 *** https://bugs.launchpad.net/bugs/145112 Thank you for taking time to do a bug-report. Please read https://wiki.ubuntu.com/X/Debugging and add info about; - How complete is the X failure? + Does ctrl+alt+f1 take you to a console? + Does

[Bug 154843] Re: random freeze with nvidia-gls-new driver enabled

2007-10-20 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 145112 *** https://bugs.launchpad.net/bugs/145112 Sorry, I forgot one thing; - Is compiz active at the time of the crashes? -- random freeze with nvidia-gls-new driver enabled https://bugs.launchpad.net/bugs/154843 You received this bug notification

[Bug 154843] Re: random freeze with nvidia-gls-new driver enabled

2007-10-20 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 145112 *** https://bugs.launchpad.net/bugs/145112 ** This bug has been marked a duplicate of bug 145112 Random NVidia Proprietary Driver Lynches / Lock-Ups -- random freeze with nvidia-gls-new driver enabled https://bugs.launchpad.net/bugs/154843 You

[Bug 120278] Re: [Gutsy] VLC Crashes instantly fails to Start

2007-10-18 Thread Ulrik Mikaelsson
Hmm. I'm still having the same, or a similar problem. Gutsy, x86_64. --- [EMAIL PROTECTED]:~$ vlc VLC media player 0.8.6c Janus *** glibc detected *** vlc: free(): invalid pointer: 0x00b5d220 *** === Backtrace: = /lib/libc.so.6[0x2ab597ab0b0a]

[Bug 150129] Re: [Gutsy] ALSA lib pcm_dmix.c:864:(snd_pcm_dmix_open) unable to open slave

2007-10-10 Thread Ulrik Mikaelsson
Same here. Regression from Feisty -- [Gutsy] ALSA lib pcm_dmix.c:864:(snd_pcm_dmix_open) unable to open slave https://bugs.launchpad.net/bugs/150129 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 147677] Re: [gutsy] Broken; Format cell in OO.org Calc

2007-10-06 Thread Ulrik Mikaelsson
Uhm, in what way does it happen to Firefox? 2007/10/5, BorgCymru [EMAIL PROTECTED]: Same here Gutsy and Open Office 2.3, also happening with FireFox. Makes OpenOffice unusable so Will be looking else where for software to use now. No point using something that will not work at all :( --

[Bug 129328] Re: Only one application can use the sound card

2007-10-06 Thread Ulrik Mikaelsson
https://help.ubuntu.com/community/EnableSoftwareMixing -- Only one application can use the sound card https://bugs.launchpad.net/bugs/129328 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 150025] Re: Bulletproof X broken for nVidia

2007-10-06 Thread Ulrik Mikaelsson
I had a similar result. I got BulletProof X running, but once trying to reconfigure anything, OR continue with the low-res config, the system froze. -- Bulletproof X broken for nVidia https://bugs.launchpad.net/bugs/150025 You received this bug notification because you are a member of Ubuntu

[Bug 147677] [gutsy] Broken; Format cell in OO.org Calc

2007-10-01 Thread Ulrik Mikaelsson
Public bug reported: Binary package hint: openoffice.org2 Steps to reproduce (on my machine, up2date Gutsy) * Create new OO.org document * Select a Cell * Right-click and select Format Cell ** Affects: openoffice.org2 (Ubuntu) Importance: Undecided Status: New -- [gutsy] Broken;

[Bug 124641] Re: device-mapper: ioctl: error adding target to table

2007-09-28 Thread Ulrik Mikaelsson
*** This bug is a duplicate of bug 115616 *** https://bugs.launchpad.net/bugs/115616 ** This bug has been marked a duplicate of bug 115616 Device-mapper errors: dm-linear, lookup failed -- device-mapper: ioctl: error adding target to table https://bugs.launchpad.net/bugs/124641 You

[Bug 129328] Re: Only one application can use the sound card

2007-09-28 Thread Ulrik Mikaelsson
What sound card? -- Only one application can use the sound card https://bugs.launchpad.net/bugs/129328 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

[Bug 139726] Re: [Gutsy} GDM is missing menu items

2007-09-26 Thread Ulrik Mikaelsson
Great. :) -- [Gutsy} GDM is missing menu items https://bugs.launchpad.net/bugs/139726 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

[Bug 139726] Re: [Gutsy} GDM is missing menu items

2007-09-25 Thread Ulrik Mikaelsson
I don't really understand what's going on here. John; Is it possible for you to get screendumps showing the problem? Perhaps photograph the monitor using a camera and attach here? -- [Gutsy} GDM is missing menu items https://bugs.launchpad.net/bugs/139726 You received this bug notification

[Bug 19711] Re: [dri] constant bus activity due to DMAing everything

2007-09-25 Thread Ulrik Mikaelsson
** Bug watch added: freedesktop.org Bugzilla #7119 https://bugs.freedesktop.org/show_bug.cgi?id=7119 ** Also affects: xorg-server via https://bugs.freedesktop.org/show_bug.cgi?id=7119 Importance: Unknown Status: Unknown ** Bug watch added: Linux Kernel Bug Tracker #6689

[Bug 139726] Re: [Gutsy} GDM is missing menu items

2007-09-25 Thread Ulrik Mikaelsson
Ok, so if I understand this correctly, it's rather about a bad resolution being used (a virtual resolution that differs from the physical), than a problem with entries in GDM? Could you first try: sudo dpkg-reconfigure -phigh xserver-xorg If that doesn't help, please post your xorg.conf? --

[Bug 131965] Re: Skge broken for Marvell network chip

2007-08-25 Thread Ulrik Mikaelsson
Allright. The bug, after not being produced for a long while, occurred again tonight. Here's the wanted messages-log. ** Attachment added: Messages-log when the problem occured. http://launchpadlibrarian.net/8981119/messages.0 -- Skge broken for Marvell network chip

[Bug 131965] Skge broken for Marvell network chip

2007-08-12 Thread Ulrik Mikaelsson
Public bug reported: Binary package hint: linux-image-2.6.22-9-generic Since upgrade to Gutsy, a few weeks ago, I've been having problem with random lockups in the skge driver. They occur with varying frequency, usually once every two days or so, but sometimes a little more often. Yesterday I

[Bug 131965] Re: Skge broken for Marvell network chip

2007-08-12 Thread Ulrik Mikaelsson
Relevant lshw; *-pci:0 description: PCI bridge product: CK804 PCI Bridge vendor: nVidia Corporation physical id: 9 bus info: [EMAIL PROTECTED]:00:09.0 version: a2 width: 32 bits clock: 66MHz

[Bug 131965] Re: Skge broken for Marvell network chip

2007-08-12 Thread Ulrik Mikaelsson
Also note; this is a regression from Feisty. -- Skge broken for Marvell network chip https://bugs.launchpad.net/bugs/131965 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

[Bug 131965] Re: Skge broken for Marvell network chip

2007-08-12 Thread Ulrik Mikaelsson
Bug #37784 seems related, although the symptoms differ quite a lot. I have no problem with large uploads, as is described. In fact, when video-streaming I managed to hang the driver pretty repeatedly, while when copying the video material over to the Mac, everything went smooth. Also, for me I

[Bug 13938] Re: Entering é character in full name during installation fails

2007-07-02 Thread Ulrik Mikaelsson
No changes in a couple of years on this bug? Does it affect Dapper? Otherwise closing-time, I'd say? -- Entering é character in full name during installation fails https://bugs.launchpad.net/bugs/13938 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 98765] Done some digging

2007-06-24 Thread Ulrik Mikaelsson
Looked up the source of the problem. The assertion itself is bogus, what it essentially checks for are empty strings on input (IE a single '\0'-character) While '\0'-characters are not dangerous, it certainly should not crash pan, and DEFINATELY should not require manual cache-cleansing. With

[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-05-03 Thread Ulrik Mikaelsson
This is a known bug in evolution. I can't seem to find the dissection of the bug now, fiddled with it roughly half a year ago. It also affects Entourage on MacOSX. Details here http://support.microsoft.com/kb/909268. Anyways, I started working on a patch, but didn't finish. My problem was that I

[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-05-03 Thread Ulrik Mikaelsson
http://bugzilla.gnome.org/show_bug.cgi?id=415922 - more info here -- evolution-exchange: unable to setup exchange account https://bugs.launchpad.net/bugs/25106 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 90863] Re: ck804xrom ck804xrom_init_one(): Unable to register resource ... kernel bug?

2007-05-02 Thread Ulrik Mikaelsson
I've got the same error in dmesg, but my system is just slow when accessing Parallell ATA, not crashing. SATA works fine, though. | $ sudo hdparm -t /dev/hdc | | /dev/hdc: | Timing buffered disk reads: 116 MB in 3.04 seconds = 38.17 MB/sec Not too bad, BUT: | $ dd if=a of=b | 184457216 byte

[Bug 95960] Re: gnome-settings-daemon breaks keyboard repetition

2007-04-05 Thread Ulrik Mikaelsson
After reinstalling all packages I could think of having something to do with it, probably mainly libgnomekbd, this seems to be working again. I think this bug could be closed. -- gnome-settings-daemon breaks keyboard repetition https://bugs.launchpad.net/bugs/95960 You received this bug

[Bug 95960] Re: gnome-settings-daemon breaks keyboard repetition

2007-04-05 Thread Ulrik Mikaelsson
Resolved by installing libgnomekbd ** Changed in: control-center (Ubuntu) Status: Unconfirmed = Rejected -- gnome-settings-daemon breaks keyboard repetition https://bugs.launchpad.net/bugs/95960 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

Re: [Bug 95960] Re: gnome-settings-daemon breaks keyboard repetition

2007-04-04 Thread Ulrik Mikaelsson
Unfortunately no. Reinstalling that specific package seems to solve nothing. And no, I'm not using the accessibility options. Any ideas of other packages that might need reinstalling? Regards / Ulrik -- gnome-settings-daemon breaks keyboard repetition https://bugs.launchpad.net/bugs/95960 You

[Bug 95960] gnome-settings-daemon breaks keyboard repetition

2007-03-25 Thread Ulrik Mikaelsson
Public bug reported: When gnome-control-center is loaded in current Feisty, either under a gnome-session, or by a gnome-app in other sessions, keyboard repetitions stop working. To reproduce: 1. Login from GDM to a twm session. 2. Open an xterm 3. Verify keyboard repetition working. 4. Start

[Bug 83468] Avahi behaves badly where there is a unicast .local-domain.

2007-02-05 Thread Ulrik Mikaelsson
Public bug reported: My ISP provides a .local-domain in their DNS config. The only thing i've been able to find, is a .local A-record that points to 127.0.0.1. Silly, I know, but ISP:s can be like that. This gives me some head-ache in regards to Avahi. Whenever I login, avahi (or possibly the

[Bug 72805] Re: nvidia-glx 1.0.9629 causes OpenGL programs to segfault on NV2x hardware

2006-12-14 Thread Ulrik Mikaelsson
Shouldn't importance be anything higher than medium? This bug should probably affect quite a lot of users? Also a bit disturbing to see the bug having been fixed in upstream for over a week and no action. -- nvidia-glx 1.0.9629 causes OpenGL programs to segfault on NV2x hardware

[Bug 72805] Re: nvidia-glx 1.0.9629 causes OpenGL programs to segfault on NV2x hardware

2006-12-14 Thread Ulrik Mikaelsson
Sorry, I might be jumping the gun, but I see no apparent reason why a development version should receive less updates than a released version? On the contrary, in a released version, updates have to be a LOT more thoroughly considered, reviewed, and tested, before release. Regarding the