[DEV] add an help to configure terminator without dbus

This commit is contained in:
Edouard DUPIN 2019-04-01 14:19:28 +02:00
parent 70f9128c8a
commit f2984f9a02

View File

@ -0,0 +1,20 @@
Configure nohup with terminator:
================================
you need to edit the terminator config and add this
edn .config/terminator/config
```
[global_config]
dbus = False
```
now you can change user and execute
```
nohup terminator&
```