[Bug 862430] Re: window flicker for a short time after switching workspaces

2012-05-21 Thread Lee Cho Kang
In similar I could see this problem, that is  fired when selecting a workspace 
only by mouse
1. Open any window on two workspaces
2. Ctrl+S(Expose)
Now you can see it, if you select a workspace by mouse(not keyboard arrow keys)

my laptop is thinkpad x220 4287-A28
Ubuntu is lastest stable relase 12.04
compiz :  0.9.7.8
unity : 5.12

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

Title:
  window flicker for a short time after switching workspaces

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

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


[Bug 890535] [NEW] 11.10 window titlebar missing by Super+W on compiz

2011-11-14 Thread Lee Cho Kang
Public bug reported:

ubuntu 11.10 + compiz + gnome3.
Start Window scale of Compiz effect by Super+w and it showcase current opened 
windows
and move focus between windows with arrows key then the titlebar of a window 
may be lost
in addition, i use Ambiance configured as dark color theme and 'Clear Looks' 
controlset

** Affects: compiz (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/890535

Title:
  11.10 window titlebar missing by Super+W on compiz

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

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


[Bug 879456] Re: Typeahead functionality for nautilus is broken

2011-11-10 Thread Lee Cho Kang
i update to nautilus_3.2.1-0ubuntu2~ppa1_amd64.deb
for me like #46 but backspace erase well character in the searchbox without 
changing directory
other problems :
sometime searchbox doesn't appear by type even if place focus in folder view
this seems to occurs on switching language key on the keyboard

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

Title:
  Typeahead functionality for nautilus is broken

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

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


[Bug 399902] Re: xinput and synclient forget user settings on resume

2011-10-27 Thread Lee Cho Kang
it mean that my script as _synclient-resume in /etc/pm/sleep.d/ works  on 
the kernel 3.1
however i think that it should be fixed on the ubuntu built in

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

Title:
  xinput and synclient forget user settings on resume

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

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


[Bug 399902] Re: xinput and synclient forget user settings on resume

2011-10-27 Thread Lee Cho Kang
SOLVED on Kernel 3.1 (64bit)

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

Title:
  xinput and synclient forget user settings on resume

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

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


[Bug 399902] Re: xinput and synclient forget user settings on resume

2011-10-26 Thread Lee Cho Kang
The problem back happens after Update.
updates are below
libpam0g 1.1.2-2ubuntu8.4
libpam-modules-bin 1.1.2-2ubuntu8.4
libpam-modules 1.1.2-2ubuntu8.4
libpam-runtime 1.1.2-2ubuntu8.4
linux-generic 2.6.38.12.27
linux-headers-generic 2.6.38.12.27
linux-image-generic 2.6.38.12.27
linux-libc-dev 2.6.38-12.51

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

Title:
  xinput and synclient forget user settings on resume

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

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


[Bug 399902] Re: xinput and synclient forget user settings on resume

2011-10-25 Thread Lee Cho Kang
SOLVED, renaming my script from 99-synaptics-touch-resume to 
_synclient-resume in /etc/pm/sleep.d .
the script codes below
#!/bin/bash

case "$1" in
thaw|resume)
   DISPLAY=:0.0 su  myuserid -c "exec 
/home/myuserid/my-synaptics-touch-resume.sh"
;;
esac
exit $?


in the my-synaptics-touch-resume.sh file :
#!/bin/bash
synclient TapButton2=10;
synclient RTCornerButton=3;
synclient RBCornerButton=9;

I think this synclient or touchpad bug should be kept with the user setting on 
any condition(reboot,suspend ..)
I hope the Ubuntu support the better multi-touch feature and performance than 
OSX
Thanks lot

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

Title:
  xinput and synclient forget user settings on resume

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

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


[Bug 399902] Re: xinput and synclient forget user settings on resume

2011-10-25 Thread Lee Cho Kang
sorry above comment
At the "others setting such as RTCornerButton,RBCornerButton works good" 
change to RTCornerButton, RBCornerButton to LTCornerButton,LBCornerButton

in addition, my Ubuntu is in kernel 3.0.  uname shows 3.0.0-0300-generic

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

Title:
  xinput and synclient forget user settings on resume

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

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


[Bug 399902] Re: xinput and synclient forget user settings on resume

2011-10-21 Thread Lee Cho Kang
in my, my settings for RTCornerButton and RBCornerButton reset to default when 
done login after display resume
but  others setting such as RTCornerButton,RBCornerButton works good. I had 
tried to do with many help but no effect.
several time i try to find where is the default setting of synclient or init 
script of the display manger called "gdm" .
is there no solution?

my machine is Ubuntu 11.04 64bit on Thinkpad x220 (4287) has Synaptics
Touchpad.

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

Title:
  xinput and synclient forget user settings on resume

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

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


[Bug 828485] [NEW] Everytime diff WIFI automatically changed connection slow or not work

2011-08-17 Thread Lee Cho Kang
Public bug reported:

I am using Ubuntu 11.04 amd64 on laptop Thinkpad x220 4287 A28.
Between my home and Office the Ubuntu change automatically WIFI and WIFI icon 
appears as active on top global menu.
But the Firefox goes on connecting any websites but is not successful
Just I manually disconnect and connect again Wireless Networking then works 
good.

** Affects: 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/828485

Title:
  Everytime diff WIFI automatically changed connection slow or not work

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

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


[Bug 719620] Re: Toshiba Tecra A11 - System doesn't resume after suspend

2011-08-11 Thread Lee Cho Kang
Hi, I works on  the lastest new laptop Thinkpad x220 4287 A28
 Thinkpad x220(2011) have same problme on both 11.04 and 11.10 alpha 2,3 and 
Kernel is 2.6.38.10
Most case it works good but if it goes suspend in long time then never resume 
in black screen with movable mouse cursor

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

Title:
  Toshiba Tecra A11 - System doesn't resume after suspend

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

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