mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Update README.md
This commit is contained in:
parent
f52b6a8947
commit
095f9fe841
@ -1758,10 +1758,11 @@ 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
|
||||
apt-get install libglib2.0-bin;
|
||||
|
||||
yum install dconf dconf-editor;
|
||||
yum install dbus dbus-x11;
|
||||
|
||||
2. Check list
|
||||
gsettings list-recursively
|
||||
|
Loading…
Reference in New Issue
Block a user