Dconf : Restore config after apply.
This commit is contained in:
parent
d4a1cc0a43
commit
95b93570c8
|
@ -2,7 +2,7 @@
|
||||||
Name=DconfLoad
|
Name=DconfLoad
|
||||||
GenericName=Load Gnome settings
|
GenericName=Load Gnome settings
|
||||||
Comment=Load Gnome settings
|
Comment=Load Gnome settings
|
||||||
Exec=bash -c "sed -i -e s/voronind/$(whoami)/g ${HOME}/.config/linux/Gnome.dconf ; dconf load / < ${HOME}/.config/linux/Gnome.dconf"
|
Exec=bash -c "export path_dconf=${HOME}/.config/linux/Gnome.dconf ; sed -i -e s/voronind/$(whoami)/g ${path_dconf} ; dconf load / < ${path_dconf} ; git checkout ${path_dconf}"
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
X-GNOME-Autostart-enabled=true
|
X-GNOME-Autostart-enabled=true
|
||||||
|
|
Reference in a new issue