[Bug 1286552] Re: No wifi after suspend

2015-07-01 Thread nicolas kleinklaus
Solution is : sudo touch /etc/pm/sleep.d/wakenet.sh sudo chmod +x /etc/pm/sleep.d/wakenet.sh sudo gedit /etc/pm/sleep.d/wakenet.sh Insert the following lines: #!/bin/bash case $1 in thaw|resume) nmcli nm sleep false pkill -f wpa_supplicant ;; *) ;; esac exit $? And then save and exit. --

[Bug 1286552] Re: No wifi after suspend

2014-06-08 Thread nicolas kleinklaus
Works for me too. sudo touch /etc/pm/sleep.d/wakenet.sh sudo chmod +x /etc/pm/sleep.d/wakenet.sh sudo gedit /etc/pm/sleep.d/wakenet.sh Insert the following lines: #!/bin/bash case $1 in thaw|resume) nmcli nm sleep false pkill -f wpa_supplicant ;; *) ;; esac exit $? And then save. At least

[Bug 1286552] Re: No wifi after suspend

2014-04-26 Thread nicolas kleinklaus
As I already said, for me, removing stuff in /etc/pm/config.d/modules doesn't resolve the problem because my wifi chipset stays in hardblocked mode... nico@nico-portable:~⟫ sudo rfkill list [sudo] password for nico: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes Ralink

Re: [Bug 1286552] Re: No wifi after suspend

2014-04-25 Thread nicolas kleinklaus
I never use jupiter on this machine. There is no relation with this problem for me. 2014-04-25 1:57 GMT+02:00 Adam Hicks thomas.adam.hi...@gmail.com: I've always used TLP but this issue started before I installed it on this machine. On Apr 24, 2014 5:55 PM, justin parker

[Bug 1286552] Re: No wifi after suspend

2014-04-25 Thread nicolas kleinklaus
@justin parker as i said in my post #58 it's even worse if i delete /etc/pm/config.d/config, because the wifi chipset keeps in hardblocked mode. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552

[Bug 1286552] Re: No wifi after suspend

2014-04-25 Thread nicolas kleinklaus
What did you meen by without login Passwords after suspend ?? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552 Title: No wifi after suspend To manage notifications about this bug go to:

[Bug 1286552] Re: No wifi after suspend

2014-04-25 Thread nicolas kleinklaus
Humthe fact is that I need the lockscreen functionality... But I am seeing something interesting related with the new unity lockscreen. There is no NetworkManager indicator in it. It was present before they introduce the new lockscreen. Maybe it is related ?? -- You received this bug

[Bug 1286552] Re: No wifi after suspend

2014-04-24 Thread nicolas kleinklaus
Removing the /etc/pm/config.d/config does'nt resolve the problem for me. Even worse : the wifi chipset stays hardblocked after suspend : nico@nico-portable:~⟫ sudo rfkill list [sudo] password for nico: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes -- You received this

[Bug 1286552] Re: No wifi after suspend

2014-04-23 Thread nicolas kleinklaus
@OssNass. I already try the SUSPEND_MODULES=xxx in /etc/pm/config.d/load, instead of /etc/pm/config.d/load/unloaded.modules (does it change something ?), in 13.10 because the wifi card itself doesn't wake up. But in the present case the card IS actualy wake up as you can see :

[Bug 1286552] Re: No wifi after suspend

2014-04-23 Thread nicolas kleinklaus
lshw -C before suspend ** Attachment added: lshw -C network before suspend https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+attachment/4094112/+files/lshw%20%20-C%20network%20before%20suspend -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1286552] Re: No wifi after suspend

2014-04-23 Thread nicolas kleinklaus
lshw -C after suspend ** Attachment added: lshw -C network after suspend https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+attachment/4094113/+files/lshw%20%20-C%20network%20after%20suspend -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1286552] Re: No wifi after suspend

2014-04-23 Thread nicolas kleinklaus
nmcli before suspend ** Attachment added: nmcli nm before suspend https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+attachment/4094122/+files/nmcli%20nm%20before%20suspend -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1286552] Re: No wifi after suspend

2014-04-23 Thread nicolas kleinklaus
nmcli after suspend Curiously we can see that WWAN is not activated before, but is activated after. ** Attachment added: nmcli nm after suspend https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+attachment/4094123/+files/nmcli%20nm%20after%20suspend -- You received this bug

[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-22 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Maybe it's not kernel related, cause actualy with 3.11 on 14.04, the wifi doesn't reconnect after suspend either... -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-22 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Maybe it's not kernel related, cause actualy with 3.11 on 14.04, the wifi doesn't reconnect after suspend either... -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1294576] Re: Network not reconnecting after wakeup from suspend

2014-04-22 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Maybe it's not kernel related, cause actualy with 3.11 on 14.04, the wifi doesn't reconnect after suspend either... -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1286552] Re: No wifi after suspend

2014-04-22 Thread nicolas kleinklaus
Maybe it's not kernel related, cause actualy with 3.11 on 14.04, the wifi doesn't reconnect after suspend either... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552 Title: No wifi after

[Bug 1293928] Re: [Dell Inc. Latitude E7240] suspend/resume failure

2014-04-22 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Maybe it's not kernel related, cause actualy with 3.11 on 14.04, the wifi doesn't reconnect after suspend either... -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1290055] Re: WiFi won't reconnect after hibernate

2014-04-22 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Maybe it's not kernel related, cause actualy with 3.11 on 14.04, the wifi doesn't reconnect after suspend either... -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1286552] Re: No wifi after suspend

2014-04-22 Thread nicolas kleinklaus
How this could be solved some day if no Ubuntu dev team member read it ?? Nobody cares ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552 Title: No wifi after suspend To manage notifications

[Bug 1286552] Re: No wifi after suspend

2014-04-22 Thread nicolas kleinklaus
I'm quite agree with Justin parker. Using an other app, instead the one by default, is not a solution. Just a workaround I remember the time when evolution was default email-client and everybody was saying use thunderbird instead. Or when someone complain about Brasero cause he just don't burn

[Bug 1286552] Re: No wifi after suspend

2014-04-22 Thread nicolas kleinklaus
I can confirm, nm is not asleep. I check it with nmcli nm. It just doesn't connect... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552 Title: No wifi after suspend To manage notifications

[Bug 1286552] Re: No wifi after suspend

2014-04-22 Thread nicolas kleinklaus
** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552 Title: No wifi after suspend To manage notifications

[Bug 1294576] Re: Network not reconnecting after wakeup from suspend

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Not a isolated problem : http://ubuntuforums.org/showthread.php?t=2218043 http://ubuntuforums.org/showthread.php?t=2218445 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1293928] Re: [Dell Inc. Latitude E7240] suspend/resume failure

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Not a isolated problem : http://ubuntuforums.org/showthread.php?t=2218043 http://ubuntuforums.org/showthread.php?t=2218445 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1309769] Re: Network doesn't return after sleep

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Not a isolated problem : http://ubuntuforums.org/showthread.php?t=2218043 http://ubuntuforums.org/showthread.php?t=2218445 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Not a isolated problem : http://ubuntuforums.org/showthread.php?t=2218043 http://ubuntuforums.org/showthread.php?t=2218445 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1286552] Re: No wifi after suspend

2014-04-21 Thread nicolas kleinklaus
Not a isolated problem : http://ubuntuforums.org/showthread.php?t=2218043 http://ubuntuforums.org/showthread.php?t=2218445 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552 Title: No wifi

[Bug 1290055] Re: WiFi won't reconnect after hibernate

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Not a isolated problem : http://ubuntuforums.org/showthread.php?t=2218043 http://ubuntuforums.org/showthread.php?t=2218445 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 kernel 3.14-1 from http://kernel.ubuntu.com/~kernel-ppa/mainline does'nt resolve the problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1309769] Re: Network doesn't return after sleep

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 kernel 3.14-1 from http://kernel.ubuntu.com/~kernel-ppa/mainline does'nt resolve the problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1294576] Re: Network not reconnecting after wakeup from suspend

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 kernel 3.14-1 from http://kernel.ubuntu.com/~kernel-ppa/mainline does'nt resolve the problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1286552] Re: No wifi after suspend

2014-04-21 Thread nicolas kleinklaus
kernel 3.14-1 from http://kernel.ubuntu.com/~kernel-ppa/mainline does'nt resolve the problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552 Title: No wifi after suspend To manage

[Bug 1293928] Re: [Dell Inc. Latitude E7240] suspend/resume failure

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 kernel 3.14-1 from http://kernel.ubuntu.com/~kernel-ppa/mainline does'nt resolve the problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1290055] Re: WiFi won't reconnect after hibernate

2014-04-21 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 kernel 3.14-1 from http://kernel.ubuntu.com/~kernel-ppa/mainline does'nt resolve the problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1286552] Re: No wifi after suspend

2014-04-21 Thread nicolas kleinklaus
If it worked with 3.11 kernel, and don't with 3.13 and 3.14, I think it wouldn't be so chalenging to figure out what the problem is. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552 Title:

[Bug 1293928] Re: [Dell Inc. Latitude E7240] suspend/resume failure

2014-04-20 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 This is duplicate of #1286552, there are 24 people affected and many others duplicates : Bug #1290055 Bug #1293928 Bug #1294576 Bug #1295285 Bug #1309769 And nobody is assigned to ??

[Bug 1309769] Re: Network doesn't return after sleep

2014-04-20 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 This is duplicate of #1286552, there are 24 people affected and many others duplicates : Bug #1290055 Bug #1293928 Bug #1294576 Bug #1295285 Bug #1309769 And nobody is assigned to ??

[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-20 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 This is duplicate of #1286552, there are 24 people affected and many others duplicates : Bug #1290055 Bug #1293928 Bug #1294576 Bug #1295285 Bug #1309769 And nobody is assigned to ??

[Bug 1290055] Re: WiFi won't reconnect after hibernate

2014-04-20 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 This is duplicate of #1286552, there are 24 people affected and many others duplicates : Bug #1290055 Bug #1293928 Bug #1294576 Bug #1295285 Bug #1309769 And nobody is assigned to ??

[Bug 1286552] Re: No wifi after suspend

2014-04-20 Thread nicolas kleinklaus
There are 24 people affected and many duplicates : Bug #1290055 Bug #1293928 Bug #1294576 Bug #1295285 Bug #1309769 And nobody is assigned to ?? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1294576] Re: Network not reconnecting after wakeup from suspend

2014-04-20 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 This is duplicate of #1286552, there are 24 people affected and many others duplicates : Bug #1290055 Bug #1293928 Bug #1294576 Bug #1295285 Bug #1309769 And nobody is assigned to ??

[Bug 1286552] Re: No wifi after suspend

2014-04-20 Thread nicolas kleinklaus
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286552 Title: No wifi after suspend To manage notifications about this bug go to:

[Bug 1286552] Re: No wifi after suspend

2014-04-19 Thread nicolas kleinklaus
Same problem here with 14.04 and ralink rt73 chipset. Worked perfectly with 13.10 Not related with SUSPEND_MODULES=rt73usb in /etc/pm/config.d/load (already done and doesn't resolve). sudo rfkill list 1: phy0: Wireless LAN Soft blocked: no Hard blocked: no -- You received this

[Bug 1294576] Re: Network not reconnecting after wakeup from suspend

2014-04-19 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Same problem here with 14.04 and ralink rt73 chipset. Worked perfectly with 13.10 Not related with SUSPEND_MODULES=rt73usb in /etc/pm/config.d/load (already done and doesn't resolve). sudo rfkill list 1:

[Bug 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-19 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Same problem here with 14.04 and ralink rt73 chipset. Worked perfectly with 13.10 Not related with SUSPEND_MODULES=rt73usb in /etc/pm/config.d/load (already done and doesn't resolve). sudo rfkill list 1:

[Bug 1293928] Re: [Dell Inc. Latitude E7240] suspend/resume failure

2014-04-19 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Same problem here with 14.04 and ralink rt73 chipset. Worked perfectly with 13.10 Not related with SUSPEND_MODULES=rt73usb in /etc/pm/config.d/load (already done and doesn't resolve). sudo rfkill list 1:

[Bug 1309769] Re: Network doesn't return after sleep

2014-04-19 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 *** https://bugs.launchpad.net/bugs/1286552 Same problem here with 14.04 and ralink rt73 chipset. Worked perfectly with 13.10 Not related with SUSPEND_MODULES=rt73usb in /etc/pm/config.d/load (already done and doesn't resolve). sudo rfkill list 1:

[Bug 1305707] Re: vlc crashed with SIGSEGV

2014-04-10 Thread nicolas kleinklaus
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1305707 Title: vlc crashed with SIGSEGV To manage notifications about this bug go to:

[Bug 1292174] Re: [trusty] webapp launches, container remains blank

2014-03-22 Thread nicolas kleinklaus
No, the firefox window is not blank. There are two problems : 1-webapps doesn't open in webbrowser-app ((firefox instead)and 2- no icon in launcher -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1292174] Re: [trusty] webapp launches, container remains blank

2014-03-21 Thread nicolas kleinklaus
I have exactly the same problem as in #6 comment. webapps open in new forefox window (no with dedicated browser) and no Icon is displayed in the Launcher -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 668180] Re: Preferences menu not usable

2014-03-08 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 685458 *** https://bugs.launchpad.net/bugs/685458 ** This bug has been marked a duplicate of bug 685458 Closing the Preferences screen freezes OCRFeeder -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1045353] Re: LibreOffice commands are not displayed in the HUD

2013-05-16 Thread nicolas kleinklaus
Why nobody is assigned to this bug ? It is reported since more than a year ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045353 Title: LibreOffice commands are not displayed in the HUD To

[Bug 739184] Re: [Libreoffice] Mnemonics do not work in Unity

2013-05-09 Thread nicolas kleinklaus
I confirm the bug with LibreOffice 4.0.2.2 from Ubuntu 13.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/739184 Title: [Libreoffice] Mnemonics do not work in Unity To manage notifications about

[Bug 1045353] Re: LibreOffice commands are not displayed in the HUD

2013-05-08 Thread nicolas kleinklaus
Same problem as described in #43, on Ubuntu 13.04 32 bits and LO 4.0.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045353 Title: LibreOffice commands are not displayed in the HUD To manage

[Bug 1069793] Re: Tramples over window.external (breaks ability to install opensearch plugins)

2013-05-01 Thread nicolas kleinklaus
Same problem here with 13.04. Imposible to add search engines from https://addons.mozilla.org or from http://mycroftproject.com/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069793 Title:

[Bug 778384] Re: Clementine doesn't show play button in sound-menu when not running

2012-05-20 Thread nicolas kleinklaus
Yes i'm using Unity and Ubuntu 12.04 and have already the same problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/778384 Title: Clementine doesn't show play button in sound-menu when not

[Bug 392204] Re: Huge CPU usage by mount.ntfs process

2011-11-07 Thread nicolas kleinklaus
This bug is horribly annoying when using ubuntu installed with Wubi on a NTFS partition. The system is almost unusable. The bug exists since 2009 and it seams nobody cares about it... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 832685] Re: epiphany-browser crashed with SIGABRT in __kernel_vsyscall()

2011-10-31 Thread nicolas kleinklaus
I have the same problem. To reproduce it, you just have to drag and drop a tool, from the customize toolbar dialog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832685 Title: epiphany-browser

[Bug 869502] Re: Kernel-Panic with 3.0.0.12-generic on asus eee pcs (rt2800)

2011-10-24 Thread nicolas kleinklaus
Same proble here with a eeepc 901 It's seems the problem occurs too with MSI Wind notebooks : https://bugs.launchpad.net/ubuntu/+source/linux/+bug/873716 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 873716] Re: Random Kernal Panic on MSI Wind U130 - 11.10 [Repeating lines of __pollwait+0xd0]

2011-10-24 Thread nicolas kleinklaus
It's seems the problem occurs too with eeepc netbooks : https://bugs.launchpad.net/ubuntu/+source/linux/+bug/869502 Both systems have in common to use the rt2860 wifi module -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 869502] Re: Kernel-Panic with 3.0.0.12-generic on asus eee pcs (rt2800)

2011-10-24 Thread nicolas kleinklaus
It's seems the problem occurs too with eeepc netbooks : https://bugs.launchpad.net/ubuntu/+source/linux/+bug/869502 Both systems have in common to use the rt2860 wifi module -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 868225] Re: rt2800 used instead of rt2860sta

2011-10-24 Thread nicolas kleinklaus
It looks like rt2860 driver causes some kernel panic : https://bugs.launchpad.net/ubuntu/+source/linux/+bug/869502 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/868225 Title: rt2800 used instead

[Bug 873482] Re: elantech: Touchpad always reports 3 finger tap as 1 finger tap

2011-10-17 Thread nicolas kleinklaus
I have the same problem on my eeepc 901 (elantech touchpad) with 11.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873482 Title: elantech: Touchpad always reports 3 finger tap as 1 finger tap

[Bug 563378] Re: glipper applet needs a monochrome icon

2011-05-25 Thread nicolas kleinklaus
This is the result using the icons proposed by TheGhost : http://ramzea.deviantart.com/art/Ubuntu-Mono-Parcellite-Icon-161002817 It looks good… ** Attachment added: Capture.png https://bugs.launchpad.net/glipper/+bug/563378/+attachment/2142093/+files/Capture.png -- You received this bug

[Bug 770715] Re: missing windows menu

2011-05-06 Thread nicolas kleinklaus
** Changed in: lo-menubar (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/770715 Title: missing windows menu -- ubuntu-bugs mailing list

[Bug 766809] Re: Running programs marked on the wrong launcher icon

2011-05-06 Thread nicolas kleinklaus
It's also the case with application running under Wine. In this case there is the wine glass icon instead of application icon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766809 Title: Running

[Bug 778384] [NEW] Clementine doesn't show play button in sound-menu when not running

2011-05-06 Thread nicolas kleinklaus
Public bug reported: Binary package hint: clementine Clementine doesn't show play/pause buttons in sound-menu when not running although Banshee or Rhythmbox do it. Both cases are ilustrated with attached screenshot. Clementine 0.7.1 under Ubuntu 11.04 ** Affects: clementine (Ubuntu)

[Bug 778384] Re: Clementine doesn't show play button in sound-menu when not running

2011-05-06 Thread nicolas kleinklaus
** Attachment added: clementine_sound-menu.jpg https://bugs.launchpad.net/bugs/778384/+attachment/2116316/+files/clementine_sound-menu.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/778384

[Bug 770715] Re: missing windows menu

2011-05-05 Thread nicolas kleinklaus
I confirm the problem. Windows is absent from menu. Cf attachment screenshot. ** Attachment added: Capture.png https://bugs.launchpad.net/ubuntu/+source/lo-menubar/+bug/770715/+attachment/2114575/+files/Capture.png -- You received this bug notification because you are a member of Ubuntu

[Bug 773458] Re: When I click on battery icon I see two lines with Laptop Battery informations

2011-05-03 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 768850 *** https://bugs.launchpad.net/bugs/768850 ** This bug has been marked a duplicate of bug 768850 Two batteries display when left clicking on g-p-m * You can subscribe to bug 768850 by following this link:

[Bug 617093] Re: Ambiance-Maverick-beta theme window controls respond slowly

2010-08-19 Thread nicolas kleinklaus
Same problem here. Slowdowns appear both in systems menus and applications menus when highlight/unhightlight -- Ambiance-Maverick-beta theme window controls respond slowly https://bugs.launchpad.net/bugs/617093 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 574661] Re: Cannot change status from Offline when using Pidgin

2010-05-10 Thread nicolas kleinklaus
The problem doesn't occurs only with Pidgin, but also with Empathy. -- Cannot change status from Offline when using Pidgin https://bugs.launchpad.net/bugs/574661 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 563641] Re: gnome-volume-control-applet shows humanity icon instead of mono

2010-04-29 Thread nicolas kleinklaus
Why did you removed the extra 24px audio icons in version 0.0.17 ?? Everthing was working perfectly before doing this. With the volume applet AND the indicator applet … ** Changed in: gnome-media (Ubuntu) Status: Invalid = New -- gnome-volume-control-applet shows humanity icon instead of

[Bug 563641] Re: gnome-volume-control-applet shows humanity icon instead of mono

2010-04-16 Thread nicolas kleinklaus
I'm using karic…but before everything was ok… I don't know what version is using the person who made the bug report, i just posted a screenshot. -- gnome-volume-control-applet shows humanity icon instead of mono https://bugs.launchpad.net/bugs/563641 You received this bug notification because

[Bug 563378] Re: glipper applet needs a monochrome icon

2010-04-16 Thread nicolas kleinklaus
I think it only uses the 3 icons listed in my first post. I don't see nothing more in the list of installed files. -- glipper applet needs a monochrome icon https://bugs.launchpad.net/bugs/563378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 539169] Re: Create light sound theme for Lucid

2010-04-16 Thread nicolas kleinklaus
And what about Dream “theme” ? : http://gnome- look.org/content/show.php/Dream?content=75398 I'm using it since a long time and it correspond well with light theme… -- Create light sound theme for Lucid https://bugs.launchpad.net/bugs/539169 You received this bug notification because you are a

[Bug 563362] Re: New video color seems inconsistent

2010-04-15 Thread nicolas kleinklaus
The draft proposed by Nate Wiebe looks really good to me. -- New video color seems inconsistent https://bugs.launchpad.net/bugs/563362 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 563641] Re: gnome-volume-control-applet shows humanity icon instead of mono

2010-04-15 Thread nicolas kleinklaus
** Attachment added: Capture.png http://launchpadlibrarian.net/44248447/Capture.png -- gnome-volume-control-applet shows humanity icon instead of mono https://bugs.launchpad.net/bugs/563641 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 559263] Re: «next» and «previous» button color doesn't mach theme

2010-04-14 Thread nicolas kleinklaus
Sorry, you're right, everything is ok … -- «next» and «previous» button color doesn't mach theme https://bugs.launchpad.net/bugs/559263 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 563378] [NEW] glipper applet needs a monochrome icon

2010-04-14 Thread nicolas kleinklaus
Public bug reported: Binary package hint: ubuntu-mono A whishlist : Glipper applet needs a monochrome icon in notification area Glipper icons are stored in : /usr/share/icons/hicolor/22x22/apps ; /usr/share/icons/hicolor/48x48/apps/ ; /usr/share/icons/hicolor/scalable/apps/ ** Affects:

[Bug 563378] Re: glipper applet needs a monochrome icon

2010-04-14 Thread nicolas kleinklaus
** Attachment added: Capture.png http://launchpadlibrarian.net/44193082/Capture.png -- glipper applet needs a monochrome icon https://bugs.launchpad.net/bugs/563378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 563378] Re: glipper applet needs a monochrome icon

2010-04-14 Thread nicolas kleinklaus
** Description changed: Binary package hint: ubuntu-mono A whishlist : Glipper applet needs a monochrome icon in notification area + + Glipper icons are stored in : /usr/share/icons/hicolor/22x22/apps ; + /usr/share/icons/hicolor/48x48/apps/ ; + /usr/share/icons/hicolor/scalable/apps/

[Bug 559263] Re: «next» and «previous» button color doesn't mach theme

2010-04-13 Thread nicolas kleinklaus
The button «parent folder» still have the old orange color. «Next» and «previous» are ok ** Changed in: humanity-icon-theme (Ubuntu) Status: Fix Released = In Progress -- «next» and «previous» button color doesn't mach theme https://bugs.launchpad.net/bugs/559263 You received this bug

[Bug 559263] Re: «next» and «previous» button color doesn't mach theme

2010-04-13 Thread nicolas kleinklaus
** Attachment added: Capture-nico - Navigateur de fichiers.png http://launchpadlibrarian.net/44083274/Capture-nico%C2%A0-%C2%A0Navigateur%20de%20fichiers.png -- «next» and «previous» button color doesn't mach theme https://bugs.launchpad.net/bugs/559263 You received this bug notification

[Bug 559965] [NEW] Some folders icons still have old color

2010-04-10 Thread nicolas kleinklaus
Public bug reported: Binary package hint: humanity-icon-theme Some folders icons still have old orange color. For instance the icon of Nautilus in the task bar. Also the «Filenew folder» and «Fileopen folder», but only if icons in menus are activated... ** Affects: humanity-icon-theme

[Bug 559965] Re: Some folders icons still have old color

2010-04-10 Thread nicolas kleinklaus
** Attachment added: Capture.png http://launchpadlibrarian.net/43667785/Capture.png -- Some folders icons still have old color https://bugs.launchpad.net/bugs/559965 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 559965] Re: Some folders icons still have old color

2010-04-10 Thread nicolas kleinklaus
** Description changed: Binary package hint: humanity-icon-theme Some folders icons still have old orange color. For instance the icon of Nautilus in the task bar. Also the «Filenew folder» and «Fileopen folder», but only if icons in menus are activated... + + I will edit this

[Bug 559263] [NEW] «next» and «previous » button color doesn't mach theme

2010-04-09 Thread nicolas kleinklaus
Public bug reported: Binary package hint: humanity-icon-theme Since the last update of the theme (and the introduction of the new color for the folders) the buttons «next», «previous» and «parent folder» doesn't match with the theme. As you can see in the attached screen shot of nautilus : **

[Bug 559263] Re: «next» and «previous» button color doesn't mach theme

2010-04-09 Thread nicolas kleinklaus
** Attachment added: Capture-nico - Navigateur de fichiers.png http://launchpadlibrarian.net/43551646/Capture-nico%C2%A0-%C2%A0Navigateur%20de%20fichiers.png -- «next» and «previous» button color doesn't mach theme https://bugs.launchpad.net/bugs/559263 You received this bug notification

[Bug 549775] Re: theme doesn't work on karmic since 0.1.5.9

2010-03-31 Thread nicolas kleinklaus
The last version (0.1.6.1) still have this problem -- theme doesn't work on karmic since 0.1.5.9 https://bugs.launchpad.net/bugs/549775 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 549775] [NEW] theme doesn't work on karmic since 0.1.5.9

2010-03-27 Thread nicolas kleinklaus
Public bug reported: Binary package hint: light-themes Since the 0.1.5.9 version the light themes doesn't work well on karmic. The metacity theme is ok, but the gtk theme is not. Both Ambiance and Radiance are concerned You can see it in the attached screenshot. ** Affects: light-themes

[Bug 549775] Re: theme doesn't work on karmic since 0.1.5.9

2010-03-27 Thread nicolas kleinklaus
** Attachment added: Capture-2.png http://launchpadlibrarian.net/42192684/Capture-2.png -- theme doesn't work on karmic since 0.1.5.9 https://bugs.launchpad.net/bugs/549775 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 549110] Re: titlebar buttons and separators displayed wrong

2010-03-27 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 532224 *** https://bugs.launchpad.net/bugs/532224 ** This bug has been marked a duplicate of bug 532224 [ambiance, radiance] no rounding when window has no maximise icon -- titlebar buttons and separators displayed wrong

[Bug 546981] Re: no right hand side rounding on window with only maximise

2010-03-27 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 532224 *** https://bugs.launchpad.net/bugs/532224 ** This bug has been marked a duplicate of bug 532224 [ambiance, radiance] no rounding when window has no maximise icon -- no right hand side rounding on window with only maximise

[Bug 392204] Re: Huge CPU usage by mount.ntfs process

2009-12-19 Thread nicolas kleinklaus
I have the same proble here. Also it seems that https://bugs.launchpad.net/ubuntu/+source/ntfs- 3g/+bug/395892 is a duplicate of this bug. -- Huge CPU usage by mount.ntfs process https://bugs.launchpad.net/bugs/392204 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 303587] Re: Error in CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER [or a callee]: Caught fatal error [memory may be damaged]

2009-12-13 Thread nicolas kleinklaus
Same proble here. On karmic too. (%i9) t1:1/w*asin((-k*r-M*g)/(a*(k-M*w^2))); Universal error handler called recursively (:ERROR NIL CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER Couldn't protect) Universal

[Bug 210049] Re: glipper hardy beta highlight paste doesn't work properly

2009-12-06 Thread nicolas kleinklaus
Same problem here. If I underline BUG from left to right, it will copy (and store in the history) B, then BU and then BUG -- glipper hardy beta highlight paste doesn't work properly https://bugs.launchpad.net/bugs/210049 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 457654] Re: Guake appears at the middle of the screen and not in the top of the screen

2009-12-06 Thread nicolas kleinklaus
Same problem here. Work around proposed by Jeff Hubbard work perfectly. -- Guake appears at the middle of the screen and not in the top of the screen https://bugs.launchpad.net/bugs/457654 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 464552] Re: suspend_test_finish warning triggers too easily, increase timeout to match mainline times

2009-11-16 Thread nicolas kleinklaus
You received this bug notification because you are a direct subscriber of a duplicate bug. You have to unsuscribe here : 2009/11/16 Green72 stephendel...@cogeco.ca Hello, and thanks for the support. I am however confused as to why I am getting so many messages from you and your associates. If

  1   2   >