[Bug 345665] Re: audacious visualization plugin root spectrum analyser doesn't display

2010-06-19 Thread Joachim R.
The Spectrum analyser is now working (10.04 smd64) but RockLight is
not showing (an no error log).

-- 
audacious visualization plugin root spectrum analyser doesn't display
https://bugs.launchpad.net/bugs/345665
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 517887] Re: Grub Text Color w/ Splash Image

2010-05-13 Thread Joachim R.
If found the problem...
The cause is the following : there is a mistake in some color command in the 
05_debian_theme default file.
I'm not an expert, but reading the code in 05_debian_theme I understand that 
either you have a background image and the generated code is
  set menu_color_normal=${COLOR_NORMAL}
  set menu_color_highlight=${COLOR_HIGHLIGHT}
either you have no background image and the code calls set_mono_theme() 
definded as
  set menu_color_normal=light-magenta/black
  set menu_color_highlight=white/black
Notice the subtle difference. in the generadted grub.cfg file, the result of 
this code is clear :
if background_image /boot/grub/background.png ; then
  set color_normal=light-magenta/black
  set color_highlight=white/black
else
  set menu_color_normal=light-magenta/black
  set menu_color_highlight=white/black
fi

As you can see, the color command are not the same depending on weither
you have a bkgd img or not. But this is a mistake. As pointed by
http://grub.enbug.org/ListeDesCommandes the color_* commands have been
replaced by menu_color_* ones.

So you have to insert menu_ before color_normal and
color_hightlight in 05_debian_theme (lines 4950 in Ubuntu 10.04)

I attached a path for /etc/grub.d/05_debian_theme from Ubuntu 10.04. You
must cd to  /etc/grub.d/ to apply it.

** Patch added: 05_debian_theme-menu_color.patch
   http://launchpadlibrarian.net/48399601/05_debian_theme-menu_color.patch

-- 
Grub Text Color w/ Splash Image
https://bugs.launchpad.net/bugs/517887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 574041] Re: No VESA mode working at boot with lucid amd64

2010-05-11 Thread Joachim R.
May be linked to bug #551013 ?

-- 
No VESA mode working at boot with lucid amd64
https://bugs.launchpad.net/bugs/574041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 516958] Re: Plymouth displays 3 ubuntu logos across top of screen

2010-05-11 Thread Joachim R.
Photos are here : bug #574041

-- 
Plymouth displays 3 ubuntu logos across top of screen
https://bugs.launchpad.net/bugs/516958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 574041] [NEW] No VESA mode working at boot with lucid amd64

2010-05-02 Thread Joachim R.
Public bug reported:

This bug may concern xsplash or linux (not sure).

Before upgrading from Ubuntu 9.10 to 10.04, I had a vga=893 argument on
the kernel command line in each grub entry. It was working perfectly, it
made Ubuntu booting using 1920x1200x32 video mode, wich is the native
video mode of my screen.

After upgrading to 10.04, I started to get unknown video mode 31C at boot, 
with a prompt asking if I would prefer choosing another mode or continuing 
boot. Ubuntu 10.04 install replaced vga=893 by vga=796 (31C in hex).  Whatever 
VESA mode I choosed, all I get before the login screen was visual arifacts. 
Only pure VGA mode worked.
This doesn' affect only boot screen, it does affect the Ctrl+Alt+F1~6 terminals.

For now I'm using mode F00 that give a low-res logo at boot and a 80cols
x 25lines terminals. It works.

More about visual artifacts :
 - 32bits depth modes were the most damaged : only a wall of white pixels on 
the first top-10% of the screen and a wall of pixels having the logo background 
color on the bottom-25% of the screen
 - 16  8bits depth modes were giving a repeated fuzzy and stretched ghost of 
-the boot screen. Text lines are not readable. So are the terms.

I attached my current dmesg (boot with F00 mode, OK), and further dmesg will 
follow (with VESA modes, KO). 
I didn't attached photos of my screen to avoid having a heavy repport, but I 
you ask I'll do it.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
No VESA mode working at boot with lucid amd64
https://bugs.launchpad.net/bugs/574041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 574041] Re: No VESA mode working at boot with lucid amd64

