diff options
author | lukefromdc <[email protected]> | 2023-06-19 16:51:54 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-07-17 02:47:28 +0200 |
commit | ed185133fa170ee018dfa25e1010b1fcf4238c78 (patch) | |
tree | c5841c319f631c0ec5249f31ad6d6e462ed6b4bc /mateweather/data/org.mate.applets.MateWeatherApplet.mate-panel-applet.desktop.in.in | |
parent | be92bb4015a69ee66ac01449b0697a77d18b0139 (diff) | |
download | mate-applets-ed185133fa170ee018dfa25e1010b1fcf4238c78.tar.bz2 mate-applets-ed185133fa170ee018dfa25e1010b1fcf4238c78.tar.xz |
mate-weather-applet: port to in-process for wayland support
Diffstat (limited to 'mateweather/data/org.mate.applets.MateWeatherApplet.mate-panel-applet.desktop.in.in')
-rw-r--r-- | mateweather/data/org.mate.applets.MateWeatherApplet.mate-panel-applet.desktop.in.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mateweather/data/org.mate.applets.MateWeatherApplet.mate-panel-applet.desktop.in.in b/mateweather/data/org.mate.applets.MateWeatherApplet.mate-panel-applet.desktop.in.in index 03d2b621..99b4dff4 100644 --- a/mateweather/data/org.mate.applets.MateWeatherApplet.mate-panel-applet.desktop.in.in +++ b/mateweather/data/org.mate.applets.MateWeatherApplet.mate-panel-applet.desktop.in.in @@ -1,6 +1,7 @@ [Applet Factory] Id=MateWeatherAppletFactory -Location=@LIBEXECDIR@/mateweather-applet +InProcess=true +Location=@APPLET_LOCATION@ Name=Mateweather Applet Factory Description=Factory for creating the weather applet. @@ -10,6 +11,7 @@ Description=Monitor the current weather conditions, and forecasts # Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=weather-storm MateComponentId=OAFIID:MATE_MateWeatherApplet +Platforms=X11;Wayland; X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-applets X-MATE-Bugzilla-Component=mateweather |