728x90
http://www.florian-diesch.de/software/classicmenu-indicator/
sudo apt-add-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install classicmenu-indicator
custom menu를 추가하려면 아래와 같이 unity launcher에 추가하는 방법을 사용한다.
vi ~/.local/share/applications/custom_menu.desktop
custome_menu.desktop의 내용은 아래와 같은 형식으로 작성.
[Desktop Entry]
Type=Application
Name=Laptop.rdesktop
Comment=rdesktop launcher
Icon=/usr/share/icons/default.kde4/32x32/apps/preferences-desktop-display.png
Exec=rdesktop -u sunny -p xxxxx -g 1270x1000 -k ko 192.168.55.195 -PD -r sound:local:alsa
Terminal=false
참조: http://askubuntu.com/questions/13758/how-can-i-edit-create-new-launcher-items-in-unity-by-hand
728x90
'Research > Linux' 카테고리의 다른 글
우분투 설치 후 설정해야 할 내용 (0) | 2012.12.21 |
---|---|
ubuntu, acrobat reader, arial, bold font 관련 문제가 발생하는 경우 (0) | 2012.12.18 |
Ubuntu 12.04 dual monitor에서 Unity launcher 1개만 사용하기 (0) | 2012.09.10 |
Apport-gpu-error-intel.py crash (0) | 2012.08.27 |
ubuntu 12.04: terminal 에서 F10 key disable (0) | 2012.08.10 |