2010-05-02 Thread Joachim R.

** Attachment added: dmesg for a F00 mode boot.
   http://launchpadlibrarian.net/47376462/dmesg

-- 
No VESA mode working at boot with lucid amd64
https://bugs.launchpad.net/bugs/574041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 574041] Re: No VESA mode working at boot with lucid amd64

2010-05-02 Thread Joachim R.

** Attachment added: dmesg for a 314 mode boot (800x600x16)
   http://launchpadlibrarian.net/47385104/dmesg

-- 
No VESA mode working at boot with lucid amd64
https://bugs.launchpad.net/bugs/574041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 574041] Re: No VESA mode working at boot with lucid amd64

2010-05-02 Thread Joachim R.
Config : Ubuntu 10.04 amd64, 2.6.32-21 (problem occurs on Ubuntu 10.04
with 2.6.31 kernel, but Ubuntu 9.10 is OK with 2.6.31), nvidia 195.36.15
(NVidia GT260)


** Attachment added: lspci -vvnn
   http://launchpadlibrarian.net/47386373/lspci-vvnn.txt

-- 
No VESA mode working at boot with lucid amd64
https://bugs.launchpad.net/bugs/574041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 570245] Re: g15daemon does not start (/dev/input/uinput not found)

2010-05-01 Thread Joachim R.
Strange, the change you suggest remove the error message /dev/input/uinput not 
found but the extra G* keys doesn't work when hit. Instead, all action bound 
to every G* key is launched when stopping g15daemon.
Steps to reproduce :
 - apply the suggested change to /etc/init.d/g15daemon
 - stop - start g15daemon
 - hit a G* key bound to an action you know (me : G2 launches gnome-calculator
 - nothing happens
 - stop g15aemon : the action is launched (me: gnome-calculator appears)

-- 
g15daemon does not start (/dev/input/uinput not found)
https://bugs.launchpad.net/bugs/570245
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 559099] [NEW] Dictionary's definition should be in the same language as the user's locale (non-translating)

2010-04-09 Thread Joachim R.
Public bug reported:

Binary package hint: gnome-utils

On Ubuntu 9.10 with fr_FR.UTF-8, when I type any French word in the dictionary, 
with thye default config, results are not displayed in French. Instead, I get a 
definition of a French word in English language. When I search for an english 
word, the definition is displayed in English too (so it is non-translating but 
english-oriented)
As it is a simple dictionary, the result is expected to be displayed using 
user's locale language, whatever is the language of the searched word, and as 
long as user didn't changed the default config. 

So doing nothing, using the default config, the dictionary should be
non-translating and localized.

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: 97260b4e40539eafd7f331492c236ec3
CheckboxSystem: 6ce041aeed0a2c17b3343b66d157175d
Date: Fri Apr  9 11:55:49 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/gnome-dictionary
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
Package: gnome-utils 2.28.1-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: gnome-utils
Uname: Linux 2.6.31-20-generic x86_64

** Affects: gnome-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Dictionary's definition should be in the same language as the user's locale 
(non-translating)
https://bugs.launchpad.net/bugs/559099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 559099] Re: Dictionary's definition should be in the same language as the user's locale (non-translating)

2010-04-09 Thread Joachim R.

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43527856/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/43527857/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/43527858/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/43527859/XsessionErrors.txt

-- 
Dictionary's definition should be in the same language as the user's locale 
(non-translating)
https://bugs.launchpad.net/bugs/559099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 499530] Re: Compiz randomly lockups

2010-03-28 Thread Joachim R.
This looks like a bug I have. When the problem occurs, have you some
graphical corruption ?

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

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


[Bug 496741] [NEW] package openttd 0.7.1-1 f ailed to install/upgrade: le sous-processus script post- installation installé a retourné une erreur de s ortie d'état 128

2009-12-14 Thread Joachim R.
Public bug reported:

Binary package hint: openttd

While installing openttd I got a warning saying I must have the original
Transport Tycoon files. I clicked 1 time on next button and 3 times
on cancel. Each time the warning re-poped, except the last one where I
got an error code 128 and an apport notification about this installer.

ProblemType: Package
Architecture: amd64
Date: Mon Dec 14 23:25:11 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 128
NonfreeKernelModules: nvidia
Package: openttd 0.7.1-1
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: openttd
Title: package openttd 0.7.1-1 failed to install/upgrade: le sous-processus 
script post-installation installé a retourné une erreur de sortie d'état 128
Uname: Linux 2.6.31-16-generic x86_64

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


** Tags: amd64 apport-package

-- 
package openttd 0.7.1-1 failed to install/upgrade: le sous-processus script 
post-installation installé a retourné une erreur de sortie d'état 128
https://bugs.launchpad.net/bugs/496741
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 496741] Re: package openttd 0.7.1-1 faile d to install/upgrade: le sous-processus script post-inst allation installé a retourné une erreur de sorti e d'état 128

2009-12-14 Thread Joachim R.

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36792923/Dependencies.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/36792924/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/36792925/DpkgTerminalLog.txt

-- 
package openttd 0.7.1-1 failed to install/upgrade: le sous-processus script 
post-installation installé a retourné une erreur de sortie d'état 128
https://bugs.launchpad.net/bugs/496741
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 404844] Re: DVD cannot write -- regression as of newest kernels

2009-12-11 Thread Joachim R.
Same problem with 2.6.31-16.
Cannot write CD nor DVD. It was ok with jaunty, Don't know for intrepid, and KO 
for Karmic.

-- 
DVD cannot write -- regression as of newest kernels
https://bugs.launchpad.net/bugs/404844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229971] Re: Segmentation fault when translating a single word from en to fr using Babel Fish

2009-12-11 Thread Joachim R.
Occurs int karmic too

-- 
Segmentation fault when translating a single word from en to fr using Babel Fish
https://bugs.launchpad.net/bugs/229971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 404844] Re: DVD cannot write -- regression as of newest kernels

2009-12-11 Thread Joachim R.
Sorry, it is not a dvd+rw-tools bug as my device isn't seen as a writer (so 
wodim  dvd+rw-tools are seeing the right capabilities.
Can be closed for me too.

** Changed in: dvd+rw-tools (Ubuntu)
   Status: New = Invalid

** Changed in: dvd+rw-tools (Ubuntu)
   Status: Invalid = Incomplete

-- 
DVD cannot write -- regression as of newest kernels
https://bugs.launchpad.net/bugs/404844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 468443] [NEW] tomboy crashes at startup until --debug option is used

2009-11-01 Thread Joachim R.
Public bug reported:

Binary package hint: tomboy

Tomboy crashes on karmic until you use tomboy --debiug once. Tomboy logs errors 
on terminal then exit :
[INFO]: Initializing Mono.Addins

Unhandled Exception: System.InvalidOperationException: Extension node not found 
in path: /Tomboy/ApplicationAddins
  at Mono.Addins.ExtensionContext.AddExtensionNodeHandler (System.String path, 
Mono.Addins.ExtensionNodeEventHandler handler) [0x0] 
  at Mono.Addins.AddinManager.AddExtensionNodeHandler (System.String path, 
Mono.Addins.ExtensionNodeEventHandler handler) [0x0] 
  at Tomboy.AddinManager.InitializeMonoAddins (System.String old_conf_dir) 
[0x0] 
  at Tomboy.AddinManager..ctor (System.String tomboy_conf_dir, System.String 
old_tomboy_conf_dir) [0x0] 
  at Tomboy.NoteManager..ctor (System.String directory, System.String 
backup_directory) [0x0] 
  at Tomboy.NoteManager..ctor (System.String directory) [0x0] 
  at Tomboy.Tomboy.Main (System.String[] args) [0x0]

It stops doing this since you launch it once with tomboy --debug. After
that, hit Ctrl-C then restart tomboy normally is OK.

