[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make a project without appearing on Desktop Menu?


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
>
>

Follow-Ups:
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>
References:
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>