diff options
author | lukefromdc <[email protected]> | 2023-08-09 07:17:27 -0400 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-08-12 19:08:16 +0000 |
commit | f5ba27007c359c933631d30dac4593c147c5e01e (patch) | |
tree | dfaa438a9cce81b5f56ec4bf981181d50e282ddd /mate-dictionary/data/org.mate.DictionaryApplet.mate-panel-applet.desktop.in.in | |
parent | 757b4728baab9f96808e05ab3d7fc5341b57f11a (diff) | |
download | mate-utils-f5ba27007c359c933631d30dac4593c147c5e01e.tar.bz2 mate-utils-f5ba27007c359c933631d30dac4593c147c5e01e.tar.xz |
dictionary applet: allow building in-process
*This is needed for wayland support
Diffstat (limited to 'mate-dictionary/data/org.mate.DictionaryApplet.mate-panel-applet.desktop.in.in')
-rw-r--r-- | mate-dictionary/data/org.mate.DictionaryApplet.mate-panel-applet.desktop.in.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-dictionary/data/org.mate.DictionaryApplet.mate-panel-applet.desktop.in.in b/mate-dictionary/data/org.mate.DictionaryApplet.mate-panel-applet.desktop.in.in index db553811..2e74c413 100644 --- a/mate-dictionary/data/org.mate.DictionaryApplet.mate-panel-applet.desktop.in.in +++ b/mate-dictionary/data/org.mate.DictionaryApplet.mate-panel-applet.desktop.in.in @@ -1,6 +1,7 @@ [Applet Factory] Id=DictionaryAppletFactory -Location=@LIBEXECDIR@/mate-dictionary-applet +Location=@APPLET_LOCATION@ +InProcess=@APPLET_IN_PROCESS@ Name=Dictionary Applet Factory Description=Factory for the dictionary applet |