ProblemType: Bug
Architecture: amd64
Date: Sun Nov  1 13:20:31 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: tomboy 1.0.0-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: tomboy
Uname: Linux 2.6.31-14-generic x86_64

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


** Tags: amd64 apport-bug

-- 
tomboy crashes at startup until --debug option is used
https://bugs.launchpad.net/bugs/468443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 468443] Re: tomboy crashes at startup until --debug option is used

2009-11-01 Thread Joachim R.

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34859573/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34859574/XsessionErrors.txt

-- 
tomboy crashes at startup until --debug option is used
https://bugs.launchpad.net/bugs/468443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 468443] Re: tomboy crashes at startup until --debug option is used

2009-11-01 Thread Joachim R.
additionnal info : I migrated from jaunty amd64  to karmic 9.10 amd64.
I'm using Tomboy since Hardy and this is the first time this problem
occurs.

It is not very important since a workaround solve the problem (launching
tomboy --debug did the trick for me), but the problem remains fo common
users who won't know what happens.

-- 
tomboy crashes at startup until --debug option is used
https://bugs.launchpad.net/bugs/468443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287] Re: PulseAudio is not mixing left/right channel anymore since jaunty

2009-09-24 Thread Joachim R.
That's ok, I found why I had no lfe output anymore expect in speaker-
test : pulseaudio guys (sadly) decided that lfe remixing was not a
default anymore. Why ?? This is the dafault on all other OSs... And it
greatly improve user experience when playing stereo !

So to solve the problem, just check you have this line uncommented in your 
/etc/pulse/daemon.conf :
disable-lfe-remixing = no

After that, restart pulseaudio daemon and stereo sound will flow again
through your LFE.

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 292862] Re: cairo-dock doesnt find some files

2009-08-18 Thread Joachim R.
So /home/pico as shown in the message is in the theme ??

-- 
cairo-dock doesnt find some files
https://bugs.launchpad.net/bugs/292862
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351213] Re: Screen resolution not preserved

2009-06-28 Thread Joachim R.
This bug is reproducible with only one monitor.
Everything was OK with nv driver, but once you choose nvidia, the 
resolution was respected only until gdm login screen. After login, a default 
setup for Default Monitor in ~/.config/monitor.xml took place.
My monitor.xml had also a DVI0 entry that was correctly filled when I set nv 
driver. But this entry wasn't used when I set driver to nvidia.

I know that the gnome-display-properties is able to detect when it is
unable to detect screen because of proprietary drivers : you get a
message asking if you would use your propietary setting manager instead
; so why since Ubuntu 9.04 Gnome started to really set desktop
resolution with the monitor.xml default entry ??

A proper description of this bug would be : Gnome regression : Gnome changes 
desktop resolution to default monitor.xml entry at session start when 
proprietary drivers in use. 
(so my workaround is to modify monitor.xml default entry to reflect my 
monitor's resolution)

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

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


[Bug 386287] apport-collect data

2009-06-15 Thread Joachim R.
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D2c', 
'/dev/snd/pcmC0D2p', '/dev/snd/midiC0D0', '/dev/snd/seq', '/dev/snd/timer', 
'/dev/sequencer2', '/dev/sequencer'] failed with exit code 1:
Card0.Amixer.info:
 Card hw:0 'CMI8738'/'C-Media CMI8738 (model 55) at 0xc000, irq 20'
   Mixer name   : 'CMedia PCI'
   Components   : ''
   Controls  : 41
   Simple ctrls  : 22
CurrentDmesg:
 [   24.252395] r8169: eth0: link up
 [   24.252400] r8169: eth0: link up
 [   35.228005] eth0: no IPv6 routers present
 [  385.495906] warning: `VirtualBox' uses 32-bit capabilities (legacy support 
in use)
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: pulseaudio 1:0.9.14-0ubuntu20
PackageArchitecture: amd64
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 lang=fr_fr.ut...@euro
Uname: Linux 2.6.28-11-generic x86_64
UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare vboxusers 
video
mtime.conffile..etc.pulse.daemon.conf: 2009-04-25T17:39:27.624656

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287]

2009-06-15 Thread Joachim R.

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/27960887/ArecordDevices.txt

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287]

2009-06-15 Thread Joachim R.

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/27960885/AlsaDevices.txt

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287]

2009-06-15 Thread Joachim R.

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/27960886/AplayDevices.txt

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287]

2009-06-15 Thread Joachim R.

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/27960888/BootDmesg.txt

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287]

2009-06-15 Thread Joachim R.

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/27960895/PciMultimedia.txt

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287]

2009-06-15 Thread Joachim R.

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/27960889/Card0.Amixer.values.txt

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287]

2009-06-15 Thread Joachim R.

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/27960890/Dependencies.txt

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287]

2009-06-15 Thread Joachim R.

** Attachment added: modified.conffile..etc.pulse.daemon.conf.txt
   
http://launchpadlibrarian.net/27960903/modified.conffile..etc.pulse.daemon.conf.txt

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 360283] Re: VLC Pulse Audio 5.1 Patch

2009-06-12 Thread Joachim R.
I don't think the bug is only VLC. Since I upgraded to Ubuntu 9.04 amd64,  all 
PulseAudio applications don't use subwoofer anymore.
PulseAudio is configured 6 channel mode, and the order is checked OK by a 
successful speaker-test : I can hear sound in each speaker at the right time, 
and subwoofer is OK. PulseAuydio volume meters are showing meters moving 
synchronously with speaker-test, so it is OK.
BUT : VLC Pulse, Audacious with PulseAudio plugin, ogmtools, mpg123, etc... 
don't use subwoofer any more when playing stereo. PulseAudio volumemeters are 
confirming that subwoofer is the only one to remain silent.

So it appears to be more a pulseaudio bug : it stopped to mix right and
left channels into subwoofer/lfe channel when a siource with no explicit
subwoofer/lfe channel is playing.

-- 
VLC Pulse Audio 5.1 Patch
https://bugs.launchpad.net/bugs/360283
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386287] [NEW] PulseAudio is not mixing left/right channel anymore since jaunty

2009-06-12 Thread Joachim R.
Public bug reported:

Binary package hint: pulseaudio

Since I upgraded to Ubuntu 9.04 amd64,  all PulseAudio applications don't use 
subwoofer anymore on my 5.1 sound card (C-Media CMI8738).
PulseAudio is configured 6 channel mode, and the order is checked OK by a 
successful speaker-test : I can hear sound in each speaker at the right time, 
and subwoofer/lfe is OK. PulseAudio volume meters are showing meters moving 
synchronously with speaker-test, so it is OK.
BUT : VLC Pulse, Audacious with PulseAudio plugin, ogmtools, mpg123, etc... 
don't use subwoofer any more when playing stereo. PulseAudio volume meters are 
confirming that subwoofer is the only one to remain silent.

So PulseAudio seems to stop to mixing right and left channels into
subwoofer/lfe channel when a source with no explicit subwoofer/lfe
channel is playing. It is regression.

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

-- 
PulseAudio is not mixing left/right channel anymore since jaunty
https://bugs.launchpad.net/bugs/386287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293849] Re: Eclipse does not terminate with activated accessibility utilities and sun-java6

2009-06-11 Thread Joachim R.
Whatever you installed eclipse from package or by hand, and whatever 
accessibility is activated or not, eclipse never terminates on hardy 64bits, 
intrepid 64bits, jaunty 64bits. 
Whith sun-java6 and openjdk6, eclipse never terminated normally, I always use 
kill -9 after workspace save.

-- 
Eclipse does not terminate with activated accessibility utilities and sun-java6
https://bugs.launchpad.net/bugs/293849
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 352197] Re: ata timeout exception with ahci libata driver (was with 2.6.28-11, but i confirmed it affewcts previous kernels too)

2009-06-01 Thread Joachim R.
I have the same problem on an IDE DVD writer, it occurs when inserting some 
writable medium (doesnt occur with CD-ROM or DVD-ROM). After that, it is 
impossible to eject disk with eject command nor with device button.
It could be related as the syslog is the same.

-- 
ata timeout exception with ahci libata driver (was with 2.6.28-11, but i 
confirmed it affewcts previous kernels too)
https://bugs.launchpad.net/bugs/352197
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 350850] Re: Glchess (gnome-games) crashes on 3D mode

2009-04-21 Thread Joachim R.
On Ubuntu 8.10  9.04rc (both amd64), I have no crash but I have not the 
expected behaviour.
I get a message saying python-opengl is missing to display 3D mode. But 
pyhon-opengl IS installed.
Looking closely I saw python-opengl is only available with version number 3 
(for python3 ?).
So my problem is perhaps linked to a missing package (python-opengl for python 
2.5 or 2.6)

Do you think it is the same problem or a new one ?

-- 
Glchess (gnome-games) crashes on 3D mode
https://bugs.launchpad.net/bugs/350850
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 185785] Re: glxinfo crashed with SIGSEGV

2009-04-17 Thread Joachim R.
After some tests, I see the same error in VirtualBox with Ubuntu 9.04b2 x386.
After some investigation, the cause is (for both 9.04b2 x86 and amd64) the 
presence of drm modules added by virtual box guest additions while the 
checkbox 3D acceleration is not ticked in VM preferences.
I also learn that you cannot tick 3D acceleration on many VM at the same time 
(even if they are not launched at the same time).

So if 3D acceleration is not ticked (or automatically unticked by vbox), 
launching Ubuntu with the guest addition modules that enable direct rendering 
makes glxinfo crash at session start.
If you launch glxinfo manually (term) in these conditions, the first lines 
diplay a warning about driect rendering not possible then you get all glxinfo 
stuff.

Conclusion : a small bug remain : if glxinfo is able to display a
warning without crashing when launched in a term, why does it crash at
session start ?

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

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


[Bug 185785] Re: glxinfo crashed with SIGSEGV

2009-04-16 Thread Joachim R.
Occurs on Ubuntu 9.04 beta2 amd64 (fresh new install) in VirtualBox with
client addition (3D acceleration activated) after each startup.

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

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


[Bug 345665] Re: audacious visualization plugin root spectrum analyser doesn't display

2009-03-20 Thread Joachim R.
I forgot on thing : my arch is x86_64, not i386.
On my Ubuntu 8.10 amd64, Root spectrum analyser 0.0.8 was not displaying and 
was and filling .xsession-errors, but audacious keep running normally. Do you 
mean your's crashed due to this bug ?

-- 
audacious visualization plugin root spectrum analyser doesn't display
https://bugs.launchpad.net/bugs/345665
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345665] [NEW] audacious visualization plugin root spectrum analyser doesn't display

2009-03-19 Thread Joachim R.
Public bug reported:

In Ubuntu 8.10 / audacious 1.5.1-3ubuntu1.1 / audacious plugins
1.5.2-2ubuntu2 / audacious plugins extra 1.5.2-2ubuntu2

audacious plugin Root spectrum analyser 0.0.8 never displays. When
ticking its checkbox to active it, .xsession-errors is filled with the
following message ( a lot of times for each ticking):

 Imlib2 Developer Warning * :
This program is calling the Imlib call:

imlib_free_image();

With the parameter:

image

being NULL. Please fix your program.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
audacious visualization plugin root spectrum analyser doesn't display
https://bugs.launchpad.net/bugs/345665
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311995] Re: gnome-panel is empty after session restart

2009-03-10 Thread Joachim R.
1) I must precise that my gnome-panel use a transparent color or a png (with 
alpha) background
2) Last time I tried to reproduce the bug on Ubuntu 8.10 amd64, I failled. I 
mean... everything was OK. So I don't lnow why I had this problem
3) The side-bug on Ubuntu 8.10 i386 is reproducible by creating a new user, 
setting a transparent background to gnome-panel and then add an applet (I 
tested the one that shows cpufreq) : The applet was not redrawn until I force a 
gnome-panel redraw by changing its size or position. But now, I think this one 
is another bug I should repport separately.

-- 
gnome-panel is empty after session restart
https://bugs.launchpad.net/bugs/311995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 321687] [NEW] Aiptek USB tablet (device 08ca:0010) does not work as expected

2009-01-26 Thread Joachim R.
Public bug reported:

The EXPECTED behaviour of my Trust TB-4200 tablet (reported as 08ca:0010 
Aiptek International, Inc. Tablet by lsusb) : 
 - moving cursor when moving pen over tablet
 - clicking as mouse button 1 when typing pen on tablet
 - dragging/tracing when moving pen while touching/pressing the tablet
This is the OS X behaviour (tested on Gimp 2.4)
The tablet is behaviouring fine on windows

ACTUAL Ubuntu 8.10 behaviour : 
like explained at http://ubuntuforums.org/showthread.php?t=1029302
To sum up : 
 - moving pen over tablet moves cursor until you touch the tablet
 - then moving cursor requires you to touch the tablet while moving
 - impossible to drag/trace without clikcing mouse button (not very easy!)

Note : https://help.ubuntu.com/community/AiptekTablet didn't helped

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Aiptek USB tablet (device 08ca:0010) does not work as expected
https://bugs.launchpad.net/bugs/321687
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311995] Re: gnome-panel is empty after session restart

2009-01-14 Thread Joachim R.
The step to reproduce this bug are in bug description.
I just reproduced it : I disconnected, the reconnected. My gnome-panel is now 
empty put menu are working.
I attached my .xsessionerror

** Attachment added: .xsessionerror I got by disconnecting/reconnecting
   http://launchpadlibrarian.net/21219782/.xsession-errors.200901142143

-- 
gnome-panel is empty after session restart
https://bugs.launchpad.net/bugs/311995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311995] Re: gnome-panel is empty after session restart

2009-01-07 Thread Joachim R.
NB : a similar bug occurs on 2 Ubuntu 8.04 i386 uptated to 8.10 (one
with nvidia drivers, GeForce 8?00 ; other with intel graphics i865g) :
some applets docked in gnome-panel only display a grey square at
startup, so you need the same resize workaround to get them correctly
displayed.

-- 
gnome-panel is empty after session restart
https://bugs.launchpad.net/bugs/311995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311995] [NEW] gnome-panel is empty after session restart

2008-12-28 Thread Joachim R.
Public bug reported:

Binary package hint: gnome-panel

Sometime, when I disconnect/reconnect (or when I restart Xorg with 
Ctrl-Alt-Backspace) on my Ubuntu 8.10 amd64, gnome-panel is empty (no menu, no 
icon, no applets). 
Actually, menu/applet are here but they are not showing. Clicking in the empty 
zone supposed to be the Applications menu place pops the menu up, etc... 
every applet is working but invisible.

I found a workaround : changing the panel height refresh it.

I attached some screenshot showing my gnome-panel when everything is ok
(with tranqparent image as panel background), and some screenshots are
showing the problem and its workaround.

steps to reproduce :
1) hit ctrl-alt-backspace
2) re- loggin
3) if your panel is ok, go back to step 1. else continue to step 4
4) thats it !

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-panel is empty after session restart
https://bugs.launchpad.net/bugs/311995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311995] Re: gnome-panel is empty after session restart

2008-12-28 Thread Joachim R.

** Attachment added: gnome-panel showing empty.tar.bz2
   http://launchpadlibrarian.net/20783375/gnome-panel%20showing%20empty.tar.bz2

-- 
gnome-panel is empty after session restart
https://bugs.launchpad.net/bugs/311995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205990] Re: [hardy] splash screen disappears after a few seconds

2008-12-22 Thread Joachim R.
I also have a correct UUID in /etc/initramfs-tools/conf.d/resume on a
computer that was working perfectly with Hardy. Since Intrepid upgrade,
no uspash on shutdown, no usplash on startup !

-- 
[hardy] splash screen disappears after a few seconds
https://bugs.launchpad.net/bugs/205990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


<    1   2