[Bug 35112] Re: MP3 track times are incorrect

2008-07-31 Thread Christian Niemeyer
Due mp3 support can not be officially supported (I guess), this really IS kind of a showstopper bug. Ripping only CBR mp3s as a workaround is not a good solution. Anyone know why this is so hard to fix? In feisty this worked fine for me. (or at least in edgy) I was hoping this would be solved in h

[Bug 174209] Re: Opera browser running very slow

2008-11-22 Thread Christian Niemeyer
Installed opera 9.62 from the vendor's site (.deb-package is offered there for intrepid ibex) on intrepid clean install. Firefox 3 is working with proper speed, working fine with ipv6 enabled (not systemwide, speakting about the about:config-entry, no difference if it is disabled). No Flashplugin

[Bug 195483] Re: Sound Juicer - MP3 quality doesn't change

2009-05-12 Thread Christian Niemeyer
Thanks everyone, especially @KennoVO for reporting. Hopefully we don't have to wait till gstreamer-0.11 is releases and this will just be included in a minor bugfix release of the lame plugin in gstreamer-0.10. Great news though. :-) -- Sound Juicer - MP3 quality doesn't change https://bugs.lau

[Bug 135324] Re: Gutsy: OpenOffice thumbnails transparent

2008-07-24 Thread Christian Niemeyer
Hi! I was quiet suprised when suddenly I saw odt-thumbnails in my document folder. Reinstalling on another system I was not able to reproduce this behaviour at first. I figured out, that Tracker is responsible for making the thumbnails of odt. files. But, I guess, you must run "tracker-preference

[Bug 135324] Re: Gutsy: OpenOffice thumbnails transparent

2008-07-24 Thread Christian Niemeyer
So and here's the second screenshot with a different background set. EDIT: Above the correct name of the thumbnail folder must be ~/.thumbnails/normal ** Attachment added: "tracker-odt-thumbnails-nautilus-dark.png" http://launchpadlibrarian.net/16284432/tracker-odt-thumbnails-nautilus-dark.p

[Bug 135324] Re: Gutsy: OpenOffice thumbnails transparent

2008-07-24 Thread Christian Niemeyer
sorry for triple posting. Here's a workaround: http://ubuntuforums.org/showthread.php?t=76566 There it's also said, that OOo2 makes automatically saves thumbnails into the document-files. But I guess what we see in nautilus is from tracker. Launchpad tells me that "tracker" uses Gnome-Bug-Tracke

[Bug 195483] Re: Sound Juicer - MP3 quality doesn't change

2009-01-24 Thread Christian Niemeyer
Oops, my second pipeline (which got me a 5.5 MB file) is wrong above, a typo. Here's the correct pipeline: audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr- quality=4 vbr-min-bitrate=96 vbr-max-bitrate=320 vbr-mean-bitrate=192 vbr=4 quality=0 ! xingmux ! id3v2mux With "quality is

[Bug 195483] Re: Sound Juicer - MP3 quality doesn't change

2009-01-24 Thread Christian Niemeyer
@KennoVo: I tried half a day yesterday trying to get different VBR- mp3-filesizes and came to the same conclusion. Thanks for explaining. For example I tried this: audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 quality=2 vbr=4 vbr-quality=3 ! xingmux ! id3v2mux then checking with VL

[Bug 195483] Re: Sound Juicer - MP3 quality doesn't change

2009-01-26 Thread Christian Niemeyer
The weird thing is, when you check those vbr mp3s created with sound- juicer in VLC (Ctrl+i there the "statistics"-tab) the vbr-bitrate only varies around 10 kb/s or even less, up and down. Check at the "Input" box the values for "Input bitrate" and "Stream bitrate". This is technically VBR, but no

[Bug 344821] Re: Weird font rendering on some websites in Firefox after fontconfig-2.6.0-1ubuntu6

2009-03-18 Thread Christian Niemeyer
Can confirm this problem with libfontconfig1, fontconfig, and fontconfig-config all in version 2.6.0-1ubuntu9 2.6.0-1ubuntu6 works fine though. With the updated versions some fonts on some sites look really weird, thin and so on. Example: https://wiki.kubuntu.org/JauntyJackalope/Alpha6/Kubuntu

[Bug 344821] Re: Weird font rendering on some websites in Firefox after fontconfig-2.6.0-1ubuntu6

2009-03-18 Thread Christian Niemeyer
With the versions 2.6.0-1ubuntu6 (at least starting from 2.6.0-1ubuntu8) this issue is definetely not related to fontconfig-settings, which one can achieve with sudo dpkg-reconfigure -p low fontconfig-config I tried all combinations which would make sense, but it has no effect to the described fon

[Bug 344821] Re: Weird font rendering on some websites in Firefox after fontconfig-2.6.0-1ubuntu6

