xfbrowser4

Jasper Huijsmans jasper at xfce.org
Wed Nov 10 21:48:26 CET 2004


Danny Milosavljevic wrote:
> Hi,
> 
> Am Mittwoch, den 10.11.2004, 20:43 +0100 schrieb Jasper Huijsmans:
> 
> 
>>I'm not sure about the .desktop files. The menu spec describes a way to 
>>do this (using .desktop files with a Hidden=true entry), but I don't 
>>know if we support that.
> 
> 
> Hm ? Hiding entries that have "Hidden=true" ? yes, we do:
> 
> xfdesktop: desktop-menu-dentry.c:
>    xfce_desktop_entry_get_string(de, "Hidden", FALSE, &hidden);
>         if(hidden && !g_ascii_strcasecmp(hidden, "true"))
>                 goto cleanup;
> 

Not sure what 'goto cleanup' does, but the idea is that the user can put 
a file in ~/.local/share/applocations/ (I think) with 'Hidden=true' and 
then the corresponding entry in the system menu is not shown.

	Jasper



More information about the Xfce4-dev mailing list