mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2025-02-16 21:18:23 +00:00
add server
set gedit preference on server
This commit is contained in:
parent
8d22beb643
commit
f52b6a8947
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -1755,6 +1755,25 @@ xorg-x11-utils
|
|||
```bash
|
||||
pkill -U user_name
|
||||
```
|
||||
#####set gedit preference on server
|
||||
|
||||
1. you might have to install the following:
|
||||
apt-get install libglib2.0-bin
|
||||
|
||||
yum install dconf dconf-editor
|
||||
yum install dbus dbus-x11
|
||||
|
||||
2. Check list
|
||||
gsettings list-recursively
|
||||
|
||||
3. Change setting
|
||||
e.g.
|
||||
```bash
|
||||
gsettings set org.gnome.gedit.preferences.editor highlight-current-line true
|
||||
gsettings set org.gnome.gedit.preferences.editor scheme 'cobalt'
|
||||
gsettings set org.gnome.gedit.preferences.editor use-default-font false
|
||||
gsettings set org.gnome.gedit.preferences.editor editor-font 'Cantarell Regular 12'
|
||||
```
|
||||
|
||||
|
||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||
|
|
Loading…
Add table
Reference in a new issue