The .desktop files in mate-utils contain "OnlyShowIn=MATE", which prevents them from showing up in other desktop environments, despite the fact they work fine. I think this flag should be removed, maybe with the exception of mate-screenshot.desktop (Most DEs come with their own screenshot tools already)
(In reply to haarp from comment #0) > The .desktop files in mate-utils contain "OnlyShowIn=MATE", which prevents > them from showing up in other desktop environments, despite the fact they > work fine. > > I think this flag should be removed, maybe with the exception of > mate-screenshot.desktop (Most DEs come with their own screenshot tools > already) Sounds like it's worth asking upstream why they are doing it and if they'd consider changing it. Would prefer that avenue be investigated first.
(In reply to NP-Hardass from comment #1) > Sounds like it's worth asking upstream why they are doing it and if they'd > consider changing it. Would prefer that avenue be investigated first. I found the question had already been asked: https://github.com/mate-desktop/mate-utils/issues/13 It pretty much boils down to: "I often don't like to see MATE menus spammed by other DE's apps (...) as such having our stuff shown only in our desktop seems to be a good idea... " A decision I don't agree with, as it's inconsistent with other DEs and an usability nightmare for non-geeks.
After thinking it over, I'm willing to add a patch for it, but it's not high on my list of priorities, so feel free to submit a patch if you want it expedited.
Created attachment 443158 [details, diff] mate-utils: show in all desktops Easy, done :)
Created attachment 443168 [details, diff] mate-utils: show in all desktops now with fixed paths
Staged in project repo, df338fc3f6788bdc87a048dc7e74ad56581e6093
Available in the latest revision for 1.10 and 1.12 in the main repo. Can you confirm that this works for you?
(In reply to NP-Hardass from comment #7) > Available in the latest revision for 1.10 and 1.12 in the main repo. Can > you confirm that this works for you? Works beautifully, thanks a lot!