sudo apt-get install radiotray
radiotray - 라디오
-----------------------------------------------
gedit 플러그인
1. Advanced find/replace
bash install.sh
Edit->Preferences
Restart gedit
In gedit main menu, go to Edit->Preferences
Go to Plugins tab
Find Advanced Find/Replace in list and check it
In main menu, Search->Advanced Find / Replace or using Shift+Ctrl+F shortcut to activate the find/replace dialog
2. Embedded Terminal
http://mylinuxbook.com/embedded-terminal-a-gedit-plugin/
$ sudo apt-get install gedit-plugins
gedit->embedded terminal->enable
Now, click View->Bottom Panel in the gedit window
And you will see that an embedded terminal appears at the bottom panel of the gedit window.
The only problem here is that the colour scheme is not good i.e., white prompt on light grey background makes it almost impossible to work. To change the colour scheme follow the next series of steps.
Open dconf-editor. If it is not installed, install it through the following command :
$ sudo apt-get install dconf-tools
Once installed, execute it using the following command :
$ dconf-editor
In the dconf editor window, go to org->gnome->gedit->plugins->terminal and deselect the use-theme-colors option.
Now restart the gedit program.
'Programming Language > Linux' 카테고리의 다른 글
Linux su (0) | 2015.01.12 |
---|---|
리눅스 복원 클론질라(Clonezilla.org) (0) | 2015.01.07 |
리눅스 커널 컴파일 및 Xenomai 설치(다른버젼) (0) | 2014.11.14 |
리눅스 GRUB 메뉴 숨기기/보이기 (0) | 2014.10.21 |
리눅스 고스트 (0) | 2014.10.16 |