diff options
author | lukefromdc <[email protected]> | 2023-06-19 02:30:11 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-07-17 02:47:28 +0200 |
commit | be92bb4015a69ee66ac01449b0697a77d18b0139 (patch) | |
tree | 3665bbc20b4ec9917467ff0df3dbe8bbf4c74420 /drivemount/data/org.mate.applets.DriveMountApplet.mate-panel-applet.desktop.in.in | |
parent | 168de875415d503d2fc66d28f5e6f87b6871f693 (diff) | |
download | mate-applets-be92bb4015a69ee66ac01449b0697a77d18b0139.tar.bz2 mate-applets-be92bb4015a69ee66ac01449b0697a77d18b0139.tar.xz |
drivemount-applet: port to in-process for wayland
Diffstat (limited to 'drivemount/data/org.mate.applets.DriveMountApplet.mate-panel-applet.desktop.in.in')
-rw-r--r-- | drivemount/data/org.mate.applets.DriveMountApplet.mate-panel-applet.desktop.in.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivemount/data/org.mate.applets.DriveMountApplet.mate-panel-applet.desktop.in.in b/drivemount/data/org.mate.applets.DriveMountApplet.mate-panel-applet.desktop.in.in index 637628d2..852b7678 100644 --- a/drivemount/data/org.mate.applets.DriveMountApplet.mate-panel-applet.desktop.in.in +++ b/drivemount/data/org.mate.applets.DriveMountApplet.mate-panel-applet.desktop.in.in @@ -1,6 +1,7 @@ [Applet Factory] Id=DriveMountAppletFactory -Location=@LIBEXECDIR@/mate-drivemount-applet +Location=@APPLET_LOCATION@ +InProcess=true Name=Drive Mount Applet Factory Description=Factory for drive mount applet @@ -10,6 +11,7 @@ Description=Mount local disks and devices # Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=media-floppy MateComponentId=OAFIID:MATE_DriveMountApplet +Platforms=X11;Wayland; X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-applets X-MATE-Bugzilla-Component=Disk Mounter (drivemount) |