diff options
| author | lukefromdc <[email protected]> | 2023-06-19 18:03:18 -0400 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2023-07-17 02:47:28 +0200 |
| commit | 6dd9ab19ab5a72c203dab7c2c96277f77e222260 (patch) | |
| tree | 655c629bbf936cb5a63c5b840c35bc8f77649f6d /netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in | |
| parent | ce52935ec89bacd417ca6065012986e83a920f48 (diff) | |
| download | mate-applets-6dd9ab19ab5a72c203dab7c2c96277f77e222260.tar.bz2 mate-applets-6dd9ab19ab5a72c203dab7c2c96277f77e222260.tar.xz | |
netspeed: port to in-process for wayland
*Also switch to automatic signal handling/disconnection
*Otherwise this applet when in-process will segfault on removal
Diffstat (limited to 'netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in')
| -rw-r--r-- | netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in b/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in index fdc64666..5b63e7c2 100644 --- a/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in +++ b/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in @@ -1,6 +1,7 @@ [Applet Factory] Id=NetspeedAppletFactory -Location=@LOCATION@ +Location=@APPLET_LOCATION@ +InProcess=true Name=Netspeed Applet Factory Description=Netspeed Applet @@ -10,6 +11,7 @@ Description=Netspeed Applet # Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=mate-netspeed-applet MateComponentId=OAFIID:MATE_NetspeedApplet +Platforms=X11;Wayland; X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-netspeed X-MATE-Bugzilla-Component=netspeed |
