Attempt to use host dconf
This commit is contained in:
parent
7f8793ce53
commit
e2ba7444ba
|
|
@ -10,7 +10,12 @@
|
||||||
"--socket=fallback-x11",
|
"--socket=fallback-x11",
|
||||||
"--device=dri",
|
"--device=dri",
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
"--device=shm"
|
"--device=shm",
|
||||||
|
"--talk-name=com.xronlinux.BreezyDesktop",
|
||||||
|
"--filesystem=xdg-run/dconf",
|
||||||
|
"--filesystem=~/.config/dconf:create",
|
||||||
|
"--talk-name=ca.desrt.dconf",
|
||||||
|
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
|
||||||
],
|
],
|
||||||
"cleanup" : [
|
"cleanup" : [
|
||||||
"/include",
|
"/include",
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwActionRow">
|
<object class="AdwActionRow">
|
||||||
<property name="title" translatable="true">Toggle distance start</property>
|
<property name="title" translatable="true">Distance start and end</property>
|
||||||
<property name="subtitle" translatable="true">Use the buttons to capture the current display distance as start and end points.</property>
|
<property name="subtitle" translatable="true">Use the buttons to capture the current display distance as start and end points.</property>
|
||||||
<property name="valign">2</property>
|
<property name="valign">2</property>
|
||||||
<child>
|
<child>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue