diff options
author | lukefromdc <[email protected]> | 2023-06-20 01:35:12 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-07-17 02:47:28 +0200 |
commit | ce52935ec89bacd417ca6065012986e83a920f48 (patch) | |
tree | 282e8fa40b6589f831c24e9f894d8872d7d3575d /stickynotes/org.mate.applets.StickyNotesApplet.mate-panel-applet.desktop.in.in | |
parent | 6133a03263321ab85fae9299968a8f069b3dfad5 (diff) | |
download | mate-applets-ce52935ec89bacd417ca6065012986e83a920f48.tar.bz2 mate-applets-ce52935ec89bacd417ca6065012986e83a920f48.tar.xz |
stickynotes: port to in-process for wayland
- Note that functions involving measuring or clicking on the desktop
- Are x11 only as wayland does not allow one app to access another's windows
- Fix warnings on removal of applet
- use wnck only in x11
- Cleanup X11 checks
Diffstat (limited to 'stickynotes/org.mate.applets.StickyNotesApplet.mate-panel-applet.desktop.in.in')
-rw-r--r-- | stickynotes/org.mate.applets.StickyNotesApplet.mate-panel-applet.desktop.in.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stickynotes/org.mate.applets.StickyNotesApplet.mate-panel-applet.desktop.in.in b/stickynotes/org.mate.applets.StickyNotesApplet.mate-panel-applet.desktop.in.in index 7e0725cf..097a8fdd 100644 --- a/stickynotes/org.mate.applets.StickyNotesApplet.mate-panel-applet.desktop.in.in +++ b/stickynotes/org.mate.applets.StickyNotesApplet.mate-panel-applet.desktop.in.in @@ -1,6 +1,7 @@ [Applet Factory] Id=StickyNotesAppletFactory -Location=@LIBEXECDIR@/stickynotes-applet +Location=@APPLET_LOCATION@ +InProcess=true Name=Sticky Notes Applet Factory Description=Sticky Notes Applet Factory @@ -10,6 +11,7 @@ Description=Create, view, and manage sticky notes on the desktop # Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=mate-sticky-notes-applet MateComponentId=OAFIID:MATE_StickyNotesApplet +Platforms=X11;Wayland; X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-applets X-MATE-Bugzilla-Component=stickynotes |