본문 바로가기
Programming Language/Linux

우분투 유틸

by 민트초코맛꼬깔콘 2014. 12. 23.

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

advanced_find-3.5.4.tar.gz


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.