mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
Update README.md
This commit is contained in:
parent
095f9fe841
commit
ac218c0eb2
@ -1757,17 +1757,18 @@ pkill -U user_name
|
|||||||
```
|
```
|
||||||
#####set gedit preference on server
|
#####set gedit preference on server
|
||||||
|
|
||||||
1. you might have to install the following:
|
-->you might have to install the following:
|
||||||
|
|
||||||
apt-get install libglib2.0-bin;
|
apt-get install libglib2.0-bin;
|
||||||
|
|
||||||
yum install dconf dconf-editor;
|
yum install dconf dconf-editor;
|
||||||
yum install dbus dbus-x11;
|
yum install dbus dbus-x11;
|
||||||
|
|
||||||
2. Check list
|
-->Check list
|
||||||
|
```bash
|
||||||
gsettings list-recursively
|
gsettings list-recursively
|
||||||
|
```
|
||||||
3. Change setting
|
-->Change setting
|
||||||
e.g.
|
e.g.
|
||||||
```bash
|
```bash
|
||||||
gsettings set org.gnome.gedit.preferences.editor highlight-current-line true
|
gsettings set org.gnome.gedit.preferences.editor highlight-current-line true
|
||||||
|
Loading…
Reference in New Issue
Block a user