diff options
author | lukefromdc <[email protected]> | 2023-06-19 01:46:33 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-07-17 02:47:28 +0200 |
commit | 168de875415d503d2fc66d28f5e6f87b6871f693 (patch) | |
tree | 344cc3ed4f29a6726a2c882fd7aab0ca67f47e02 /command/data/org.mate.applets.CommandApplet.mate-panel-applet.desktop.in.in | |
parent | 6363c16faf18cc5780bdcb9d53420a583a6482e7 (diff) | |
download | mate-applets-168de875415d503d2fc66d28f5e6f87b6871f693.tar.bz2 mate-applets-168de875415d503d2fc66d28f5e6f87b6871f693.tar.xz |
command: Port to in-process for wayland compatability
- fix runtime warnings on applet removal
- disconnect signal on shutdown that otherwise throws warnings
- Required moving a function so it would be defined in time
Diffstat (limited to 'command/data/org.mate.applets.CommandApplet.mate-panel-applet.desktop.in.in')
-rw-r--r-- | command/data/org.mate.applets.CommandApplet.mate-panel-applet.desktop.in.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/command/data/org.mate.applets.CommandApplet.mate-panel-applet.desktop.in.in b/command/data/org.mate.applets.CommandApplet.mate-panel-applet.desktop.in.in index 04f76f4a..1b2495ee 100644 --- a/command/data/org.mate.applets.CommandApplet.mate-panel-applet.desktop.in.in +++ b/command/data/org.mate.applets.CommandApplet.mate-panel-applet.desktop.in.in @@ -1,11 +1,13 @@ [Applet Factory] Id=CommandAppletFactory -Location=@LOCATION@ +Location=@APPLET_LOCATION@ +InProcess=true Name=Command Factory Description=Command Factory [CommandApplet] Name=Command Description=Shows the output of a command +Platforms=X11;Wayland; # Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=utilities-terminal |