[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.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 the problem seems to be solved !!

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 rt73.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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

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 1286...@bugs.launchpad.net
 wrote:

  s0m3f00l@Ubuntu-s0m3f00l:~$ sudo apt-get purge jupiter
  [sudo] password for s0m3f00l:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  E: Unable to locate package jupiter
  s0m3f00l@Ubuntu-s0m3f00l:~$
 
 
  Issue remains  un-resolved for me  friend congrats for your success
  however
 
  --
  You received this bug notification because you are subscribed to a
  duplicate bug report (1290055).
  https://bugs.launchpad.net/bugs/1286552
 
  Title:
No wifi after suspend
 
  Status in “linux” package in Ubuntu:
Confirmed
  Status in “network-manager” package in Ubuntu:
Confirmed
 
  Bug description:
After suspending ubuntu the wifi doesn't work. The solution given here
(http://askubuntu.com/questions/368671/ubuntu-13-10-wifi-not-re-
connecting-after-suspend) worked for me but when I have updated my
Ubuntu now it won't work. I have tried to test mainline kernel but it
won't to boot with it.
 
To reproduce the bug : just suspend the computer and then power it.
There's no wifi network until you restart the computer.
 
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.4
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
CrashDB: ubuntu
Date: Sat Mar  1 15:20:39 2014
InstallationDate: Installed on 2013-12-30 (61 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release i386
  (20131017)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: No upgrade log present (probably fresh install)
---
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  meradi 1503 F pulseaudio
DistroRelease: Ubuntu 13.10
HibernationDevice: RESUME=UUID=e71568e2-e875-4053-b3b7-2046540e78bf
InstallationDate: Installed on 2013-12-30 (61 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release i386
  (20131017)
MachineType: Hewlett-Packard HP Compaq 6830s
MarkForUpload: True
Package: linux (not installed)
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic
  root=UUID=3eaae47b-7485-4723-8b3e-9f6dac7a01e4 ro quiet splash
 vt.handoff=7
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-15-generic N/A
 linux-backports-modules-3.11.0-15-generic  N/A
 linux-firmware 1.116.2
Tags:  saucy
Uname: Linux 3.11.0-15-generic i686
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
WifiSyslog: Mar  1 15:34:33 meradi-HP-Compaq-6830s kernel: [
  4581.474196] perf samples too long (5002  5000), lowering
  kernel.perf_event_max_sample_rate to 25000
dmi.bios.date: 03/12/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PZD Ver. F.0C
dmi.board.name: 30E9
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 95.1C
dmi.chassis.asset.tag: CNU91609Y2
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias:
 
 dmi:bvnHewlett-Packard:bvr68PZDVer.F.0C:bd03/12/2009:svnHewlett-Packard:pnHPCompaq6830s:pvrF.0C:rvnHewlett-Packard:rn30E9:rvrKBCVersion95.1C:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 6830s
dmi.product.version: F.0C
dmi.sys.vendor: Hewlett-Packard
 
  To manage notifications about this bug go to:
 
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions
 

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1286552

 Title:
   No wifi after suspend

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions


-- 
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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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

[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

Title:
  No wifi after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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

[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 :

nico@nico-portable:~⟫ sudo rfkill list
[sudo] password for nico: 
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

I'll post the result of lshw -C network and nmcli nm before and after
the suspending in a couple of minutes

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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

[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 is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1286552

Title:
  No wifi after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1286552

Title:
  No wifi after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 Ubuntu.
https://bugs.launchpad.net/bugs/1286552

Title:
  No wifi after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294576

Title:
  Network not reconnecting after wakeup from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1294576/+subscriptions

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


[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 suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1293928

Title:
  [Dell Inc. Latitude E7240] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1293928/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1290055

Title:
  WiFi won't reconnect after hibernate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290055/+subscriptions

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


[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 absolutely nothing, people answer
use k3b (and it's tons of dependencies) instead

Anyway...

Using wicd ? Why not. BUT this program is quite deprecated now, isn't it ?? 
Last version in 2012. 
And without speaking about the fact it won't be integrated to unity 
environnement at all

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294576

Title:
  Network not reconnecting after wakeup from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1294576/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1293928

Title:
  [Dell Inc. Latitude E7240] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1293928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309769

Title:
  Network doesn't return after sleep

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1290055

Title:
  WiFi won't reconnect after hibernate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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

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/1309769

Title:
  Network doesn't return after sleep

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

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


[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.
https://bugs.launchpad.net/bugs/1294576

Title:
  Network not reconnecting after wakeup from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1294576/+subscriptions

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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

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/1293928

Title:
  [Dell Inc. Latitude E7240] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1293928/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/1290055

Title:
  WiFi won't reconnect after hibernate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290055/+subscriptions

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


[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:
  No wifi after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 ??

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

Title:
  [Dell Inc. Latitude E7240] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1293928/+subscriptions

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


[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 ??

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

Title:
  Network doesn't return after sleep

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

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


[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 ??

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

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

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


[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 ??


** This bug has been marked a duplicate of bug 1286552
   No wifi 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/1290055

Title:
  WiFi won't reconnect after hibernate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290055/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/1286552

Title:
  No wifi after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 ??

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

Title:
  Network not reconnecting after wakeup from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1294576/+subscriptions

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


[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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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 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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+subscriptions

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


[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: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

** This bug has been marked a duplicate of bug 1286552
   No wifi 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/1294576

Title:
  Network not reconnecting after wakeup from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1294576/+subscriptions

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


[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: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


** This bug has been marked a duplicate of bug 1286552
   No wifi 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/1295285

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

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


[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: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


** This bug has been marked a duplicate of bug 1286552
   No wifi 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/1293928

Title:
  [Dell Inc. Latitude E7240] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1293928/+subscriptions

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


[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: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

** This bug has been marked a duplicate of bug 1294576
   Network not reconnecting after wakeup from suspend

** This bug is no longer a duplicate of bug 1294576
   Network not reconnecting after wakeup from suspend
** This bug has been marked a duplicate of bug 1286552
   No wifi 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/1309769

Title:
  Network doesn't return after sleep

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

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


[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:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1305707/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/1292174

Title:
  [trusty] webapp launches, container remains blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1292174/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/1292174

Title:
  [trusty] webapp launches, container remains blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1292174/+subscriptions

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


[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 to Ubuntu.
https://bugs.launchpad.net/bugs/668180

Title:
  Preferences menu not usable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ocrfeeder/+bug/668180/+subscriptions

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


[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hud/+bug/1045353/+subscriptions

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


[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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/739184/+subscriptions

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hud/+bug/1045353/+subscriptions

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


[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:
  Tramples over window.external (breaks ability to install opensearch
  plugins)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-firefox-extension/+bug/1069793/+subscriptions

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


[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 running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clementine/+bug/778384/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/392204

Title:
  Huge CPU usage by mount.ntfs process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/392204/+subscriptions

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


[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 crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/832685/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/869502

Title:
  Kernel-Panic with 3.0.0.12-generic on asus eee pcs (rt2800)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/869502/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/873716

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/873716/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/869502

Title:
  Kernel-Panic with 3.0.0.12-generic on asus eee pcs (rt2800)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/869502/+subscriptions

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


[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 of rt2860sta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/868225/+subscriptions

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


[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/873482/+subscriptions

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


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/563378

Title:
  glipper applet needs a monochrome icon

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

[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 programs marked on the wrong launcher icon

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


[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)
 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/778384

Title:
  Clementine doesn't show play button in sound-menu when not running

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


[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

Title:
  Clementine doesn't show play button in sound-menu when not running

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


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770715

Title:
  missing windows menu

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


[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: 
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/768850/+subscribe

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

Title:
  When I click on battery icon I see two lines with Laptop Battery
  informations

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


[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 subscribed to Ubuntu.

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


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mono
https://bugs.launchpad.net/bugs/563641
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 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 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 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 Ubuntu.

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


[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 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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

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


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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: ubuntu-mono (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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/

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 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 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 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 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 report if I see more…

-- 
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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 :

** Affects: humanity-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New

-- 
«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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

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


[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
https://bugs.launchpad.net/bugs/549110
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 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
https://bugs.launchpad.net/bugs/546981
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 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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 error handler called recursively (:ERROR NIL

CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER
 Couldn't protect)
Maxima encountered a Lisp error:

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

Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.

-- 
Error in CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER [or a callee]: Caught fatal 
error [memory may be damaged] 
https://bugs.launchpad.net/bugs/303587
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 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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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.

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


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 there is a way
 that I could stop recieving these messages, some direction would be
 appreciated. Thanks.

 Original Message:
 -
 From: Steve Langasek steve.langa...@canonical.com
 Date: Mon, 16 Nov 2009 14:08:08 -
 To: stephendel...@cogeco.ca
 Subject: [Bug 464552] Re: suspend_test_finish warning triggers too
 easily,increase timeout to match mainline times


 Please don't change bug statuses without explanation.

 ** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Released

 --
 suspend_test_finish warning triggers too easily, increase timeout to match
 mainline times
 https://bugs.launchpad.net/bugs/464552
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 
 mail2web - Check your email from the web at
 http://link.mail2web.com/mail2web

 --
 suspend_test_finish warning triggers too easily, increase timeout to match
 mainline times
 https://bugs.launchpad.net/bugs/464552
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.



-- 
Kleinklaus Nicolas
c/ Doctor Manuel Candela 8/5
46021 Valencia
(00 34) 666 09 63 66

-- 
suspend_test_finish warning triggers too easily, increase timeout to match 
mainline times
https://bugs.launchpad.net/bugs/464552
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   >