[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to make a project without appearing on Desktop Menu?
[Thread Prev] | [Thread Next]
- Subject: Re: How to make a project without appearing on Desktop Menu?
- From: Jorge Carrión <shordi@xxxxxxxxx>
- Date: Fri, 22 Nov 2024 17:30:03 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
You're right, BruceS. I've changed de T with a t on =true and magically the input disappear from desktop menu. Thank you very much. Best Regards El vie, 22 nov 2024 a las 13:21, Bruce Steers (<bsteers4@xxxxxxxxx>) escribió: > Hmm,it seems the case spelling "Nodisplay" does not work either > spelling is critical and the capital D is needed for Display > > NoDisplay=true works > > Nodisplay=true fails > > So what you have used there... > Nodisplay=True > Has case errors in both words that should be NoDisplay and true. > > Try it case correct.. > NoDisplay=true > > Respects > BruceS > > On Fri, 22 Nov 2024 at 12:10, Bruce Steers <bsteers4@xxxxxxxxx> wrote: > >> Hmm. >> for shell True should be lower case true >> >> If i use NoDisplay=True the icon still shows >> If i use NoDisplay=true if hides. >> >> Respects >> BruceS >> >> >> >> On Fri, 22 Nov 2024 at 09:02, Jorge Carrión <shordi@xxxxxxxxx> wrote: >> >>> When creating the installation package, in "additional settings" I >>> already have Nodisplay=True set, and this appears in the >>> /usr/share/applications/<program> access, but the program continues to >>> appear in the Cinnamon menu. It is a program that is launched in the >>> background from another program and that should only show its form if >>> certain conditions are met. The user is not supposed to be able to try to >>> launch it by clicking on the menu... >>> Thanks for your time. >>> >>> Best Regards >>> >>> El vie, 22 nov 2024 a las 2:17, Bruce Steers (<bsteers4@xxxxxxxxx>) >>> escribió: >>> >>>> >>>> >>>> On Thu, 21 Nov 2024 at 17:44, Jorge Carrión <shordi@xxxxxxxxx> wrote: >>>> >>>>> Greetings >>>>> I have a program that uses a form but I don't want it to appear in the >>>>> desktop's menu. Does anyone know how to do this? >>>>> >>>> >>>> and just in case you mean desktop TaskBar , then set SkipTaskBar = >>>> True on the Form >>>> or if you mean desktop window list , then NoTabFocus = True on the Form >>>> >>>> Respects >>>> BruceS >>>> >>>>
How to make a project without appearing on Desktop Menu? | Jorge Carrión <shordi@xxxxxxxxx> |
Re: How to make a project without appearing on Desktop Menu? | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: How to make a project without appearing on Desktop Menu? | Jorge Carrión <shordi@xxxxxxxxx> |
Re: How to make a project without appearing on Desktop Menu? | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: How to make a project without appearing on Desktop Menu? | Bruce Steers <bsteers4@xxxxxxxxx> |