2009-03-18 Thread Christian Niemeyer
** Attachment added: "here the wrong font rendering" http://launchpadlibrarian.net/24055589/fontconfig-2.6.0-1ubuntu9.png -- Weird font rendering on some websites in Firefox after fontconfig-2.6.0-1ubuntu6 https://bugs.launchpad.net/bugs/344821 You received this bug notification because you a

[Bug 344821] Re: Weird font rendering on some websites in Firefox after fontconfig-2.6.0-1ubuntu6

2009-03-18 Thread Christian Niemeyer
BTW: You have always to logout and then login again, to make any fontconfig changes appear. (Sorry for the many post, not well organized. ;-) ) ** Attachment added: "here the correct one done with fontconfig-2.6.0-1ubuntu6" http://launchpadlibrarian.net/24055643/worksfine-fontconfig-2.6.0-1ub

[Bug 344821] Re: Weird font rendering on some websites in Firefox after fontconfig-2.6.0-1ubuntu6

2009-03-18 Thread Christian Niemeyer
Thanks everybody, this was really fast. :-) -- Weird font rendering on some websites in Firefox after fontconfig-2.6.0-1ubuntu6 https://bugs.launchpad.net/bugs/344821 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 8896] Re: Enable auto-install of packages in recommends field by default, like in aptitude

2009-03-04 Thread Christian Niemeyer
@Felipe: You can do this quite easy by adding an entry in the /etc/apt/apt.conf.d/ directory. Make a new file in there, e.g. sudo gedit 99recommends And paste APT::Install-Recommends “true"; into it. Go to Synaptic in Preference and just check if "consider recommendations as dependencies" is a

[Bug 8896] Re: Enable auto-install of packages in recommends field by default, like in aptitude

2009-03-04 Thread Christian Niemeyer
@ Felipe: though be aware of it, that some recommended packages are not in the main respository, considering support. At least in hardy. -- Enable auto-install of packages in recommends field by default, like in aptitude https://bugs.launchpad.net/bugs/8896 You received this bug notification bec

[Bug 8896] Re: Enable auto-install of packages in recommends field by default, like in aptitude

2009-04-03 Thread Christian Niemeyer
@Ami: Thanks, this was indeed a keyboard layout typo error. APT::Install-Recommends "true"; is correct like you said -- Enable auto-install of packages in recommends field by default, like in aptitude https://bugs.launchpad.net/bugs/8896 You received this bug notification because you are a memb

[Bug 59909] Re: make-kpkg - fatal error: UTS Release does not match current version

2006-09-11 Thread Christian Niemeyer
sorry, I forgot: this happened under ubuntu edgy eft knot-2 ** Description changed: Binary package hint: kernel-package + + dist: ubuntu edgy eft knot-2 + kernel-source: 2.6.18-rc5 from kernel.org + ck patchset Hi! I tried to build a kernel-image on edgy with make xconfig and "make-

[Bug 59909] make-kpkg - fatal error: UTS Release does not match current version

2006-09-11 Thread Christian Niemeyer
Public bug reported: Binary package hint: kernel-package dist: ubuntu edgy eft knot-2 kernel-source: 2.6.18-rc5 from kernel.org + ck patchset Hi! I tried to build a kernel-image on edgy with make xconfig and "make- kpkg". (around september 10th) This error occured: [code] #make-kpkg kernel_ima

[Bug 59946] Re: Admin tools require admin group membership

2006-11-05 Thread Christian Niemeyer
For me the error occured when I wanted to disable some services via "services-admin". Accidentally I unchecked dbus. And since there was the problem. Fix: Run Synaptic (should still work) Re-Install following packages: -gnome-system-tools -system-tools-backend -dbus -libdbus-1-3 (or simply all pac

[Bug 59946] Re: Admin tools require admin group membership

2006-11-05 Thread Christian Niemeyer
Sorry forgot something: Now after Rebooting I experienced, that e.g. services-admin starts without asking permissions. Then you need to run alacarte menu editor and check the section >System >Administration and put gksu before these commands: gksu gdmsetup gksu users-admin gksu time-admin gksu s

[Bug 52365] Re: Amarok xine backend can't play FLAC files (1.4.1).

2006-11-05 Thread Christian Niemeyer
*** This bug is a duplicate of bug 48612 *** With edgy the problem is there again. All apps that use the xine-backend, will not play flac audio. with totem-gstreamer it works. amarok refuses, it gives no error message, is just parses the playlist and then stops. no sound. all codecs incl. libxin

[Bug 48612] Re: demux_flac.c does not set XINE_STREAM_INFO_HAS_AUDIO

2006-11-05 Thread Christian Niemeyer
problem still there under edgy -- demux_flac.c does not set XINE_STREAM_INFO_HAS_AUDIO https://launchpad.net/bugs/48612 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 52365] Re: Amarok xine backend can't play FLAC files (1.4.1).

2006-11-06 Thread Christian Niemeyer
*** This bug is a duplicate of bug 48612 *** UPDATE: SOLVED! (my fault) I took another flac file, which I converted with soundconverter and which was not ripped from a CD with using Grip. That _worked_! :) Than I thought that maybe Grip uses wrong parameters by default, but it was definetly my f

