Re: Desktop trash icon on Kubuntu
Murray Trainer <[email protected]> Fri, 23 May 2008 08:57:51 +0800
| Newsgroups | gmane.comp.kde.kiosk |
|---|---|
| Message-ID | <1211504271.16698.6.camel@localhost> |
On Thu, 2008-05-22 at 18:11 +0200, Martijn Klingens wrote:
> On Thursday 08 May 2008 05:10:00 Murray Trainer wrote:
> > I ended up hacking /etc/xdg/menus/system-settings.menu to give me what I
> > wanted.
>
> Out of curiosity, what did the trick?
>
> BTW, sorry for my absence the past two weeks, catching up with mailing lists
> again after some busy times...
Adding the hidden menu entries below fixed the problem.
Thanks for your help.
Murray
<Menu>
<Name>.hidden</Name>
<Directory>kde-unknown.directory</Directory>
<OnlyUnallocated/>
<Include>
<Not>
<!-- Don't list non-KDE core applications --> <And>
<Category>Core</Category>
<Not>
<Category>KDE</Category>
</Not>
</And>
<!-- Don't list SUSE's YaST in here -->
<Category>X-SuSE-YaST</Category>
</Not>
</Include>
</Menu>