Thunar 파일연결 / 마우스 제스쳐

작은팁 한가지 더. thunar에서는 마우스 제스쳐가 된다. 가운데 버튼을 누른채 마우스를 드래그하면 여러가지 행동들을 할 수 있는 아이콘이 나타날것이다.



pok@pixub:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2300 @ 1.66GHz
stepping : 8
cpu MHz : 1000.000
cache size : 2048 KB
physical id : 0
siblings : 1
core id : 255
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor est tm2 xtpr
bogomips : 3334.50
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2300 @ 1.66GHz
stepping : 8
cpu MHz : 1000.000
cache size : 2048 KB
physical id : 1
siblings : 1
core id : 255
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor est tm2 xtpr
bogomips : 3329.24
pok@pixub:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
1667000
pok@pixub:~$ cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
1667000
pok@pixub:~$
pok@pixub:~$ uname -a
Linux pixub 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686 GNU/Linux
pok@pixub:~$
메뉴 - Settings - 사용자 환경 - 수정할 수 있는 메뉴 가속기
gwenview zip:%f
sudo update-alternatives --config x-www-browser
winpos 80 40식으로 추가해준다.
set guifont=DejaVu\ Sans\ Mono\ 11
set lines=32 columns=120
winpos 80 40
colors darkblue
set nu
#!/bin/sh
GTK_IM_MODULE=xim
exec /usr/local/Adobe/Acrobat7.0/bin/acroread "$1"


...
150 watcher.connect('paused', self.__set_paused, player)
151 watcher.connect('unpaused', self.__set_paused, player)
152
153 #edit by pok
154 def intercept_show():
155 window.show = gtk.Window.show
156 try:
157 window.show = intercept_show
158 except config.error: pass
159 #end edit
160
161 icon.show_all()
...