[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: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Fri, 22 Nov 2024 11:52:33 +0000
- To: user@xxxxxxxxxxxxxxxxxxxxxx
so just delete the .desktop file in /usr/share/applications/ and make sure there is not another in $HOME/.local/share/applications 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> |