[Bug 48612] Re: demux_flac.c does not set XINE_STREAM_INFO_HAS_AUDIO

2006-11-06 Thread Christian Niemeyer
I encountered that it was my fault: I messed up the settings in Grip, with which the flac files were created. First I though maybe Grip does it wrong by default, but rm ~/.xine and rm ~/.grip (optional new login) was the solution for all my problems ;) and showing me, that is was my fault. (con

[Bug 52365] Re: Amarok xine backend can't play FLAC files (1.4.1).

2006-11-06 Thread Christian Niemeyer
*** This bug is a duplicate of bug 48612 *** I guess the error was, that I had uncheck "add IDv3 Tags only to files ending with .mp3" That was the problem. FLAC uses FLAC Vorbis Tags, I guess. So it's Flac Vorbis Tag vs. IDv3 Tag problem and that xine is more accurate with that. -- Amarok xine b

[Bug 219942] [NEW] firefox-themes-ubuntu package should be renamed to avoid user confusion

2008-04-20 Thread Christian Niemeyer
Public bug reported: Binary package hint: firefox-themes-ubuntu Surely this is not an important issue, but in ubuntu 8.04 the package called "firefox-themes-ubuntu" should be renamend to something like "firefox-2-themes-ubuntu". It is confusing for new unexperienced users and could lead to depend

[Bug 189005] Re: dpkg fails with debconf locked

2008-05-05 Thread Christian Niemeyer
Can confirm this bug on hardy. Also happens with other packages. for example: sudo dpkg-reconfigure -p low gnome-applets so it must be related to dpkg-packages somehow, I guess -- dpkg fails with debconf locked https://bugs.launchpad.net/bugs/189005 You received this bug notification because you

[Bug 186382] Re: [nvidia 169.xx] gtk window decorator somtimes draws decoration ugly or not at all

2008-04-23 Thread Christian Niemeyer
I experienced with new nvidia drivers, that when running nvidia-settings you shouldn't set it to a value beyond "Performance". (nvidia-settings > OpenGL settings > Image settings) Or try "Quality". Maybe this could help out with the wrong shadow colors. For me since some updates, xserver crashes

[Bug 50318] Re: manpage rendered wrong

2007-09-12 Thread Christian Niemeyer
can confirm that. in gnome-terminal by typing "man xorg.conf" everything is fine. when starting yelp and selecting xorg.conf manpage through search (by clicking) or typing man:xorg.conf all the quoation marks (") in this page get converted wrong to the letter Q Example: Option "Accel" "boolean"

[Bug 50318] Re: manpage rendered wrong

2007-09-12 Thread Christian Niemeyer
Just ago I asked some people on irc ubuntu. Can now confirm, that this occurs also on en-US environments. So this is _not_ a locale configuration issue. Someone on the irc, tried watching xorg.conf manpage with vi and there it's the same error there. shows quotation marks (") as \*q Very strange

[Bug 139517] Human theme appears in Add-Ons but can not be selected - others (Tangerine etc) working

2007-09-13 Thread Christian Niemeyer
Public bug reported: Binary package hint: firefox-themes-ubuntu After installing the package firefox-themes-ubuntu, I restart Firefox (2.0.0.6, from the repository). Then I go the "Add-Ons" > "Themes". There is Firefox default theme enabled (suggestion: maybe can this be switched, that when I ins

[Bug 139517] Re: Human theme appears in Add-Ons but can not be selected - others (Tangerine etc) working

2007-09-13 Thread Christian Niemeyer
Sorry, I forget to say, that normally the correct behaviour is, that in the Add-Ons -> Themes section a button is grey on a theme, which is selected currently. But human theme is not selected automatically when having installed firefox-themes-ubuntu. Firefox default themes seems to be selected and

[Bug 139517] Re: Human theme appears in Add-Ons but can not be selected - others (Tangerine etc) working

2007-09-14 Thread Christian Niemeyer
what I experienced was, in default firefox-themes-ubuntu is not installed. So Firefox has its default theme. Then installing firefox- themes-ubuntu and restarting firefox remains still the default ff theme (this is not the bug, but a suggestion, that it would be enabled automatically e.g. by a scri

[Bug 50318] Re: manpage rendered wrong

2007-09-14 Thread Christian Niemeyer
*bump* Should I create a new bug on this topic because my intention is not exactly related to the actual bug report? Though it's quite close to it. -- manpage rendered wrong https://bugs.launchpad.net/bugs/50318 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 50318] Re: manpage rendered wrong

2007-09-15 Thread Christian Niemeyer
Ok, thanks. Maybe this bug is also related to the manpages package, perhaps the error is in the charset there. -- manpage rendered wrong https://bugs.launchpad.net/bugs/50318 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubun

[Bug 50318] Re: manpage rendered wrong

2007-09-17 Thread Christian Niemeyer
@Colin: Thanks! :-) -- manpage rendered wrong https://bugs.launchpad.net/bugs/50318 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

[Bug 134493] Re: icedax only works for root

2007-12-23 Thread Christian Niemeyer
Same here, cdda2wav and cdparanoia working fine. With icedax, I get nearly the same messages, though my system hangs completely when icedax is at 0% of the first track. Then even killall -9 icedax won't work. Also not Sysrq keys (or they take very long time). I just can switch to a VT and Rebo

[Bug 67034] Re: available speeds are wrong

2007-12-23 Thread Christian Niemeyer
think also this is a bug in hal. Let's get this fix till hardy. -- available speeds are wrong https://bugs.launchpad.net/bugs/67034 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.ubun

[Bug 64905] Re: Mp3 metadata (ID3 tags) are corrupt

2007-12-23 Thread Christian Niemeyer
Perhaps this is maybe more MOTU-related to lame is not official supported (I guess) by ubuntu? Someone should make a thread on ubuntuforums.org. Though .ogg is superior than .mp3 this bug is quite a showstopper if someone needs to rip mp3s in an easy way for hardware players and mp3 /usb-sticks (

[Bug 35112] Re: MP3 track times are incorrect

2007-12-25 Thread Christian Niemeyer
Can confirm this in Gutsy. Seems to happen with VBR settings. In Gutsy (for me) there's also the problem, that pipelines including "xingmux" will not appear to be selected in sound-juicer, though are listed in gstreamer pipelines. However, instead auf xingmux I tried ffmux_mpeg (ffmpeg packages) i

[Bug 84007] Re: Cannot edit audio profiles without closing the list

2007-12-30 Thread Christian Niemeyer
The problem in Gutsy is, that you can't select pipelines in sound-juicer which include "xingmux". They simply will not appear. This is the bug, I think. Though they are available in gnome-audio-profiles-properties and active. "xingmux" is pretty much needed to get correct metadata in VBR-mp3. Th

[Bug 127101] Re: laptop hangs when switching video mode

2007-11-20 Thread Christian Niemeyer
Hi! Not sure, if this will help you, but I can confirm this behaviour exactly on a HP Laptop (G 6000 series, G 6050EG) with NVIDIA graphics card with only shared memory. It happens with the nv as well with binary nvidia driver (from repositorys and from the website). I think it's related to ACPI

[Bug 64905] Re: Mp3 metadata (ID3 tags) are corrupt

2007-12-17 Thread Christian Niemeyer
Can confirm this behaviour in Gutsy with Sound-juicer. A workaround would be to install the ffmpeg-packages and editing the gstreamer-pipeline (in Sound-Juicer or by "gnome-audio-profile-properties") something like this: "audio/x-raw-int,rate=44100,channels=2 ! lame name=enc quality=2 mode=0 vbr=

[Bug 64905] Re: Mp3 metadata (ID3 tags) are corrupt

2007-12-17 Thread Christian Niemeyer
Sorry, I forget something. The other bug (not the feisty/GUI one), where profiles exist but won't appear in the proper dialogue, where needed, can be found here: https://bugs.launchpad.net/sound-juicer/+bug/109849 Both bugs are very familiar but when looking closing are based on completely differ

[Bug 50318] Re: manpage rendered wrong

2007-12-17 Thread Christian Niemeyer
Still confirmed in Gutsy. (example "yelp man:xorg.conf") -- manpage rendered wrong https://bugs.launchpad.net/bugs/50318 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 http

[Bug 86431] Re: nautilus-cd-burner wrongly reports burn failure

2007-12-18 Thread Christian Niemeyer
I guess this is not a problem of nautilus-cd-burner but the error is in hal (libhal1 or hal1). Check if you can select in the nautilus-burn dialog an appropiate speed. For me it isn't possible since Gutsy, only weird speed selections beginning with 9x. Therefore the error gets produced. See thi

[Bug 67034] Re: available speeds are wrong

2007-12-18 Thread Christian Niemeyer
Since Gutsy I got this error message. Though for me the burned CDs are completely OK. Never had this error before, using a PHLIPS DVD+RW416. My first thought was, that it would be related to wodim or nautilus-cd- burner. But it is definetely the package libhal1. Because write speeds since Gutsy a

[Bug 67034] Re: available speeds are wrong

2007-12-18 Thread Christian Niemeyer
I now tried this on my laptop with a TSSTCorp CD/DVD-Writer. There I get no error and I guess write speeds are estimate correctly. For example, when using a CDRW which only allows 4x CD writing speed (which is the minimum) I can't select any speed. Though in Feisty the option field said "4x", he

[Bug 67034] Re: available speeds are wrong

2007-12-18 Thread Christian Niemeyer
Can someone please set the importance of this bug to "medium" or "high"? This affects the standard burning application of ubuntu and is a major and everyday desktop task. As said before, it's not on all CD/DVD-Writers. But on most or many. (Sorry for multiple posts, just getting used to launchpa

[Bug 70021] Re: The progress bar does nothing

2006-11-28 Thread Christian Niemeyer
here someone made a package for edgy (little optimized for athlons): http://www.ubuntuforums.org/showthread.php?t=286945 -- The progress bar does nothing https://launchpad.net/bugs/70021 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 544596] Re: Songs not transferred from music store to U1 storage

2010-04-19 Thread Christian Niemeyer
Now with a new test installation, the original song and not the remix of "Bear" (The Antlers) is transferred. First time. But still not the complete single. (I made a backup, so now I got both manually :) ) All other songs now work fine. What about the complexity concerning the file names on the

[Bug 544596] Re: Songs not transferred from music store to U1 storage

2010-04-12 Thread Christian Niemeyer
There's definetely a problem with songs and remixes of it, which have the same file name. Everything worked for me after a few days, but still not working is the "Bear" single by The Antlers, both files are named the same. the original song and the remix, though different tags. by the way, when I c

[Bug 530450] Re: desktopcouch-get-port crashed with DBusException in call_blocking()

2010-04-15 Thread Christian Niemeyer
happens after a few minutes I login in lucid. apport icon appears in the panel. Also I got this often with gwibber-services, gwibber-accounts. but last time only this crash of desktopcouch occurs. -- desktopcouch-get-port crashed with DBusException in call_blocking() https://bugs.launchpad.net/bu

[Bug 544596] Re: Songs not transferred from music store to U1 storage

2010-04-09 Thread Christian Niemeyer
I still have problems getting some tracks. Since days. First case: Downloaded the "Bear" single by The Antlers. It contains the track and a remix of it. I guess both named "Bear.mp3". I once got the single version, than when the remix got downloaded, the single version disappeared in my rhythmbo

[Bug 544596] Re: Songs not transferred from music store to U1 storage

2010-04-10 Thread Christian Niemeyer
The song above is actually the remix, which is also tagged. But the file names are the same. The single version never worked to download so far. Attached a screenshot from "my downloads". ** Attachment added: "queued tracks" http://launchpadlibrarian.net/43666744/queued.png -- Songs not trans

[Bug 544596] Re: Songs not transferred from music store to U1 storage

2010-04-10 Thread Christian Niemeyer
"Riot on an empty street" album worked, by removing all my configuration files/directories in my home directory, including the music files from U1MS under .local/... Then setting up ubuntu one again and waiting for synchronisation. The two "Bear" songs from The Antlers still not available. -- So

[Bug 544596] Re: Songs not transferred from music store to U1 storage

2010-04-10 Thread Christian Niemeyer
Worst case so far (none of 3 songs): "Jessica / Kokomo" single by Adam Green. 3 out of 3 songs stuck at "Transferring to your storage" For nearly 24 hours. So 0%. Sure shot. :) Again, on song has a feature with Ben Kweller. Seems that different artist tags/descriptions also may cause problems. Ea

[Bug 552410] Re: Cannot add new accounts in gwibber

2010-04-04 Thread Christian Niemeyer
Today (with all recent updates) I get this error message when running gwibber from terminal and trying to add my twitter account: $ gwibber --debug ** (gwibber:5923): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (gwibber:5923): WARNING **:

[Bug 552410] Re: Cannot add new accounts in gwibber

2010-04-05 Thread Christian Niemeyer
Added a report from apport. But I'm not yet familiar with apport. It says: gwibber-accounts crashed with ResourceConflict in _request() -- Cannot add new accounts in gwibber https://bugs.launchpad.net/bugs/552410 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 533072] Re: gwibber-accounts crashed with ResourceConflict in _request()

2010-04-05 Thread Christian Niemeyer
This is not fixed. ** Attachment added: "gwibber-accounts-crash-report" http://launchpadlibrarian.net/43149806/_usr_bin_gwibber-accounts.1000.crash -- gwibber-accounts crashed with ResourceConflict in _request() https://bugs.launchpad.net/bugs/533072 You received this bug notification becaus

[Bug 533072] Re: gwibber-accounts crashed with ResourceConflict in _request()

2010-04-05 Thread Christian Niemeyer
** Attachment added: "_usr_bin_gwibber-service.1000.crash" http://launchpadlibrarian.net/43149889/_usr_bin_gwibber-service.1000.crash -- gwibber-accounts crashed with ResourceConflict in _request() https://bugs.launchpad.net/bugs/533072 You received this bug notification because you are a mem

[Bug 533072] Re: gwibber-accounts crashed with ResourceConflict in _request()

2010-04-05 Thread Christian Niemeyer
** Attachment added: "_usr_bin_gwibber.1000.crash" http://launchpadlibrarian.net/43149937/_usr_bin_gwibber.1000.crash -- gwibber-accounts crashed with ResourceConflict in _request() https://bugs.launchpad.net/bugs/533072 You received this bug notification because you are a member of Ubuntu Bu

[Bug 533072] Re: gwibber-accounts crashed with ResourceConflict in _request()

2010-04-05 Thread Christian Niemeyer
** Attachment added: "_usr_lib_desktopcouch_desktopcouch-service.1000.crash" http://launchpadlibrarian.net/43149942/_usr_lib_desktopcouch_desktopcouch-service.1000.crash -- gwibber-accounts crashed with ResourceConflict in _request() https://bugs.launchpad.net/bugs/533072 You received this b

[Bug 533072] Re: gwibber-accounts crashed with ResourceConflict in _request()

2010-04-05 Thread Christian Niemeyer
$ gwibber --debug ** (gwibber:5923): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (gwibber:5923): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags' ** (gwibber:5923): WARNING **: Trying to

[Bug 552410] Re: Cannot add new accounts in gwibber

2010-04-05 Thread Christian Niemeyer
Temporarily solution for me, that worked: remove desktop-couch configuration directories in my home directory: find ~ -iname "*desktop-couch*" -exec rm -rfv {} \; (please be careful, this includes rm -rf command!) And then log in, log out. Optional restart GDM. Log back in. Use the envelope (i

[Bug 533072] Re: gwibber-accounts crashed with ResourceConflict in _request()

2010-04-05 Thread Christian Niemeyer
Temporarily solution for me, that worked: remove desktop-couch configuration directories in my home directory: find ~ -iname "*desktop-couch*" -exec rm -rfv {} \; (please be careful, this includes rm -rf command!) And then log out. Optionally restart GDM. Log back in. Use the envelope (indicat

[Bug 552410] Re: Cannot add new accounts in gwibber

2010-04-05 Thread Christian Niemeyer
Ok, twitter is still working, but when adding my facebook account everything (gwibber-services, gwibber-accounts) still crashes. -- Cannot add new accounts in gwibber https://bugs.launchpad.net/bugs/552410 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 552410] Re: Cannot add new accounts in gwibber

2010-04-05 Thread Christian Niemeyer
and since then refuses to work. (sorry for double post) -- Cannot add new accounts in gwibber https://bugs.launchpad.net/bugs/552410 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.co

[Bug 533072] Re: gwibber-accounts crashed with ResourceConflict in _request()

2010-04-06 Thread Christian Niemeyer
After working for a while, when I tried to add a second account (facebook) gwibber crashed, and gwibber-services/accounts, desktop- couch-... crashes. After next login, gwibber especially my twitter account refuses to work with the me-menu. So same situation again. -- gwibber-accounts crashed wi

[Bug 552410] Re: Cannot add new accounts in gwibber

2010-04-06 Thread Christian Niemeyer
These bugs are very closely related, imho. https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/533072 But this last one is marked fixed. I think it's not. However, thanks in advance. -- Cannot add new accounts in gwibber https://bugs.launchpad.net/bugs/552410 You received this bug notificati

[Bug 367990] Re: Program crashes on startup

2010-06-01 Thread Christian Niemeyer
Thanks to Csomortáni Hunor. This worked for me. You can easily workaround this bug by starting pyroom the following way: >From a Terminal: LANGUAGE='' pyroom & In Gnome via ALT+F2 you type in: sh -c "LANGUAGE='' pyroom" And all your pyroom menu entries change to: sh -c "LANGUAGE='' pyroom" Wo

[Bug 367990] Re: Program crashes on startup

2010-06-01 Thread Christian Niemeyer
$ cat /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" LANGUAGE="de_DE:de:en" LANG="de_DE.UTF-8" DISPLAY=":0.0" MANWIDTH="80" __GL_SYNC_TO_VBLANK="1" I guess this really depends on the LANGUAGE-variable. What's the difference between LANG and LANGUAG

[Bug 367990] Re: Program crashes on startup

2010-06-01 Thread Christian Niemeyer
To stick with the original menu entry its: sh -c "LANGUAGE='' pyroom %F" -- Program crashes on startup https://bugs.launchpad.net/bugs/367990 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

[Bug 444960] Re: pc speaker makes loud pops, apparently before and after sounds are played

2009-10-06 Thread Christian Niemeyer
Can cofirm this on an HP G6000 laptop with conexant sound chip on the latest karmic. modules: snd_hda_intel snd_hda_codec_conexant -- pc speaker makes loud pops, apparently before and after sounds are played https://bugs.launchpad.net/bugs/444960 You received this bug notification because you ar

[Bug 444960] Re: pc speaker makes loud pops, apparently before and after sounds are played

2009-10-06 Thread Christian Niemeyer
sorry, I forgot: 00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2) It's an Nvidia/Conexant on-board soundchip. These pops occur for me very randomly and quite often. -- pc speaker makes loud pops, apparently before and after sounds are played https://bugs.launchpad.n

[Bug 444385] Re: Sound keeps popping and re-setting

2009-10-06 Thread Christian Niemeyer
I guess this report is related: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/444960 -- Sound keeps popping and re-setting https://bugs.launchpad.net/bugs/444385 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 375498] Re: prboom exits with signal 8 on karmic

2009-11-08 Thread Christian Niemeyer
Thanks. :) I took the debian package until now. works also. http://packages.debian.org/sid/prboom -- prboom exits with signal 8 on karmic https://bugs.launchpad.net/bugs/375498 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 453400] [NEW] jd crashes with Aborted (core dumped)

2009-10-16 Thread Christian Niemeyer
Public bug reported: Binary package hint: jd Here's the command line output: krin...@kringels:~$ jd GLib-GObject-ERROR **: Attempt to add property GtkMenuBar::local to class after it was derived aborting... Aborted (core dumped) I guess the Glib-GObject error happens with some applications an

[Bug 453400] Re: jd crashes with Aborted (core dumped)

2009-10-16 Thread Christian Niemeyer
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/33798216/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/33798217/XsessionErrors.txt -- jd crashes with Aborted (core dumped) https://bugs.launchpad.net/bugs/453400 You received

[Bug 453400] Re: jd crashes with Aborted (core dumped)

2009-10-16 Thread Christian Niemeyer
Here's the output of strace. ** Attachment added: "Output of strace jd" http://launchpadlibrarian.net/33798425/strace_jd.txt -- jd crashes with Aborted (core dumped) https://bugs.launchpad.net/bugs/453400 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 375498] Re: prboom exits with signal 8 on karmic

2009-09-24 Thread Christian Niemeyer
I think this bug has nothing to do with sound problems in previous versions. Here's my commandline output: $ prboom -nosound -noaccel prboom v2.5.0 (http://prboom.sourceforge.net/) I_SetAffinityMask: manual affinity mask is 1 M_LoadDefaults: Load system defaults. default file: /home/kringel/.prb

[Bug 421526] Re: coverts fetching broken due to amazon changes

2010-01-03 Thread Christian Niemeyer
cover/artwork fetching is broken in lucid again. why not supplie an alternative cover download location like lastfm? For me broken covers in rhythmbok is a showstopper bug. really. :) please reopen this bug. -- coverts fetching broken due to amazon changes https://bugs.launchpad.net/bugs/421526 Y

[Bug 217908] Re: FFe: Pixellated Images in Firefox/Opera due to incorrect EXTEND_PAD implementation in several video drivers

2010-01-14 Thread Christian Niemeyer
here's a good and simple explanation what causes the problem on linux: http://www.neowin.net/forum/index.php?showtopic=826968&view=findpost&p=591626200 -- FFe: Pixellated Images in Firefox/Opera due to incorrect EXTEND_PAD implementation in several video drivers https://bugs.launchpad.net/bugs/2

[Bug 217908] Re: FFe: Pixellated Images in Firefox/Opera due to incorrect EXTEND_PAD implementation in several video drivers

2010-01-14 Thread Christian Niemeyer
However, please fix this upstream or patch xulrunner in the ubuntu repositories for lucid at least! I often use Ctrl++ to view websites larger, e.g. forums, articles etc. This is very annoying, when images get messep up. It's not a nice web experience. Thanks. -- FFe: Pixellated Images in Firefo

[Bug 401823] Re: (firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID caching

2009-10-24 Thread Christian Niemeyer
The critical thing about this bug is, that it floods .xsession-errors from usually a few kb to megabytes. Imho, this causes annoying useless disk activity/capacity and probably a slightly slowdown/overhead. This should be fixed. -- (firefox:24993): Gdk-WARNING **: XID collision, trouble ahead -

[Bug 401823] Re: (firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID caching

2009-11-02 Thread Christian Niemeyer
@Miguel: I would suggest starting firefox from a terminal with: firefox > /dev/null & I guess ALT+F2 with firefox > /dev/null should work, too. -- (firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID caching https://bugs.launchpad.net/bugs/401823 You received this bug n

[Bug 453400] Re: jd crashes with Aborted (core dumped)

2009-10-18 Thread Christian Niemeyer
Uh, I'm sorry. jd crashes because of Gnome Global Menu bar. A GTK-Module "GtkMenuBar" and this causes the crash. I get the same message when starting "gnome-system-monitor". So this bug is not related to the jd package. ** Changed in: jd (Ubuntu) Status: New => Invalid -- jd crashes with

[Bug 401823] Re: (firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID caching

2009-10-19 Thread Christian Niemeyer
I also get the following message: (firefox:1938): Gdk-WARNING **: XID collision, trouble ahead (firefox:1938): Gdk-WARNING **: XID collision, trouble ahead (firefox:1938): Gdk-WARNING **: XID collision, trouble ahead 2.4+ kernel w/o ELF notes? -- report this What's the meaning of the last lin

[Bug 401823] Re: (firefox:24993): Gdk-WARNING **: XID collision, trouble ahead - overeager XID caching

2009-10-19 Thread Christian Niemeyer
Sorry, I forgot: This is the output when running firefox from terminal. The last line "2.4+ kernel w/o ELF notes? -- report this" appears after waiting for a while not using firefox. When using firefox interface again after this, the XID collision lines appear again fluently. -- (firefox:24993):

[Bug 1849228] [NEW] [snap] Chinese Supplementary Unicode characters not rendered at all (but working in .deb-Google Chrome)

2019-10-21 Thread Christian Niemeyer
Public bug reported: Hi! This is my first bug report in a very very long time, so please bear with me, if the report is not that professional. I did a fresh install of Ubuntu 19.10 just now and I installed (nearly) every single fonts-* package and chromium-browser snap. And firefox (deb), falkon

[Bug 1849228] Re: [snap] Chinese Supplementary Unicode characters not rendered at all (but working in .deb-Google Chrome)

2019-10-21 Thread Christian Niemeyer
As said: http://www.i18nguy.com/unicode/supplementary-test.html the page works fine on Ubuntu 18.04.3 LTS with chromium-browser via apt (.deb) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849228 Tit

[Bug 1754296] Re: [bionic] startx / xinit crashes with GLX backtrace if Composite Disabled in xorg.conf

2018-03-10 Thread Christian Niemeyer
Just had the idea to unload "glx" and see if I can Disable Composite without crashing Xorg / startx / xinit. It works! Here's my xorg.conf: Section "Module" Disable "glx" EndSection Section "Extensions" Option "Composite" "0" EndSection I'll put my resulting Xorg.0.log as an attachment. Ho

[Bug 1754296] Re: [bionic] startx / xinit crashes with GLX backtrace if Composite Disabled in xorg.conf

2018-03-10 Thread Christian Niemeyer
Maybe this is i915/i965 intel driver related. If someone with an in intel IGP could reproduce this. I have xserver-xorg-video-intel installed by the way. With not mentioning "intel" explicitly as the driver in xorg.conf doesn't it automatically uses modesetting or glamorgl? -- You received this b

[Bug 1754296] Re: [bionic] startx / xinit crashes with GLX backtrace if Composite Disabled in xorg.conf (intel mesa driver)

2018-03-20 Thread Christian Niemeyer
** Summary changed: - [bionic] startx / xinit crashes with GLX backtrace if Composite Disabled in xorg.conf + [bionic] startx / xinit crashes with GLX backtrace if Composite Disabled in xorg.conf (intel mesa driver) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-03-07 Thread Christian Niemeyer
Here's my glxinfo output when Xserver is not crashing (started with Composite *enabled*) ** Attachment added: "glxinfo.txt" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1754177/+attachment/5072328/+files/glxinfo.txt ** Description changed: For certain games I disable the Comp

[Bug 1754177] [NEW] [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-03-07 Thread Christian Niemeyer
Public bug reported: For certain games I disable the Composite extension in my /etc/X11/xorg.conf when using a non-composited window manager like openbox, fluxbox or marco. This worked flawlessly in all previous Ubuntu versions including 17.10 (artful). This stopped working with Ubuntu 18.04 (bi

[Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-03-07 Thread Christian Niemeyer
Another interesting thing with this xserver-xorg-core is that it ignores Option "AIGLX" "Off" in the ServerFlags section and initializes AIGLX. This also hasn't happened before bionic. And the crashing (see the Xorg.0.log in my previous post) seems to happen right where normally some AIGLX initial

[Bug 1754296] [NEW] [bionic] startx / xinit crashes with Composite Disabled in xorg.conf

2018-03-08 Thread Christian Niemeyer
Public bug reported: [New bug filed with ubuntu-bug/apport. However there was nothing to file against in /var/crashes] For certain games I disable the Composite extension in my /etc/X11/xorg.conf when using a non-composited window manager like openbox, fluxbox or marco. Disabling the Composite ex

[Bug 1754177] Re: [bionic] xserver / startx crashes with Composite Disabled in xorg.conf

2018-03-08 Thread Christian Niemeyer
Ok, thanks! However there was nothing in my /var/crash folder. Nonetheless I tried to file a new bug with ubuntu-bug xorg. It added lots of system information and logs. here it is: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1754296 -- You received this bug notification because you are

  1   2   >